diff --git a/package-lock.json b/package-lock.json index 4b9dad1d9f6..7367b6d0bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,7 +127,7 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.63.0" + "@rollup/rollup-linux-x64-gnu": "^4.63.1" } }, "node_modules/@actions/core": { @@ -4708,9 +4708,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.63.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.0.tgz", - "integrity": "sha512-Adu/VttB1dpPNW+FEacrZ+xVm9tFty84+RrFzsqlFaPxoJB+9XXyDGtp5dCOoBwGBIEVH0To7lExFXEx0BIF4A==", + "version": "4.63.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.1.tgz", + "integrity": "sha512-gfI5T24WLLuFfSKw7Go/zDXjAAV0fny0swTaDv+WjK7vqcw4cRhFfdsyKL1n+ukI+ooBxn3bVQnyrn06WpI50w==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index aec5de389ef..d3563f4823b 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "vue-tsc": "^3.3.11" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.63.0" + "@rollup/rollup-linux-x64-gnu": "^4.63.1" }, "engines": { "node": "^24.0.0",