mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
Merge pull request #103 from Studio-Hardware/dependabot/npm_and_yarn/openpgp-5.2.0
build(deps): bump openpgp from 5.0.1 to 5.2.0
This commit is contained in:
commit
5a4873f7bb
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"node-fetch": "^3.2.1",
|
||||
"openpgp": "^5.0.1"
|
||||
"openpgp": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
|
@ -4443,9 +4443,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/openpgp": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.1.tgz",
|
||||
"integrity": "sha512-J9HGIcXumwczJwX3JvgshWYtkhsOJHm5ZPd1ipJ1BqrZL06NgqV/EfJyF3ThOlNV2rY0MGWdS8L8/kKyeo3sXg==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.0.tgz",
|
||||
"integrity": "sha512-ZDrvSMq2KZTTWnFV6bSO70HlyAX9uIu2QO/jX+Pd5lb+fewzwsnWHnzN2ZWp++QyM8ifyBPkrD7ZGFq279mpMA==",
|
||||
"dependencies": {
|
||||
"asn1.js": "^5.0.0"
|
||||
},
|
||||
|
|
@ -8946,9 +8946,9 @@
|
|||
}
|
||||
},
|
||||
"openpgp": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.1.tgz",
|
||||
"integrity": "sha512-J9HGIcXumwczJwX3JvgshWYtkhsOJHm5ZPd1ipJ1BqrZL06NgqV/EfJyF3ThOlNV2rY0MGWdS8L8/kKyeo3sXg==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.0.tgz",
|
||||
"integrity": "sha512-ZDrvSMq2KZTTWnFV6bSO70HlyAX9uIu2QO/jX+Pd5lb+fewzwsnWHnzN2ZWp++QyM8ifyBPkrD7ZGFq279mpMA==",
|
||||
"requires": {
|
||||
"asn1.js": "^5.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"node-fetch": "^3.2.1",
|
||||
"openpgp": "^5.0.1"
|
||||
"openpgp": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue