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(); 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",