diff --git a/package-lock.json b/package-lock.json index b458308f9e5..978d53513fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,7 +126,7 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.3" + "@rollup/rollup-linux-x64-gnu": "^4.60.4" } }, "node_modules/@actions/core": { @@ -4926,12 +4926,15 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.3.tgz", - "integrity": "sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==", + "version": "4.60.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.4.tgz", + "integrity": "sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 2d9bf2ac8ad..4dcba08f0ad 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "vue-tsc": "^2.2.12" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.3" + "@rollup/rollup-linux-x64-gnu": "^4.60.4" }, "engines": { "node": "^24.0.0",