build(deps): bump openpgp from 5.1.0 to 5.2.1

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.1.0...v5.2.1)

---
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-04-04 21:01:44 +00:00
committed by GitHub
parent 9af8a2b3c9
commit 5f458f03fe
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.1",
"node-fetch": "^3.2.3",
"openpgp": "^5.1.0"
"openpgp": "^5.2.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
@@ -5443,9 +5443,9 @@
}
},
"node_modules/openpgp": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
"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"
},
@@ -11896,9 +11896,9 @@
}
},
"openpgp": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
"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.1",
"node-fetch": "^3.2.3",
"openpgp": "^5.1.0"
"openpgp": "^5.2.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",