diff --git a/package-lock.json b/package-lock.json index dd334f4..8c4f2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", - "@actions/tool-cache": "^2.0.1", + "@actions/tool-cache": "^2.0.2", "@buf/bufbuild_registry.connectrpc_es": "^1.6.1-20250116203702-1c024d64352b.2", "@connectrpc/connect": "^1.6.1", "@connectrpc/connect-web": "^1.6.1", @@ -34,11 +34,13 @@ } }, "node_modules/@actions/core": { - "version": "1.10.1", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", "license": "MIT", "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" } }, "node_modules/@actions/exec": { @@ -71,15 +73,16 @@ "license": "MIT" }, "node_modules/@actions/tool-cache": { - "version": "2.0.1", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-2.0.2.tgz", + "integrity": "sha512-fBhNNOWxuoLxztQebpOaWu6WeVmuwa77Z+DxIZ1B+OYvGkGQon6kTVg6Z32Cb13WCuw0szqonK+hh03mJV7Z6w==", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.11.1", "@actions/exec": "^1.0.0", "@actions/http-client": "^2.0.1", "@actions/io": "^1.1.1", - "semver": "^6.1.0", - "uuid": "^3.3.2" + "semver": "^6.1.0" } }, "node_modules/@actions/tool-cache/node_modules/semver": { @@ -89,13 +92,6 @@ "semver": "bin/semver.js" } }, - "node_modules/@actions/tool-cache/node_modules/uuid": { - "version": "3.4.0", - "license": "MIT", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/@buf/bufbuild_bufplugin.bufbuild_es": { "version": "1.10.0-20241023225133-42bdb4b67625.1", "resolved": "https://buf.build/gen/npm/v1/@buf/bufbuild_bufplugin.bufbuild_es/-/bufbuild_bufplugin.bufbuild_es-1.10.0-20241023225133-42bdb4b67625.1.tgz", @@ -1857,13 +1853,6 @@ "punycode": "^2.1.0" } }, - "node_modules/uuid": { - "version": "8.3.2", - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/which": { "version": "2.0.2", "dev": true, diff --git a/package.json b/package.json index fe5c6a4..f4c3ad1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", - "@actions/tool-cache": "^2.0.1", + "@actions/tool-cache": "^2.0.2", "@buf/bufbuild_registry.connectrpc_es": "^1.6.1-20250116203702-1c024d64352b.2", "@connectrpc/connect": "^1.6.1", "@connectrpc/connect-web": "^1.6.1",