Update node_modules

This commit is contained in:
crazy-max 2020-01-17 06:55:37 +00:00
parent 0c849645b5
commit 3a8926a297
3 changed files with 14 additions and 12 deletions

View File

@ -4,7 +4,7 @@
#### Basic #### Basic
You can use this package to execute your tools on the command line in a cross platform way: You can use this package to execute tools in a cross platform way:
```js ```js
const exec = require('@actions/exec'); const exec = require('@actions/exec');

File diff suppressed because one or more lines are too long

View File

@ -1,32 +1,32 @@
{ {
"_args": [ "_args": [
[ [
"@actions/exec@1.0.2", "@actions/exec@1.0.3",
"/home/runner/work/ghaction-github-pages/ghaction-github-pages" "/home/runner/work/ghaction-github-pages/ghaction-github-pages"
] ]
], ],
"_from": "@actions/exec@1.0.2", "_from": "@actions/exec@1.0.3",
"_id": "@actions/exec@1.0.2", "_id": "@actions/exec@1.0.3",
"_inBundle": false, "_inBundle": false,
"_integrity": "sha512-Yo/wfcFuxbVjAaAfvx3aGLhMEuonOahas2jf8BwyA52IkXTAmLi7YVZTpGAQG/lTxuGoNLg9slTWQD4rr7rMDQ==", "_integrity": "sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA==",
"_location": "/@actions/exec", "_location": "/@actions/exec",
"_phantomChildren": {}, "_phantomChildren": {},
"_requested": { "_requested": {
"type": "version", "type": "version",
"registry": true, "registry": true,
"raw": "@actions/exec@1.0.2", "raw": "@actions/exec@1.0.3",
"name": "@actions/exec", "name": "@actions/exec",
"escapedName": "@actions%2fexec", "escapedName": "@actions%2fexec",
"scope": "@actions", "scope": "@actions",
"rawSpec": "1.0.2", "rawSpec": "1.0.3",
"saveSpec": null, "saveSpec": null,
"fetchSpec": "1.0.2" "fetchSpec": "1.0.3"
}, },
"_requiredBy": [ "_requiredBy": [
"/" "/"
], ],
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.2.tgz", "_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz",
"_spec": "1.0.2", "_spec": "1.0.3",
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages", "_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
"bugs": { "bugs": {
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
@ -60,8 +60,10 @@
"directory": "packages/exec" "directory": "packages/exec"
}, },
"scripts": { "scripts": {
"audit-moderate": "npm install && npm audit --audit-level=moderate",
"test": "echo \"Error: run tests from root\" && exit 1", "test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc" "tsc": "tsc"
}, },
"version": "1.0.2" "types": "lib/exec.d.ts",
"version": "1.0.3"
} }