mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
build(deps): bump openpgp from 5.1.0 to 5.2.1
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.1.0...v5.2.1) --- 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:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -13,7 +13,7 @@
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.1",
|
||||
"node-fetch": "^3.2.3",
|
||||
"openpgp": "^5.1.0"
|
||||
"openpgp": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
@@ -5443,9 +5443,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.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
|
||||
"integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
|
||||
"dependencies": {
|
||||
"asn1.js": "^5.0.0"
|
||||
},
|
||||
@@ -11896,9 +11896,9 @@
|
||||
}
|
||||
},
|
||||
"openpgp": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz",
|
||||
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==",
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
|
||||
"integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
|
||||
"requires": {
|
||||
"asn1.js": "^5.0.0"
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/github": "^5.0.1",
|
||||
"node-fetch": "^3.2.3",
|
||||
"openpgp": "^5.1.0"
|
||||
"openpgp": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.1",
|
||||
|
||||
Reference in New Issue
Block a user