update uuid dep

This commit is contained in:
bethanyj28
2024-04-04 10:38:33 -04:00
parent 9ddf153e00
commit 2be5f8ecbc
5 changed files with 51 additions and 92 deletions
+2 -2
View File
@@ -41,12 +41,12 @@
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/nock": "^11.1.0",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4",
"@types/uuid": "^9.0.8",
"nock": "^13.2.9"
}
}