Change http-client dependency to one matching previous version

This commit is contained in:
Nikolai Laevskii
2023-05-22 11:53:31 +02:00
parent d99bed8b21
commit a0d867bfa9
4 changed files with 3419 additions and 1807 deletions

View File

@ -29,12 +29,12 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/glob": "^0.2.0",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.5.5",
"semver": "^7.1.3"
},
"devDependencies": {
"@actions/http-client": "^2.0.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.25",
"@types/semver": "^7.1.0",