diff --git a/package-lock.json b/package-lock.json index 4d33ef8..112ce17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "node": ">=24" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.1" + "@rollup/rollup-linux-x64-gnu": "4.62.2" } }, "node_modules/@actions/core": { @@ -2044,9 +2044,9 @@ ] }, "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.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 3170442..db86ecd 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,6 @@ "typescript": "5.9.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.1" + "@rollup/rollup-linux-x64-gnu": "4.62.2" } }