build(deps): bump openpgp from 5.3.0 to 5.3.1

Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.3.0...v5.3.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-06-29 23:28:04 +00:00 committed by GitHub
parent 5d3e46ef56
commit 9b155fd7a9
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.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.6",
"openpgp": "^5.3.0"
"openpgp": "^5.3.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
@ -4425,9 +4425,9 @@
}
},
"node_modules/openpgp": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.0.tgz",
"integrity": "sha512-qjCj0vYpV3dmmkE+vURiJ5kVAJwrMk8BPukvpWJiHcTNWKwPVsRS810plIe4klIcHVf1ScgUQwqtBbv99ff+kQ==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.1.tgz",
"integrity": "sha512-CxjY4gZ3D0pp6dJUmcM6EgjvDv0u+LsY+3ymULPZYRUPa0tmigDXHNUm5EX+omqmU401DTQNO6ud+QA6UpCdEA==",
"dependencies": {
"asn1.js": "^5.0.0"
},
@ -8908,9 +8908,9 @@
}
},
"openpgp": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.0.tgz",
"integrity": "sha512-qjCj0vYpV3dmmkE+vURiJ5kVAJwrMk8BPukvpWJiHcTNWKwPVsRS810plIe4klIcHVf1ScgUQwqtBbv99ff+kQ==",
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.1.tgz",
"integrity": "sha512-CxjY4gZ3D0pp6dJUmcM6EgjvDv0u+LsY+3ymULPZYRUPa0tmigDXHNUm5EX+omqmU401DTQNO6ud+QA6UpCdEA==",
"requires": {
"asn1.js": "^5.0.0"
}

View file

@ -27,7 +27,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.6",
"openpgp": "^5.3.0"
"openpgp": "^5.3.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",