From 0b263ec52881b620240e2e4f791b688680c60738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:16:56 +0000 Subject: [PATCH 1/2] Bump uuid from 12.0.0 to 13.0.0 in the npm group Bumps the npm group with 1 update: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 12.0.0 to 13.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a10909ccc3..5217a9c0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "node-forge": "^1.3.1", "octokit": "^5.0.3", "semver": "^7.7.2", - "uuid": "^12.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@ava/typescript": "6.0.0", @@ -9076,16 +9076,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", - "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index e31ada62ad..8cffcaa509 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "node-forge": "^1.3.1", "octokit": "^5.0.3", "semver": "^7.7.2", - "uuid": "^12.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@ava/typescript": "6.0.0", From 668f0f00dacaaaa973768931d97138b175d97706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:18:08 +0000 Subject: [PATCH 2/2] Rebuild --- lib/analyze-action-post.js | 2 +- lib/analyze-action.js | 10 +++++----- lib/autobuild-action.js | 2 +- lib/init-action-post.js | 10 +++++----- lib/init-action.js | 10 +++++----- lib/resolve-environment-action.js | 2 +- lib/start-proxy-action-post.js | 2 +- lib/start-proxy-action.js | 2 +- lib/upload-lib.js | 10 +++++----- lib/upload-sarif-action-post.js | 2 +- lib/upload-sarif-action.js | 10 +++++----- 11 files changed, 31 insertions(+), 31 deletions(-) diff --git a/lib/analyze-action-post.js b/lib/analyze-action-post.js index f15d2fdb22..028b5b5846 100644 --- a/lib/analyze-action-post.js +++ b/lib/analyze-action-post.js @@ -26486,7 +26486,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", diff --git a/lib/analyze-action.js b/lib/analyze-action.js index 0aafe30799..927bbd8f79 100644 --- a/lib/analyze-action.js +++ b/lib/analyze-action.js @@ -32335,7 +32335,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", @@ -91683,7 +91683,7 @@ var toolcache3 = __toESM(require_tool_cache()); var import_fast_deep_equal = __toESM(require_fast_deep_equal()); var semver7 = __toESM(require_semver2()); -// node_modules/uuid/dist/stringify.js +// node_modules/uuid/dist-node/stringify.js var byteToHex = []; for (let i = 0; i < 256; ++i) { byteToHex.push((i + 256).toString(16).slice(1)); @@ -91692,7 +91692,7 @@ function unsafeStringify(arr, offset = 0) { return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); } -// node_modules/uuid/dist/rng.js +// node_modules/uuid/dist-node/rng.js var import_node_crypto = require("node:crypto"); var rnds8Pool = new Uint8Array(256); var poolPtr = rnds8Pool.length; @@ -91704,11 +91704,11 @@ function rng() { return rnds8Pool.slice(poolPtr, poolPtr += 16); } -// node_modules/uuid/dist/native.js +// node_modules/uuid/dist-node/native.js var import_node_crypto2 = require("node:crypto"); var native_default = { randomUUID: import_node_crypto2.randomUUID }; -// node_modules/uuid/dist/v4.js +// node_modules/uuid/dist-node/v4.js function _v4(options, buf, offset) { options = options || {}; const rnds = options.random ?? options.rng?.() ?? rng(); diff --git a/lib/autobuild-action.js b/lib/autobuild-action.js index 516fd8944c..526f1b97e2 100644 --- a/lib/autobuild-action.js +++ b/lib/autobuild-action.js @@ -26486,7 +26486,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", diff --git a/lib/init-action-post.js b/lib/init-action-post.js index 2c2069e01a..bc86cec133 100644 --- a/lib/init-action-post.js +++ b/lib/init-action-post.js @@ -32335,7 +32335,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", @@ -129626,7 +129626,7 @@ var toolcache3 = __toESM(require_tool_cache()); var import_fast_deep_equal = __toESM(require_fast_deep_equal()); var semver7 = __toESM(require_semver2()); -// node_modules/uuid/dist/stringify.js +// node_modules/uuid/dist-node/stringify.js var byteToHex = []; for (let i = 0; i < 256; ++i) { byteToHex.push((i + 256).toString(16).slice(1)); @@ -129635,7 +129635,7 @@ function unsafeStringify(arr, offset = 0) { return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); } -// node_modules/uuid/dist/rng.js +// node_modules/uuid/dist-node/rng.js var import_node_crypto = require("node:crypto"); var rnds8Pool = new Uint8Array(256); var poolPtr = rnds8Pool.length; @@ -129647,11 +129647,11 @@ function rng() { return rnds8Pool.slice(poolPtr, poolPtr += 16); } -// node_modules/uuid/dist/native.js +// node_modules/uuid/dist-node/native.js var import_node_crypto2 = require("node:crypto"); var native_default = { randomUUID: import_node_crypto2.randomUUID }; -// node_modules/uuid/dist/v4.js +// node_modules/uuid/dist-node/v4.js function _v4(options, buf, offset) { options = options || {}; const rnds = options.random ?? options.rng?.() ?? rng(); diff --git a/lib/init-action.js b/lib/init-action.js index d98384d27c..51b9c5febd 100644 --- a/lib/init-action.js +++ b/lib/init-action.js @@ -32335,7 +32335,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", @@ -81687,7 +81687,7 @@ var core13 = __toESM(require_core()); var io6 = __toESM(require_io()); var semver8 = __toESM(require_semver2()); -// node_modules/uuid/dist/stringify.js +// node_modules/uuid/dist-node/stringify.js var byteToHex = []; for (let i = 0; i < 256; ++i) { byteToHex.push((i + 256).toString(16).slice(1)); @@ -81696,7 +81696,7 @@ function unsafeStringify(arr, offset = 0) { return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); } -// node_modules/uuid/dist/rng.js +// node_modules/uuid/dist-node/rng.js var import_node_crypto = require("node:crypto"); var rnds8Pool = new Uint8Array(256); var poolPtr = rnds8Pool.length; @@ -81708,11 +81708,11 @@ function rng() { return rnds8Pool.slice(poolPtr, poolPtr += 16); } -// node_modules/uuid/dist/native.js +// node_modules/uuid/dist-node/native.js var import_node_crypto2 = require("node:crypto"); var native_default = { randomUUID: import_node_crypto2.randomUUID }; -// node_modules/uuid/dist/v4.js +// node_modules/uuid/dist-node/v4.js function _v4(options, buf, offset) { options = options || {}; const rnds = options.random ?? options.rng?.() ?? rng(); diff --git a/lib/resolve-environment-action.js b/lib/resolve-environment-action.js index 05149433bd..784b37f3cf 100644 --- a/lib/resolve-environment-action.js +++ b/lib/resolve-environment-action.js @@ -26486,7 +26486,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", diff --git a/lib/start-proxy-action-post.js b/lib/start-proxy-action-post.js index 4a10f55679..c26090ba03 100644 --- a/lib/start-proxy-action-post.js +++ b/lib/start-proxy-action-post.js @@ -26486,7 +26486,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", diff --git a/lib/start-proxy-action.js b/lib/start-proxy-action.js index 665f6ce095..474b6d820d 100644 --- a/lib/start-proxy-action.js +++ b/lib/start-proxy-action.js @@ -45014,7 +45014,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", diff --git a/lib/upload-lib.js b/lib/upload-lib.js index 5401c8cd99..88dc2d5890 100644 --- a/lib/upload-lib.js +++ b/lib/upload-lib.js @@ -33632,7 +33632,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", @@ -89454,7 +89454,7 @@ var toolcache3 = __toESM(require_tool_cache()); var import_fast_deep_equal = __toESM(require_fast_deep_equal()); var semver7 = __toESM(require_semver2()); -// node_modules/uuid/dist/stringify.js +// node_modules/uuid/dist-node/stringify.js var byteToHex = []; for (let i = 0; i < 256; ++i) { byteToHex.push((i + 256).toString(16).slice(1)); @@ -89463,7 +89463,7 @@ function unsafeStringify(arr, offset = 0) { return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); } -// node_modules/uuid/dist/rng.js +// node_modules/uuid/dist-node/rng.js var import_node_crypto = require("node:crypto"); var rnds8Pool = new Uint8Array(256); var poolPtr = rnds8Pool.length; @@ -89475,11 +89475,11 @@ function rng() { return rnds8Pool.slice(poolPtr, poolPtr += 16); } -// node_modules/uuid/dist/native.js +// node_modules/uuid/dist-node/native.js var import_node_crypto2 = require("node:crypto"); var native_default = { randomUUID: import_node_crypto2.randomUUID }; -// node_modules/uuid/dist/v4.js +// node_modules/uuid/dist-node/v4.js function _v4(options, buf, offset) { options = options || {}; const rnds = options.random ?? options.rng?.() ?? rng(); diff --git a/lib/upload-sarif-action-post.js b/lib/upload-sarif-action-post.js index 32b6e23e75..0d03682546 100644 --- a/lib/upload-sarif-action-post.js +++ b/lib/upload-sarif-action-post.js @@ -26486,7 +26486,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", diff --git a/lib/upload-sarif-action.js b/lib/upload-sarif-action.js index 5fb36a62c4..f603d0aa17 100644 --- a/lib/upload-sarif-action.js +++ b/lib/upload-sarif-action.js @@ -32335,7 +32335,7 @@ var require_package = __commonJS({ "node-forge": "^1.3.1", octokit: "^5.0.3", semver: "^7.7.2", - uuid: "^12.0.0" + uuid: "^13.0.0" }, devDependencies: { "@ava/typescript": "6.0.0", @@ -90155,7 +90155,7 @@ var toolcache3 = __toESM(require_tool_cache()); var import_fast_deep_equal = __toESM(require_fast_deep_equal()); var semver7 = __toESM(require_semver2()); -// node_modules/uuid/dist/stringify.js +// node_modules/uuid/dist-node/stringify.js var byteToHex = []; for (let i = 0; i < 256; ++i) { byteToHex.push((i + 256).toString(16).slice(1)); @@ -90164,7 +90164,7 @@ function unsafeStringify(arr, offset = 0) { return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); } -// node_modules/uuid/dist/rng.js +// node_modules/uuid/dist-node/rng.js var import_node_crypto = require("node:crypto"); var rnds8Pool = new Uint8Array(256); var poolPtr = rnds8Pool.length; @@ -90176,11 +90176,11 @@ function rng() { return rnds8Pool.slice(poolPtr, poolPtr += 16); } -// node_modules/uuid/dist/native.js +// node_modules/uuid/dist-node/native.js var import_node_crypto2 = require("node:crypto"); var native_default = { randomUUID: import_node_crypto2.randomUUID }; -// node_modules/uuid/dist/v4.js +// node_modules/uuid/dist-node/v4.js function _v4(options, buf, offset) { options = options || {}; const rnds = options.random ?? options.rng?.() ?? rng();