mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 16:31:45 +00:00
Merge pull request #447 from codecov/dependabot/npm_and_yarn/openpgp-5.0.0-5
build(deps): bump openpgp from 5.0.0-4 to 5.0.0-5
This commit is contained in:
commit
0764691a81
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4349,9 +4349,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openpgp": {
|
"openpgp": {
|
||||||
"version": "5.0.0-4",
|
"version": "5.0.0-5",
|
||||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-4.tgz",
|
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0-5.tgz",
|
||||||
"integrity": "sha512-PGfI4arJwXakJKfbb+weVBQ1OFxDfHiX5XmpCWeyTMjYRofU2UsynLxaJo9vs3xKv87eEPHFbVcIvrVCYnfEkQ==",
|
"integrity": "sha512-9UgpUiWzh14ciVWdCbWwXAeHJ7Vcnu1vnSs38kyYd9S+z1apP4A76jRpOrhG3Xl6yPG9p7jzspjU4y4LrDMjTQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"asn1.js": "^5.0.0"
|
"asn1.js": "^5.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"@actions/exec": "^1.1.0",
|
"@actions/exec": "^1.1.0",
|
||||||
"@actions/github": "^5.0.0",
|
"@actions/github": "^5.0.0",
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"openpgp": "^5.0.0-4"
|
"openpgp": "^5.0.0-5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^27.0.0",
|
"@types/jest": "^27.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue