diff --git a/package-lock.json b/package-lock.json index 55a096b3a78..d34a699d989 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,7 +123,7 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.1" + "@rollup/rollup-linux-x64-gnu": "^4.60.2" } }, "node_modules/@actions/core": { @@ -4936,12 +4936,15 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz", - "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==", + "version": "4.60.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz", + "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 73056f60181..975cfcf45cd 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "vue-tsc": "^2.2.12" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.1" + "@rollup/rollup-linux-x64-gnu": "^4.60.2" }, "engines": { "node": "^24.0.0",