Bump openpgp from 5.9.0 to 5.10.1 in /frontend (#825)

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.9.0 to 5.10.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.9.0...v5.10.1)

---
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] 2023-09-05 12:07:35 +00:00 committed by GitHub
parent b4b6709918
commit 6a1eceb8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@
"js-sha256": "^0.9.0",
"light-bolt11-decoder": "^3.0.0",
"npm": "^9.8.0",
"openpgp": "^5.9.0",
"openpgp": "^5.10.1",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
@ -13322,9 +13322,9 @@
}
},
"node_modules/openpgp": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.9.0.tgz",
"integrity": "sha512-wEI6TAinCAq8ZLZA4oZ3ZtJ2BhhHj+CiPCd8TzE7zCicr0V8tvG5UF76OtddLLOJcK63w3Aj3KiRd+VLMScirQ==",
"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"
},

View File

@ -70,7 +70,7 @@
"js-sha256": "^0.9.0",
"light-bolt11-decoder": "^3.0.0",
"npm": "^9.8.0",
"openpgp": "^5.9.0",
"openpgp": "^5.10.1",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",