remove uuid package and switch to crypto

This commit is contained in:
CrazyMax
2024-10-28 14:54:40 +01:00
parent 7bb565780b
commit 47611ea40b
3 changed files with 3 additions and 14 deletions

View File

@ -27,8 +27,7 @@
"packageManager": "yarn@3.6.3",
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.40.0",
"uuid": "^10.0.0"
"@docker/actions-toolkit": "^0.40.0"
},
"devDependencies": {
"@types/node": "^20.6.0",