Skip to content

Commit b7ae4e0

Browse files
chore(deps): bump openpgp from 5.11.2 to 6.2.2 (#3693)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francisco López <francislopez977@gmail.com>
1 parent 73a99aa commit b7ae4e0

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"hardhat-contract-sizer": "^2.6.1",
8080
"hardhat-dependency-compiler": "^1.2.1",
8181
"hardhat-gas-reporter": "^2.0.2",
82-
"openpgp": "5.11.2",
82+
"openpgp": "6.2.2",
8383
"prettier": "^3.4.2",
8484
"prettier-plugin-solidity": "^1.3.1",
8585
"solidity-coverage": "^0.8.16",

packages/sdk/typescript/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql-request": "^7.3.4",
4646
"graphql-tag": "^2.12.6",
4747
"minio": "7.1.3",
48-
"openpgp": "^5.11.2",
48+
"openpgp": "^6.2.2",
4949
"secp256k1": "^5.0.1",
5050
"validator": "^13.12.0",
5151
"vitest": "^3.0.9"

packages/sdk/typescript/human-protocol-sdk/src/encryption.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export class EncryptionUtils {
387387
const { privateKey, publicKey, revocationCertificate } =
388388
await openpgp.generateKey({
389389
type: 'ecc',
390-
curve: 'ed25519',
390+
curve: 'ed25519Legacy',
391391
userIDs: [{ name: name, email: email }],
392392
passphrase: passphrase,
393393
format: 'armored',

yarn.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4913,7 +4913,7 @@ __metadata:
49134913
hardhat-contract-sizer: "npm:^2.6.1"
49144914
hardhat-dependency-compiler: "npm:^1.2.1"
49154915
hardhat-gas-reporter: "npm:^2.0.2"
4916-
openpgp: "npm:5.11.2"
4916+
openpgp: "npm:6.2.2"
49174917
prettier: "npm:^3.4.2"
49184918
prettier-plugin-solidity: "npm:^1.3.1"
49194919
solidity-coverage: "npm:^0.8.16"
@@ -4990,7 +4990,7 @@ __metadata:
49904990
graphql-request: "npm:^7.3.4"
49914991
graphql-tag: "npm:^2.12.6"
49924992
minio: "npm:7.1.3"
4993-
openpgp: "npm:^5.11.2"
4993+
openpgp: "npm:^6.2.2"
49944994
prettier: "npm:^3.4.2"
49954995
secp256k1: "npm:^5.0.1"
49964996
ts-node: "npm:^10.9.2"
@@ -24781,12 +24781,10 @@ __metadata:
2478124781
languageName: node
2478224782
linkType: hard
2478324783

24784-
"openpgp@npm:5.11.2":
24785-
version: 5.11.2
24786-
resolution: "openpgp@npm:5.11.2"
24787-
dependencies:
24788-
asn1.js: "npm:^5.0.0"
24789-
checksum: 10c0/e16141ef507789b080e2b8c94a3081773ca27cf4782a23d4dbcf80cc6394c8ff1d4d64e072c82fd59c81eedc20c57fdbaca109974733a6e0316d869aa8d7fd27
24784+
"openpgp@npm:6.2.2, openpgp@npm:^6.2.2":
24785+
version: 6.2.2
24786+
resolution: "openpgp@npm:6.2.2"
24787+
checksum: 10c0/dd284ff20ad087c341ec86369e12d5c210056aa28edacba192b20bd0d20892ce21c6aef83c6d79f082f533343e80b8ad63a58ee9ebf5d7651173890e70833ae2
2479024788
languageName: node
2479124789
linkType: hard
2479224790

0 commit comments

Comments
 (0)