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:
Tom Hu
2021-08-12 16:06:37 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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"
} }

View File

@@ -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",