fixing nock dep

This commit is contained in:
Vallie Joseph
2023-07-31 18:59:52 +00:00
parent c8da8703e9
commit 74d9792744
2 changed files with 7 additions and 13 deletions
+2 -2
View File
@@ -40,13 +40,13 @@
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.3",
"nock": "^13.3.2",
"semver": "^6.1.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/nock": "^11.1.0",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4",
"nock": "^13.2.9"
"@types/uuid": "^3.4.4"
}
}