diff --git a/package-lock.json b/package-lock.json index 1d87cc0..6d8abe5 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.40.0", "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.39.0" + "@rollup/rollup-linux-x64-gnu": "^4.40.0" } }, "node_modules/@11ty/dependency-tree": { @@ -1686,9 +1687,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.39.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.39.0.tgz", - "integrity": "sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==", + "version": "4.40.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz", + "integrity": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==", "cpu": [ "x64" ], @@ -5337,6 +5338,19 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.39.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.39.0.tgz", + "integrity": "sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==", + "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 f3a4d8d..fe1dd8b 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "touch": "^3.1.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.39.0" + "@rollup/rollup-linux-x64-gnu": "^4.40.0" } } \ No newline at end of file