Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"hardhat-contract-sizer": "^2.6.1",
"hardhat-dependency-compiler": "^1.2.1",
"hardhat-gas-reporter": "^2.0.2",
"openpgp": "5.11.2",
"openpgp": "6.2.2",
"prettier": "^3.4.2",
"prettier-plugin-solidity": "^1.3.1",
"solidity-coverage": "^0.8.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/typescript/human-protocol-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"graphql-request": "^7.3.4",
"graphql-tag": "^2.12.6",
"minio": "7.1.3",
"openpgp": "^5.11.2",
"openpgp": "^6.2.2",
"secp256k1": "^5.0.1",
"validator": "^13.12.0",
"vitest": "^3.0.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export class EncryptionUtils {
const { privateKey, publicKey, revocationCertificate } =
await openpgp.generateKey({
type: 'ecc',
curve: 'ed25519',
curve: 'ed25519Legacy',
userIDs: [{ name: name, email: email }],
passphrase: passphrase,
format: 'armored',
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4913,7 +4913,7 @@ __metadata:
hardhat-contract-sizer: "npm:^2.6.1"
hardhat-dependency-compiler: "npm:^1.2.1"
hardhat-gas-reporter: "npm:^2.0.2"
openpgp: "npm:5.11.2"
openpgp: "npm:6.2.2"
prettier: "npm:^3.4.2"
prettier-plugin-solidity: "npm:^1.3.1"
solidity-coverage: "npm:^0.8.16"
Expand Down Expand Up @@ -4990,7 +4990,7 @@ __metadata:
graphql-request: "npm:^7.3.4"
graphql-tag: "npm:^2.12.6"
minio: "npm:7.1.3"
openpgp: "npm:^5.11.2"
openpgp: "npm:^6.2.2"
prettier: "npm:^3.4.2"
secp256k1: "npm:^5.0.1"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -24763,12 +24763,10 @@ __metadata:
languageName: node
linkType: hard

"openpgp@npm:5.11.2":
version: 5.11.2
resolution: "openpgp@npm:5.11.2"
dependencies:
asn1.js: "npm:^5.0.0"
checksum: 10c0/e16141ef507789b080e2b8c94a3081773ca27cf4782a23d4dbcf80cc6394c8ff1d4d64e072c82fd59c81eedc20c57fdbaca109974733a6e0316d869aa8d7fd27
"openpgp@npm:6.2.2, openpgp@npm:^6.2.2":
version: 6.2.2
resolution: "openpgp@npm:6.2.2"
checksum: 10c0/dd284ff20ad087c341ec86369e12d5c210056aa28edacba192b20bd0d20892ce21c6aef83c6d79f082f533343e80b8ad63a58ee9ebf5d7651173890e70833ae2
languageName: node
linkType: hard

Expand Down