diff --git a/package-lock.json b/package-lock.json index 21ea57ef550..4ce9f07950c 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.4" + "@rollup/rollup-linux-x64-gnu": "^4.61.1" } }, "node_modules/@actions/core": { @@ -4915,12 +4915,15 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "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==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.1.tgz", + "integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 1fee9bea956..ad2dcbf8190 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "vue-tsc": "^2.2.12" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.4" + "@rollup/rollup-linux-x64-gnu": "^4.61.1" }, "engines": { "node": "^24.0.0",