diff --git a/package-lock.json b/package-lock.json index 5c3b674..eca8358 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,8 @@ "dependencies": { "@actions/cache": "^6.0.0", "@actions/core": "^3.0.0", - "@actions/exec": "^3.0.0" + "@actions/exec": "^3.0.0", + "@rollup/rollup-linux-x64-gnu": "4.60.1" }, "devDependencies": { "@eslint/compat": "^2.0.2", @@ -44,7 +45,7 @@ "node": ">=24.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.0" + "@rollup/rollup-linux-x64-gnu": "^4.60.1" } }, "node_modules/@actions/artifact": { @@ -3827,9 +3828,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.0.tgz", - "integrity": "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==", + "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==", "cpu": [ "x64" ], @@ -9969,6 +9970,20 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.60.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.0.tgz", + "integrity": "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/package.json b/package.json index 32eefc4..d5062d1 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ "typescript": "^5.9.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.0" + "@rollup/rollup-linux-x64-gnu": "^4.60.1" } }