build(deps): bump openpgp from 5.10.1 to 5.10.2 (#1096)

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

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

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-21 12:15:21 -05:00
committed by GitHub
parent 3f71d3b255
commit 59959656dc

12
package-lock.json generated
View File

@@ -4159,9 +4159,9 @@
}
},
"node_modules/openpgp": {
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.10.1.tgz",
"integrity": "sha512-SR5Ft+ej51d0+p53ld5Ney0Yiz0y8Mh1YYLJrvpRMbTaNhvS1QcDX0Oq1rW9sjBnQXtgrpWw2Zve3rm7K5C/pw==",
"version": "5.10.2",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.10.2.tgz",
"integrity": "sha512-nRqMp4o31rBagWB02tgfKCsocXWq4uYobZf9GDVlD5rQXBq/wRIZHiDhGX1dlDAI2inkZcPd2dSZOqmtGnsK1A==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@@ -8285,9 +8285,9 @@
}
},
"openpgp": {
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.10.1.tgz",
"integrity": "sha512-SR5Ft+ej51d0+p53ld5Ney0Yiz0y8Mh1YYLJrvpRMbTaNhvS1QcDX0Oq1rW9sjBnQXtgrpWw2Zve3rm7K5C/pw==",
"version": "5.10.2",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.10.2.tgz",
"integrity": "sha512-nRqMp4o31rBagWB02tgfKCsocXWq4uYobZf9GDVlD5rQXBq/wRIZHiDhGX1dlDAI2inkZcPd2dSZOqmtGnsK1A==",
"requires": {
"asn1.js": "^5.0.0"
}