mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
build(deps): bump openpgp from 5.0.0 to 5.0.1
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.0.0...v5.0.1) --- 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
98d91d7d73
commit
50f44b5ee3
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.1.0",
|
||||
"openpgp": "^5.0.0"
|
||||
"openpgp": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
|
|
@ -4594,9 +4594,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"
|
||||
},
|
||||
|
|
@ -9171,9 +9171,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": "^3.1.0",
|
||||
"openpgp": "^5.0.0"
|
||||
"openpgp": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue