deps: Bump all development dependencies and fix check-dist (#301)

Reference: https://github.com/hashicorp/setup-terraform/pull/285
Reference: https://github.com/hashicorp/setup-terraform/pull/286
Reference: https://github.com/hashicorp/setup-terraform/pull/288
Reference: https://github.com/hashicorp/setup-terraform/pull/291
Reference: https://github.com/hashicorp/setup-terraform/pull/292

```shell
npm install '@vercel/ncc@0.36.1'
npm install 'husky@8.0.3'
npm install 'jest@29.4.1'
npm install 'nock@13.3.0'
pushd wrapper
npm install '@vercel/ncc@0.36.1'
npm install 'jest@29.4.1'
npm audit fix # json5@1.0.2 security fix
popd
npm run build
```
This commit is contained in:
Brian Flad 2023-02-09 10:05:39 -05:00 committed by GitHub
parent 225afc4e17
commit 1d777b53ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2605 additions and 2469 deletions

1458
dist/index1.js vendored

File diff suppressed because it is too large Load diff

1804
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,10 +27,10 @@
"@hashicorp/js-releases": "^1.6.1"
},
"devDependencies": {
"@vercel/ncc": "0.34.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"nock": "^13.2.9",
"@vercel/ncc": "^0.36.1",
"husky": "^8.0.3",
"jest": "^29.4.1",
"nock": "^13.3.0",
"semistandard": "^16.0.1"
},
"jest": {

1800
wrapper/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,8 +17,8 @@
"@actions/io": "^1.1.1"
},
"devDependencies": {
"@vercel/ncc": "0.34.0",
"jest": "^29.3.1",
"@vercel/ncc": "^0.36.1",
"jest": "^29.4.1",
"semistandard": "^16.0.1"
},
"semistandard": {