mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
fix: upgrade openpgp from 5.0.0 to 5.0.1
Snyk has created this PR to upgrade openpgp from 5.0.0 to 5.0.1. See this package in npm: https://www.npmjs.com/package/openpgp See this project in Snyk: https://app.snyk.io/org/mitchell-codecov/project/8cddb358-dee3-4d13-9d92-bcb2603e196f?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
parent
260aa3b4b2
commit
a5457c80b2
2 changed files with 9 additions and 8 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
|
@ -5,6 +5,7 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "codecov-action",
|
||||
"version": "2.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -12,7 +13,7 @@
|
|||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"openpgp": "^5.0.0"
|
||||
"openpgp": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.1",
|
||||
|
|
@ -5494,9 +5495,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/openpgp": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0.tgz",
|
||||
"integrity": "sha512-H4Jsj9Bp1KFQ/w520M1d2x45iz9V39Lf+IwIXmUaBmJAMagAt0zanqmWeFzIMJUYmrHTcm6fO/rpc6aftFUHbA==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.1.tgz",
|
||||
"integrity": "sha512-J9HGIcXumwczJwX3JvgshWYtkhsOJHm5ZPd1ipJ1BqrZL06NgqV/EfJyF3ThOlNV2rY0MGWdS8L8/kKyeo3sXg==",
|
||||
"dependencies": {
|
||||
"asn1.js": "^5.0.0"
|
||||
},
|
||||
|
|
@ -11912,9 +11913,9 @@
|
|||
}
|
||||
},
|
||||
"openpgp": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.0.tgz",
|
||||
"integrity": "sha512-H4Jsj9Bp1KFQ/w520M1d2x45iz9V39Lf+IwIXmUaBmJAMagAt0zanqmWeFzIMJUYmrHTcm6fO/rpc6aftFUHbA==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.0.1.tgz",
|
||||
"integrity": "sha512-J9HGIcXumwczJwX3JvgshWYtkhsOJHm5ZPd1ipJ1BqrZL06NgqV/EfJyF3ThOlNV2rY0MGWdS8L8/kKyeo3sXg==",
|
||||
"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"
|
||||
"openpgp": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue