Remove dependency on uuid package (#1824)

This commit is contained in:
Josh Gross
2024-10-02 12:28:06 -04:00
committed by GitHub
parent 6dd369c0e6
commit 78af634e7e
10 changed files with 29 additions and 135 deletions

View File

@@ -40,13 +40,11 @@
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"
"semver": "^6.1.0"
},
"devDependencies": {
"@types/nock": "^11.1.0",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4",
"nock": "^13.2.9"
}
}