diff --git a/package-lock.json b/package-lock.json index 555dfcf..a3a7092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@builder.io/partytown": "^0.10.3", + "@rollup/rollup-linux-x64-gnu": "^4.46.2", "clean-css": "^5.3.3", "concurrently": "^9.2.0", "csp-hash-generator": "0.0.3", @@ -50,7 +51,7 @@ "shorthash": "0.0.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.44.0" + "@rollup/rollup-linux-x64-gnu": "^4.46.2" } }, "node_modules/@11ty/dependency-tree": { @@ -1614,12 +1615,13 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.44.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.2.tgz", - "integrity": "sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==", + "version": "4.46.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.46.2.tgz", + "integrity": "sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -5112,6 +5114,19 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.44.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.2.tgz", + "integrity": "sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/rrweb-cssom": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz", diff --git a/package.json b/package.json index 24744c1..2298274 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "touch": "^3.1.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.44.0" + "@rollup/rollup-linux-x64-gnu": "^4.46.2" } } \ No newline at end of file