mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
build(deps): bump openpgp from 5.1.0 to 5.2.0
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.1.0...v5.2.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
b049ab51f4
commit
b77339b5fa
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -13,7 +13,7 @@
|
|||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.0",
|
||||
"node-fetch": "^3.2.0",
|
||||
"openpgp": "^5.1.0"
|
||||
"openpgp": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.1",
|
||||
|
|
@ -5419,9 +5419,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/openpgp": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
|
||||
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
|
||||
"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"
|
||||
},
|
||||
|
|
@ -11852,9 +11852,9 @@
|
|||
}
|
||||
},
|
||||
"openpgp": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
|
||||
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
|
||||
"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.0",
|
||||
"openpgp": "^5.1.0"
|
||||
"openpgp": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue