Update dependencies (resolves CVE-2020-15228)

This commit is contained in:
Audrey Eschright 2020-10-29 13:30:24 -07:00
parent c8ed59d824
commit b53bdfb8fd
6 changed files with 838 additions and 168 deletions

View file

@ -12,16 +12,16 @@
"keywords": [],
"author": "",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/core": "^1.2.6",
"@actions/github": "^2.1.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.3",
"node-fetch": "^2.6.0",
"semver": "^7.1.3"
"@actions/tool-cache": "^1.6.0",
"node-fetch": "^2.6.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@zeit/ncc": "0.22.1",
"husky": "^4.2.3",
"husky": "^4.3.0",
"jest": "^25.2.4",
"nock": "^12.0.3",
"semistandard": "^14.2.0"