1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-02 16:12:58 +02:00

Migrate 'uuid' from 3.3.3 to 7

Fix the warning from npm:

npm WARN deprecated uuid@3.3.3: Please upgrade to version 7 or higher.
Older versions may use Math.random() in certain circumstances, which is
known to be problematic.  See https://v8.dev/blog/math-random for details.
This commit is contained in:
Binrui Dong 2023-04-14 16:05:22 +08:00
parent 8e5e7e5ab8
commit 0d28035a35
6 changed files with 574 additions and 69 deletions

View file

@ -33,12 +33,12 @@
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^1.1.2",
"uuid": "^3.3.3"
"uuid": "^7.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^12.7.12",
"@types/uuid": "^3.4.6",
"@types/uuid": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.36.1",