diff --git a/package-lock.json b/package-lock.json index 7f85bae..13ae352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "vitest": "4.1.8" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-musl": "4.61.0" + "@rollup/rollup-linux-x64-musl": "4.61.1" } }, "node_modules/@actions/cache": { @@ -1262,9 +1262,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.61.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.0.tgz", - "integrity": "sha512-mvFtE4A/t/7hRJ7X8Ozmu8FsIkAUat2nzl12pgU337BRmq87AQUJztwHz2Zv5/tjo9/C95E66CK03SI/ToEDJw==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.1.tgz", + "integrity": "sha512-qy5pBvZbqNFheBz61R1rzsezjm0J7O2oNGoWtGoY89SZYLUfxAJTBAqDChqAIdB4rCiIbi9nF7yZ83GnNiLwSw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index b6d2900..5fabad8 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "vitest": "4.1.8" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-musl": "4.61.0" + "@rollup/rollup-linux-x64-musl": "4.61.1" } }