From b992250f71e09f14d389209b94c85a118dfcdcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 21:30:36 +0000 Subject: [PATCH] chore(deps): bump uuid and @actions/tool-cache Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache). These dependencies need to be updated together. Removes `uuid` Updates `@actions/tool-cache` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache) --- updated-dependencies: - dependency-name: uuid dependency-version: dependency-type: indirect - dependency-name: "@actions/tool-cache" dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 +++++++++++---------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a7ac03..357079e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@actions/core": "1.11.1", - "@actions/tool-cache": "2.0.1", + "@actions/tool-cache": "2.0.2", "@octokit/plugin-throttling": "9.3.2", "@octokit/rest": "21.0.2", "esbuild": "0.25.0" @@ -55,22 +55,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/@babel/code-frame": { @@ -6594,19 +6587,15 @@ "version": "1.1.2" }, "@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==", "requires": { - "@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" - }, - "dependencies": { - "uuid": { - "version": "3.4.0" - } + "semver": "^6.1.0" } }, "@babel/code-frame": { diff --git a/package.json b/package.json index 5321303..6740c5b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/tool-cache": "2.0.1", + "@actions/tool-cache": "2.0.2", "@octokit/plugin-throttling": "9.3.2", "@octokit/rest": "21.0.2", "esbuild": "0.25.0"