mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
build(deps): bump openpgp from 5.3.1 to 5.4.0
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: openpgp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7deafee1e2
commit
a860691dd1
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.1",
|
||||
"@actions/github": "^5.0.3",
|
||||
"node-fetch": "^3.2.10",
|
||||
"openpgp": "^5.3.1"
|
||||
"openpgp": "^5.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
|
@ -4509,9 +4509,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/openpgp": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.1.tgz",
|
||||
"integrity": "sha512-CxjY4gZ3D0pp6dJUmcM6EgjvDv0u+LsY+3ymULPZYRUPa0tmigDXHNUm5EX+omqmU401DTQNO6ud+QA6UpCdEA==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.4.0.tgz",
|
||||
"integrity": "sha512-XgQnK8SYy4Ycg9BDvrXTE4foMwME/+1EfGZWZirUU2VPzU1X3xx094fChjbP10+gUJifAcoWTsT2zAbdhFUxyg==",
|
||||
"dependencies": {
|
||||
"asn1.js": "^5.0.0"
|
||||
},
|
||||
|
|
@ -9057,9 +9057,9 @@
|
|||
}
|
||||
},
|
||||
"openpgp": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.1.tgz",
|
||||
"integrity": "sha512-CxjY4gZ3D0pp6dJUmcM6EgjvDv0u+LsY+3ymULPZYRUPa0tmigDXHNUm5EX+omqmU401DTQNO6ud+QA6UpCdEA==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.4.0.tgz",
|
||||
"integrity": "sha512-XgQnK8SYy4Ycg9BDvrXTE4foMwME/+1EfGZWZirUU2VPzU1X3xx094fChjbP10+gUJifAcoWTsT2zAbdhFUxyg==",
|
||||
"requires": {
|
||||
"asn1.js": "^5.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^5.0.3",
|
||||
"node-fetch": "^3.2.10",
|
||||
"openpgp": "^5.3.1"
|
||||
"openpgp": "^5.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue