diff --git a/package-lock.json b/package-lock.json index 075e42d..8c34861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.41.5", - "rollup": "3.29.5", + "rollup": "3.30.0", "rollup-plugin-copy": "3.4.0", "rollup-plugin-postcss": "4.0.2", "sass": "^1.54.4", @@ -23631,9 +23631,9 @@ } }, "node_modules/rollup": { - "version": "3.29.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", - "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.30.0.tgz", + "integrity": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -44008,9 +44008,9 @@ } }, "rollup": { - "version": "3.29.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", - "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.30.0.tgz", + "integrity": "sha512-kQvGasUgN+AlWGliFn2POSajRQEsULVYFGTvOZmK06d7vCD+YhZztt70kGk3qaeAXeWYL5eO7zx+rAubBc55eA==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 3ee4b20..0bf8768 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.41.5", - "rollup": "3.29.5", + "rollup": "3.30.0", "rollup-plugin-copy": "3.4.0", "rollup-plugin-postcss": "4.0.2", "sass": "^1.54.4",