diff --git a/package-lock.json b/package-lock.json index a71e66a..5fc1b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/github": "^5.1.1", "@actions/tool-cache": "^4.0.0", "@octokit/rest": "^18.12.0", - "uuid": "^8.3.2" + "uuid": "^14.0.2" }, "devDependencies": { "@types/node": "^26.2.0", @@ -6847,12 +6847,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", + "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/vite": { diff --git a/package.json b/package.json index ba54e0e..26b1fc8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "^5.1.1", "@actions/tool-cache": "^4.0.0", "@octokit/rest": "^18.12.0", - "uuid": "^8.3.2" + "uuid": "^14.0.2" }, "devDependencies": {