diff --git a/package-lock.json b/package-lock.json index 91e3aae9..382a4c4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "@factorialco/factorial-one", "version": "0.0.1", "dependencies": { + "@rollup/rollup-linux-x64-gnu": "^4.31", "embla-carousel-autoplay": "^8.5.2", "embla-carousel-react": "^8.5.1", "embla-carousel-wheel-gestures": "^8.0.1", @@ -73,7 +74,7 @@ "vitest": "^2.1.8" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.30" + "@rollup/rollup-linux-x64-gnu": "^4.31" }, "peerDependencies": { "@hookform/resolvers": "^3.9.0", @@ -4492,9 +4493,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.30.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.1.tgz", - "integrity": "sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==", + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.31.0.tgz", + "integrity": "sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 8163897a..ac19c603 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "vitest": "^2.1.8" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.30" + "@rollup/rollup-linux-x64-gnu": "^4.31" }, "dependencies": { "embla-carousel-autoplay": "^8.5.2",