diff --git a/package-lock.json b/package-lock.json index 634a05f..08576e7 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.34.9", "clean-css": "^5.3.3", "concurrently": "^9.1.2", "csp-hash-generator": "0.0.3", @@ -50,7 +51,7 @@ "shorthash": "0.0.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.34.8" + "@rollup/rollup-linux-x64-gnu": "^4.34.9" } }, "node_modules/@11ty/dependency-tree": { @@ -1666,9 +1667,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.34.8", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz", - "integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==", + "version": "4.34.9", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.9.tgz", + "integrity": "sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==", "cpu": [ "x64" ], @@ -5328,6 +5329,19 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.34.8", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz", + "integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==", + "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 f75dbb7..fdc6e83 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "touch": "^3.1.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.34.8" + "@rollup/rollup-linux-x64-gnu": "^4.34.9" } } \ No newline at end of file