build(deps): bump openpgp from 5.2.0 to 5.2.1

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.2.0...v5.2.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-03-15 23:26:05 +00:00 committed by GitHub
parent 71c8c2390c
commit 8fffa12eb5
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.0",
"@actions/github": "^5.0.0",
"node-fetch": "^3.2.3",
"openpgp": "^5.2.0"
"openpgp": "^5.2.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
@ -4425,9 +4425,9 @@
}
},
"node_modules/openpgp": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.0.tgz",
"integrity": "sha512-ZDrvSMq2KZTTWnFV6bSO70HlyAX9uIu2QO/jX+Pd5lb+fewzwsnWHnzN2ZWp++QyM8ifyBPkrD7ZGFq279mpMA==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
"integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@ -8916,9 +8916,9 @@
}
},
"openpgp": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.0.tgz",
"integrity": "sha512-ZDrvSMq2KZTTWnFV6bSO70HlyAX9uIu2QO/jX+Pd5lb+fewzwsnWHnzN2ZWp++QyM8ifyBPkrD7ZGFq279mpMA==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
"integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
"requires": {
"asn1.js": "^5.0.0"
}

View file

@ -27,7 +27,7 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"node-fetch": "^3.2.3",
"openpgp": "^5.2.0"
"openpgp": "^5.2.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",