upgrading uuid

This commit is contained in:
Vallie Joseph
2023-07-31 19:59:28 +00:00
parent d77f97af87
commit 48523eee12
2 changed files with 8 additions and 21 deletions
+2 -3
View File
@@ -42,11 +42,10 @@
"@actions/io": "^1.1.3",
"nock": "^13.3.2",
"semver": "^6.1.0",
"uuid": "^3.4.0"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/nock": "^11.1.0",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4"
"@types/uuid": "^3.4.10"
}
}