update @actions/tool-cache, install semver, nock

This commit is contained in:
Alex Kalyvitis 2020-06-18 16:31:13 +02:00
parent 74d434c5ca
commit 4c6749115a
678 changed files with 39259 additions and 14619 deletions

View file

@ -22,7 +22,7 @@
"@actions/exec": "^1.0.1",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@actions/tool-cache": "^1.5.5",
"@octokit/rest": "^17.1.0",
"console-log-level": "^1.4.1",
"file-url": "^3.0.0",
@ -32,6 +32,7 @@
"long": "^4.0.0",
"md5": "^2.2.1",
"path": "^0.12.7",
"semver": "^7.3.2",
"zlib": "^1.0.5"
},
"//": [
@ -41,11 +42,14 @@
"@ava/typescript": "1.1.1",
"@types/jszip": "^3.1.6",
"@types/long": "4.0.0",
"@types/nock": "^11.1.0",
"@types/node": "^12.0.4",
"@types/semver": "^7.2.0",
"ava": "3.8.1",
"micromatch": "4.0.2",
"nock": "^12.0.3",
"removeNPMAbsolutePaths": "2.0.0",
"tslint": "^6.1.0",
"typescript": "^3.7.5",
"removeNPMAbsolutePaths": "2.0.0"
"typescript": "^3.7.5"
}
}
}