build(deps): bump openpgp from 5.4.0 to 5.5.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-31 23:30:45 +00:00 committed by GitHub
parent 5dc2df86f6
commit d87e9fd367
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

@ -12,7 +12,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.10",
"openpgp": "^5.4.0"
"openpgp": "^5.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
@ -4517,9 +4517,9 @@
}
},
"node_modules/openpgp": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.4.0.tgz",
"integrity": "sha512-XgQnK8SYy4Ycg9BDvrXTE4foMwME/+1EfGZWZirUU2VPzU1X3xx094fChjbP10+gUJifAcoWTsT2zAbdhFUxyg==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.5.0.tgz",
"integrity": "sha512-SpwcJnxrK9Y0HRM6KxSFqkAEOSWEabCH/c8dII/+y2e5f6KvuDG5ZE7JXaPBaVJNE4VUZZeTphxXDoZD0KOHrw==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@ -9066,9 +9066,9 @@
}
},
"openpgp": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.4.0.tgz",
"integrity": "sha512-XgQnK8SYy4Ycg9BDvrXTE4foMwME/+1EfGZWZirUU2VPzU1X3xx094fChjbP10+gUJifAcoWTsT2zAbdhFUxyg==",
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.5.0.tgz",
"integrity": "sha512-SpwcJnxrK9Y0HRM6KxSFqkAEOSWEabCH/c8dII/+y2e5f6KvuDG5ZE7JXaPBaVJNE4VUZZeTphxXDoZD0KOHrw==",
"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.10",
"openpgp": "^5.4.0"
"openpgp": "^5.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",