Update node_modules

This commit is contained in:
crazy-max
2020-01-24 09:14:21 +00:00
parent 01f7c3ce16
commit a09bb75342
31 changed files with 1513 additions and 667 deletions

View File

@@ -1,32 +1,32 @@
{
"_args": [
[
"@actions/tool-cache@1.3.0",
"@actions/tool-cache@1.3.1",
"/home/runner/work/ghaction-upx/ghaction-upx"
]
],
"_from": "@actions/tool-cache@1.3.0",
"_id": "@actions/tool-cache@1.3.0",
"_from": "@actions/tool-cache@1.3.1",
"_id": "@actions/tool-cache@1.3.1",
"_inBundle": false,
"_integrity": "sha512-pbv32I89niDShw1YTDo0OFQmWPkZPElE7e3So1jfEzjIyzGRfYIzshwOVhemJZLcDtzo3kxO3GFDAmuVvub/6w==",
"_integrity": "sha512-sKoEJv0/c7WzjPEq2PO12Sc8QdEp58XIBHMm3c4lUn/iZWgLz9HBeCuFGpLQjDvXJNfLZ4g+WD+rMjgOmpH4Ag==",
"_location": "/@actions/tool-cache",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@actions/tool-cache@1.3.0",
"raw": "@actions/tool-cache@1.3.1",
"name": "@actions/tool-cache",
"escapedName": "@actions%2ftool-cache",
"scope": "@actions",
"rawSpec": "1.3.0",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "1.3.0"
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.0.tgz",
"_spec": "1.3.0",
"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
@@ -34,7 +34,7 @@
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^1.0.1",
"@actions/http-client": "^1.0.3",
"@actions/io": "^1.0.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"
@@ -77,5 +77,5 @@
"tsc": "tsc"
},
"types": "lib/tool-cache.d.ts",
"version": "1.3.0"
"version": "1.3.1"
}