Bump @hashicorp/js-releases from 1.6.1 to 1.7.0 (#348)

* Bump @hashicorp/js-releases from 1.6.1 to 1.7.0

Bumps [@hashicorp/js-releases](https://github.com/hashicorp/js-releases) from 1.6.1 to 1.7.0.
- [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.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: "@hashicorp/js-releases"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Running npm ci && npm run build locally and pushing

* update dist

---------

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>
Co-authored-by: Austin Valle <austinvalle@gmail.com>
This commit is contained in:
dependabot[bot] 2023-09-12 06:43:59 -04:00 committed by GitHub
parent f3501afcbe
commit ed6db656dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 19 deletions

30
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@hashicorp/js-releases": "^1.6.1"
"@hashicorp/js-releases": "^1.7.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.0",
@ -808,13 +808,13 @@
}
},
"node_modules/@hashicorp/js-releases": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@hashicorp/js-releases/-/js-releases-1.6.1.tgz",
"integrity": "sha512-eb8NgI+oTrQ1BWioenKSCH8a90uLngeaVkyMOXofPLPcShJwhc/AAJpzP5AZoYCGrbt1nVJmFGgjUrS858YLBw==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@hashicorp/js-releases/-/js-releases-1.7.0.tgz",
"integrity": "sha512-ONeN2lH5qeZU+wK32CschZEPe+NB9ypGzsfCpEQgA87oGMEkWX66s95bLYN4ff+WirBWYvyvHxGLT1MWbj/m9A==",
"dependencies": {
"axios": "^0.25.0",
"https-proxy-agent": "^5.0.1",
"openpgp": "5.1.0",
"openpgp": "^5.5.0",
"semver": "^7.3.5",
"yauzl": "^2.10.0"
}
@ -4811,9 +4811,9 @@
}
},
"node_modules/openpgp": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.10.1.tgz",
"integrity": "sha512-SR5Ft+ej51d0+p53ld5Ney0Yiz0y8Mh1YYLJrvpRMbTaNhvS1QcDX0Oq1rW9sjBnQXtgrpWw2Zve3rm7K5C/pw==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@ -6591,13 +6591,13 @@
}
},
"@hashicorp/js-releases": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/@hashicorp/js-releases/-/js-releases-1.6.1.tgz",
"integrity": "sha512-eb8NgI+oTrQ1BWioenKSCH8a90uLngeaVkyMOXofPLPcShJwhc/AAJpzP5AZoYCGrbt1nVJmFGgjUrS858YLBw==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@hashicorp/js-releases/-/js-releases-1.7.0.tgz",
"integrity": "sha512-ONeN2lH5qeZU+wK32CschZEPe+NB9ypGzsfCpEQgA87oGMEkWX66s95bLYN4ff+WirBWYvyvHxGLT1MWbj/m9A==",
"requires": {
"axios": "^0.25.0",
"https-proxy-agent": "^5.0.1",
"openpgp": "5.1.0",
"openpgp": "^5.5.0",
"semver": "^7.3.5",
"yauzl": "^2.10.0"
},
@ -9600,9 +9600,9 @@
}
},
"openpgp": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.10.1.tgz",
"integrity": "sha512-SR5Ft+ej51d0+p53ld5Ney0Yiz0y8Mh1YYLJrvpRMbTaNhvS1QcDX0Oq1rW9sjBnQXtgrpWw2Zve3rm7K5C/pw==",
"requires": {
"asn1.js": "^5.0.0"
}