mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
Update dependencies (resolves CVE-2020-15228)
This commit is contained in:
parent
c8ed59d824
commit
b53bdfb8fd
6 changed files with 838 additions and 168 deletions
10
package.json
10
package.json
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue