Upgrade dependencies and clean up package config (#63)

This commit is contained in:
Audrey Eschright 2020-10-30 13:07:27 -07:00 committed by GitHub
parent c8ed59d824
commit ccd38093bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 854 additions and 179 deletions

View file

@ -1,7 +1,9 @@
{
"name": "setup-terraform",
"version": "1.0.0",
"version": "1.2.0",
"description": "Setup Terraform CLI for GitHub Actions",
"license": "MPL-2.0",
"publisher": "hashicorp",
"main": "index.js",
"scripts": {
"test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
@ -12,16 +14,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"