diff --git a/package-lock.json b/package-lock.json index afd24cd..313951d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.3", - "@actions/tool-cache": "^2.0.1", + "@actions/tool-cache": "^2.0.2", "@amplitude/analytics-node": "^1.3.6", "axios": "^1.7.9", "fast-xml-parser": "^4.5.1", @@ -88,22 +88,15 @@ "license": "MIT" }, "node_modules/@actions/tool-cache": { - "version": "2.0.1", - "license": "MIT", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-2.0.2.tgz", + "integrity": "sha512-fBhNNOWxuoLxztQebpOaWu6WeVmuwa77Z+DxIZ1B+OYvGkGQon6kTVg6Z32Cb13WCuw0szqonK+hh03mJV7Z6w==", "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" - } - }, - "node_modules/@actions/tool-cache/node_modules/uuid": { - "version": "3.4.0", - "license": "MIT", - "bin": { - "uuid": "bin/uuid" + "semver": "^6.1.0" } }, "node_modules/@amplitude/analytics-core": { diff --git a/package.json b/package.json index a31c6d3..55738ef 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.3", - "@actions/tool-cache": "^2.0.1", + "@actions/tool-cache": "^2.0.2", "@amplitude/analytics-node": "^1.3.6", "axios": "^1.7.9", "fast-xml-parser": "^4.5.1",