build(deps): bump openpgp from 5.3.0 to 5.4.0 (#799)

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.3.0...v5.4.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-09 11:44:01 -04:00 committed by GitHub
parent 5c0da1b28f
commit 13bc2536ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.4",
"openpgp": "5.3"
"openpgp": "5.4"
},
"devDependencies": {
"@types/jest": "^27.5.0",
@ -5534,9 +5534,9 @@
}
},
"node_modules/openpgp": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.0.tgz",
"integrity": "sha512-qjCj0vYpV3dmmkE+vURiJ5kVAJwrMk8BPukvpWJiHcTNWKwPVsRS810plIe4klIcHVf1ScgUQwqtBbv99ff+kQ==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.4.0.tgz",
"integrity": "sha512-XgQnK8SYy4Ycg9BDvrXTE4foMwME/+1EfGZWZirUU2VPzU1X3xx094fChjbP10+gUJifAcoWTsT2zAbdhFUxyg==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@ -12070,9 +12070,9 @@
}
},
"openpgp": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.0.tgz",
"integrity": "sha512-qjCj0vYpV3dmmkE+vURiJ5kVAJwrMk8BPukvpWJiHcTNWKwPVsRS810plIe4klIcHVf1ScgUQwqtBbv99ff+kQ==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.4.0.tgz",
"integrity": "sha512-XgQnK8SYy4Ycg9BDvrXTE4foMwME/+1EfGZWZirUU2VPzU1X3xx094fChjbP10+gUJifAcoWTsT2zAbdhFUxyg==",
"requires": {
"asn1.js": "^5.0.0"
}

View file

@ -27,7 +27,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.4",
"openpgp": "5.3"
"openpgp": "5.4"
},
"devDependencies": {
"@types/jest": "^27.5.0",