Bump axios and @hashicorp/js-releases (#380)

* Bump axios and @hashicorp/js-releases

Bumps [axios](https://github.com/axios/axios) to 1.6.2 and updates ancestor dependency [@hashicorp/js-releases](https://github.com/hashicorp/js-releases). These dependencies need to be updated together.


Updates `axios` from 0.25.0 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.25.0...v1.6.2)

Updates `@hashicorp/js-releases` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/hashicorp/js-releases/releases)
- [Changelog](https://github.com/hashicorp/js-releases/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/js-releases/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@hashicorp/js-releases"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Ran npm ci && npm run build

* Ran ncc build wrapper/terraform.js --out wrapper/dist && ncc build index.js --out dist

* Ran npm ci && npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Bennett <ben.bennett@hashicorp.com>
This commit is contained in:
dependabot[bot] 2023-12-01 07:33:31 +00:00 committed by GitHub
parent d116bd78c2
commit f8aa68a57c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6110 additions and 2434 deletions

View file

@ -24,7 +24,7 @@
"@actions/github": "^6.0.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@hashicorp/js-releases": "^1.7.1"
"@hashicorp/js-releases": "^1.7.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",