Merge pull request #675 from codecov/dependabot/npm_and_yarn/openpgp-5.2.1

build(deps): bump openpgp from 5.1.0 to 5.2.1
This commit is contained in:
Tom Hu
2022-04-04 17:08:17 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1", "@actions/github": "^5.0.1",
"node-fetch": "^3.2.3", "node-fetch": "^3.2.3",
"openpgp": "^5.1.0" "openpgp": "^5.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
@@ -5443,9 +5443,9 @@
} }
}, },
"node_modules/openpgp": { "node_modules/openpgp": {
"version": "5.1.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz", "resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==", "integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
"dependencies": { "dependencies": {
"asn1.js": "^5.0.0" "asn1.js": "^5.0.0"
}, },
@@ -11896,9 +11896,9 @@
} }
}, },
"openpgp": { "openpgp": {
"version": "5.1.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.1.0.tgz", "resolved": "https://registry.npmjs.org/openpgp/-/openpgp-5.2.1.tgz",
"integrity": "sha512-keCno6QPMXWwfjrOOtT8fwZ5XgCcB7vZH80xb44SbJ49qQ11Efl2fFfqHpaie7jTQFjRKxgT8hSFPXJUjogNPw==", "integrity": "sha512-zvu63kxe70q3D6WlKC/TB2pzI59I8V/l4G+z/VYgNVOyARsoH9q4i/WqwoHPjWG5HnRjhII3WSvp3gXH2DMPVg==",
"requires": { "requires": {
"asn1.js": "^5.0.0" "asn1.js": "^5.0.0"
} }

View File

@@ -27,7 +27,7 @@
"@actions/exec": "^1.1.1", "@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1", "@actions/github": "^5.0.1",
"node-fetch": "^3.2.3", "node-fetch": "^3.2.3",
"openpgp": "^5.1.0" "openpgp": "^5.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",