mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
build(deps): bump openpgp from 5.2.1 to 5.3.0
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.2.1...v5.3.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
c53e51a54c
commit
370c86e1be
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.4",
|
||||
"openpgp": "^5.2.1"
|
||||
"openpgp": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
|
@ -4425,9 +4425,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/openpgp": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
|
||||
"integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.0.tgz",
|
||||
"integrity": "sha512-qjCj0vYpV3dmmkE+vURiJ5kVAJwrMk8BPukvpWJiHcTNWKwPVsRS810plIe4klIcHVf1ScgUQwqtBbv99ff+kQ==",
|
||||
"dependencies": {
|
||||
"asn1.js": "^5.0.0"
|
||||
},
|
||||
|
|
@ -8908,9 +8908,9 @@
|
|||
}
|
||||
},
|
||||
"openpgp": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
|
||||
"integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.3.0.tgz",
|
||||
"integrity": "sha512-qjCj0vYpV3dmmkE+vURiJ5kVAJwrMk8BPukvpWJiHcTNWKwPVsRS810plIe4klIcHVf1ScgUQwqtBbv99ff+kQ==",
|
||||
"requires": {
|
||||
"asn1.js": "^5.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^5.0.3",
|
||||
"node-fetch": "^3.2.4",
|
||||
"openpgp": "^5.2.1"
|
||||
"openpgp": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue