build(deps): bump openpgp from 5.3.0 to 5.3.1

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

---
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] 2022-06-30 04:03:48 +00:00 committed by GitHub
parent 2a829b95de
commit 8159ce8548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
package-lock.json generated
View file

@ -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.3.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.1.tgz",
"integrity": "sha512-CxjY4gZ3D0pp6dJUmcM6EgjvDv0u+LsY+3ymULPZYRUPa0tmigDXHNUm5EX+omqmU401DTQNO6ud+QA6UpCdEA==",
"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.3.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.1.tgz",
"integrity": "sha512-CxjY4gZ3D0pp6dJUmcM6EgjvDv0u+LsY+3ymULPZYRUPa0tmigDXHNUm5EX+omqmU401DTQNO6ud+QA6UpCdEA==",
"requires": {
"asn1.js": "^5.0.0"
}