diff --git a/package-lock.json b/package-lock.json index ca77c9c26b8..56d3f1439f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -122,7 +122,7 @@ "npm": "^10.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.29.1" + "@rollup/rollup-linux-x64-gnu": "^4.30.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4321,9 +4321,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", - "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.0.tgz", + "integrity": "sha512-laQVRvdbKmjXuFA3ZiZj7+U24FcmoPlXEi2OyLfbpY2MW1oxLt9Au8q9eHd0x6Pw/Kw4oe9gwVXWwIf2PVqblg==", "cpu": [ "x64" ], @@ -28491,9 +28491,9 @@ "optional": true }, "@rollup/rollup-linux-x64-gnu": { - "version": "4.29.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.29.1.tgz", - "integrity": "sha512-87xYCwb0cPGZFoGiErT1eDcssByaLX4fc0z2nRM6eMtV9njAfEE6OW3UniAoDhX4Iq5xQVpE6qO9aJbCFumKYQ==", + "version": "4.30.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.0.tgz", + "integrity": "sha512-laQVRvdbKmjXuFA3ZiZj7+U24FcmoPlXEi2OyLfbpY2MW1oxLt9Au8q9eHd0x6Pw/Kw4oe9gwVXWwIf2PVqblg==", "optional": true }, "@rollup/rollup-linux-x64-musl": { diff --git a/package.json b/package.json index 26c3264f6eb..2416569fd56 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,6 @@ "vue-template-compiler": "^2.7.16" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.29.1" + "@rollup/rollup-linux-x64-gnu": "^4.30.0" } }