feat: update yargs and http-client

refs #400
refs #398

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker
2023-03-08 15:42:16 -03:00
parent 1d44853e58
commit 2fce7c4986
4 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -23,11 +23,11 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"@actions/http-client": "^2.1.0",
"@actions/tool-cache": "^2.0.1",
"js-yaml": "^4.1.0",
"semver": "^7.3.8",
"yargs": "^17.7.0"
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/node": "^16.11.26",