mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
build(deps): bump openpgp from 5.0.0-5 to 5.0.0-6
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.0.0-5 to 5.0.0-6. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.0.0-5...v5.0.0-6) --- 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:
parent
3e9a2814f2
commit
11a4aae367
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4415,9 +4415,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-6",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-6.tgz",
|
||||
"integrity": "sha512-SPqOALL1w80qzo400kR2ScaiHbbzHok6jGJLsk1aMpYQK+dlO4PoFRAzx2d1KoUY8qs4mVljzaulSSN32SF1aA==",
|
||||
"requires": {
|
||||
"asn1.js": "^5.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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-6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue