mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
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:
parent
225afc4e17
commit
1d777b53ee
5 changed files with 2605 additions and 2469 deletions
1458
dist/index1.js
vendored
1458
dist/index1.js
vendored
File diff suppressed because it is too large
Load diff
1804
package-lock.json
generated
1804
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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
1800
wrapper/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue