build(deps): bump openpgp from 5.0.0-5 to 5.0.0

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.0.0-5 to 5.0.0.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.0.0-5...v5.0.0)

---
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]
2021-09-09 17:17:14 +00:00
committed by GitHub
parent f6d4366a4c
commit c071c7087f
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": "^2.6.1",
"openpgp": "^5.0.0-5"
"openpgp": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.1",
@@ -5494,9 +5494,9 @@
}
},
"node_modules/openpgp": {
"version": "5.0.0-5",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-5.tgz",
"integrity": "sha512-9UgpUiWzh14ciVWdCbWwXAeHJ7Vcnu1vnSs38kyYd9S+z1apP4A76jRpOrhG3Xl6yPG9p7jzspjU4y4LrDMjTQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0.tgz",
"integrity": "sha512-H4Jsj9Bp1KFQ/w520M1d2x45iz9V39Lf+IwIXmUaBmJAMagAt0zanqmWeFzIMJUYmrHTcm6fO/rpc6aftFUHbA==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@@ -11912,9 +11912,9 @@
}
},
"openpgp": {
"version": "5.0.0-5",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-5.tgz",
"integrity": "sha512-9UgpUiWzh14ciVWdCbWwXAeHJ7Vcnu1vnSs38kyYd9S+z1apP4A76jRpOrhG3Xl6yPG9p7jzspjU4y4LrDMjTQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0.tgz",
"integrity": "sha512-H4Jsj9Bp1KFQ/w520M1d2x45iz9V39Lf+IwIXmUaBmJAMagAt0zanqmWeFzIMJUYmrHTcm6fO/rpc6aftFUHbA==",
"requires": {
"asn1.js": "^5.0.0"
}

View File

@@ -27,7 +27,7 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"node-fetch": "^2.6.1",
"openpgp": "^5.0.0-5"
"openpgp": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^27.0.1",