deps: Bump all available development dependencies

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 06:48:00 -05:00
parent 8b59f414e1
commit fd2c19f14e
No known key found for this signature in database
GPG key ID: AC40A9A6632E4888
4 changed files with 1876 additions and 1740 deletions

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": {