build(deps): bump openpgp from 5.8.0 to 5.9.0 (#985)

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.8.0...v5.9.0)

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

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-08-01 08:25:23 -07:00
committed by GitHub
parent eaaf4bedf3
commit 6a48e74ab1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"node-fetch": "^3.3.1", "node-fetch": "^3.3.1",
"openpgp": "5.8" "openpgp": "5.9"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",
@@ -5535,9 +5535,9 @@
} }
}, },
"node_modules/openpgp": { "node_modules/openpgp": {
"version": "5.8.0", "version": "5.9.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.8.0.tgz", "resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.9.0.tgz",
"integrity": "sha512-hq4+4s/vpjuwGgZSjplGp4j5FzSz+KwiFRiqMx+ZXr7VCK3CvTkktYilMTZMrf2vHsFH8aQ0596Lmn07HeKRmQ==", "integrity": "sha512-wEI6TAinCAq8ZLZA4oZ3ZtJ2BhhHj+CiPCd8TzE7zCicr0V8tvG5UF76OtddLLOJcK63w3Aj3KiRd+VLMScirQ==",
"dependencies": { "dependencies": {
"asn1.js": "^5.0.0" "asn1.js": "^5.0.0"
}, },
@@ -12071,9 +12071,9 @@
} }
}, },
"openpgp": { "openpgp": {
"version": "5.8.0", "version": "5.9.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.8.0.tgz", "resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.9.0.tgz",
"integrity": "sha512-hq4+4s/vpjuwGgZSjplGp4j5FzSz+KwiFRiqMx+ZXr7VCK3CvTkktYilMTZMrf2vHsFH8aQ0596Lmn07HeKRmQ==", "integrity": "sha512-wEI6TAinCAq8ZLZA4oZ3ZtJ2BhhHj+CiPCd8TzE7zCicr0V8tvG5UF76OtddLLOJcK63w3Aj3KiRd+VLMScirQ==",
"requires": { "requires": {
"asn1.js": "^5.0.0" "asn1.js": "^5.0.0"
} }

View File

@@ -27,7 +27,7 @@
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"node-fetch": "^3.3.1", "node-fetch": "^3.3.1",
"openpgp": "5.8" "openpgp": "5.9"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.5.0", "@types/jest": "^27.5.0",