build(deps): bump openpgp from 5.0.0-5 to 5.0.0-6

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.0.0-5 to 5.0.0-6.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.0.0-5...v5.0.0-6)

---
updated-dependencies:
- dependency-name: openpgp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 04:04:02 +00:00 committed by GitHub
parent 3e9a2814f2
commit 11a4aae367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4415,9 +4415,9 @@
}
},
"openpgp": {
"version": "5.0.0-5",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-5.tgz",
"integrity": "sha512-9UgpUiWzh14ciVWdCbWwXAeHJ7Vcnu1vnSs38kyYd9S+z1apP4A76jRpOrhG3Xl6yPG9p7jzspjU4y4LrDMjTQ==",
"version": "5.0.0-6",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-6.tgz",
"integrity": "sha512-SPqOALL1w80qzo400kR2ScaiHbbzHok6jGJLsk1aMpYQK+dlO4PoFRAzx2d1KoUY8qs4mVljzaulSSN32SF1aA==",
"requires": {
"asn1.js": "^5.0.0"
}

View file

@ -27,7 +27,7 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"node-fetch": "^2.6.1",
"openpgp": "^5.0.0-5"
"openpgp": "^5.0.0-6"
},
"devDependencies": {
"@types/jest": "^27.0.1",