Skip to content

Commit

Permalink
devop: update js-ethereum-cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Feb 28, 2024
1 parent 355c8d9 commit 5a0766c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 45 deletions.
1 change: 0 additions & 1 deletion packages/signers/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@enkryptcom/utils": "workspace:^",
"bip39": "^3.1.0",
"chai": "^4.4.1",
"ethereum-cryptography": "^1.2.0",
"ethereumjs-util": "^7.1.5",
"hdkey": "^2.1.0",
"tweetnacl": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@polkadot/util-crypto": "^12.6.2",
"bip39": "^3.1.0",
"chai": "^4.4.1",
"ethereum-cryptography": "^1.2.0",
"ethereum-cryptography": "^2.1.3",
"web3-utils": "^1.10.4"
},
"devDependencies": {
Expand Down
45 changes: 2 additions & 43 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,6 @@ __metadata:
eslint-import-resolver-alias: ^1.1.2
eslint-plugin-import: ^2.29.1
eslint-plugin-module-resolver: ^1.5.0
ethereum-cryptography: ^1.2.0
ethereumjs-util: ^7.1.5
hdkey: ^2.1.0
mocha: ^10.3.0
Expand Down Expand Up @@ -2814,7 +2813,7 @@ __metadata:
eslint-import-resolver-alias: ^1.1.2
eslint-plugin-import: ^2.29.1
eslint-plugin-module-resolver: ^1.5.0
ethereum-cryptography: ^1.2.0
ethereum-cryptography: ^2.1.3
mocha: ^10.3.0
prettier: ^2.8.8
ts-mocha: ^10.0.0
Expand Down Expand Up @@ -5264,13 +5263,6 @@ __metadata:
languageName: node
linkType: hard

"@noble/hashes@npm:1.2.0, @noble/hashes@npm:~1.2.0":
version: 1.2.0
resolution: "@noble/hashes@npm:1.2.0"
checksum: 8ca080ce557b8f40fb2f78d3aedffd95825a415ac8e13d7ffe3643f8626a8c2d99a3e5975b555027ac24316d8b3c02a35b8358567c0c23af681e6573602aa434
languageName: node
linkType: hard

"@noble/hashes@npm:1.3.1":
version: 1.3.1
resolution: "@noble/hashes@npm:1.3.1"
Expand All @@ -5292,7 +5284,7 @@ __metadata:
languageName: node
linkType: hard

"@noble/secp256k1@npm:1.7.1, @noble/secp256k1@npm:^1.5.5, @noble/secp256k1@npm:^1.7.1, @noble/secp256k1@npm:~1.7.0":
"@noble/secp256k1@npm:1.7.1, @noble/secp256k1@npm:^1.5.5, @noble/secp256k1@npm:^1.7.1":
version: 1.7.1
resolution: "@noble/secp256k1@npm:1.7.1"
checksum: d2301f1f7690368d8409a3152450458f27e54df47e3f917292de3de82c298770890c2de7c967d237eff9c95b70af485389a9695f73eb05a43e2bd562d18b18cb
Expand Down Expand Up @@ -6476,17 +6468,6 @@ __metadata:
languageName: node
linkType: hard

"@scure/bip32@npm:1.1.5":
version: 1.1.5
resolution: "@scure/bip32@npm:1.1.5"
dependencies:
"@noble/hashes": ~1.2.0
"@noble/secp256k1": ~1.7.0
"@scure/base": ~1.1.0
checksum: b08494ab0d2b1efee7226d1b5100db5157ebea22a78bb87126982a76a186cb3048413e8be0ba2622d00d048a20acbba527af730de86c132a77de616eb9907a3b
languageName: node
linkType: hard

"@scure/bip32@npm:1.3.1":
version: 1.3.1
resolution: "@scure/bip32@npm:1.3.1"
Expand All @@ -6509,16 +6490,6 @@ __metadata:
languageName: node
linkType: hard

"@scure/bip39@npm:1.1.1":
version: 1.1.1
resolution: "@scure/bip39@npm:1.1.1"
dependencies:
"@noble/hashes": ~1.2.0
"@scure/base": ~1.1.0
checksum: fbb594c50696fa9c14e891d872f382e50a3f919b6c96c55ef2fb10c7102c546dafb8f099a62bd114c12a00525b595dcf7381846f383f0ddcedeaa6e210747d2f
languageName: node
linkType: hard

"@scure/bip39@npm:1.2.1":
version: 1.2.1
resolution: "@scure/bip39@npm:1.2.1"
Expand Down Expand Up @@ -13988,18 +13959,6 @@ __metadata:
languageName: node
linkType: hard

"ethereum-cryptography@npm:^1.2.0":
version: 1.2.0
resolution: "ethereum-cryptography@npm:1.2.0"
dependencies:
"@noble/hashes": 1.2.0
"@noble/secp256k1": 1.7.1
"@scure/bip32": 1.1.5
"@scure/bip39": 1.1.1
checksum: 97e8e8253cb9f5a9271bd0201c37609c451c890eb85883b9c564f14743c3d7c673287406c93bf5604307593ee298ad9a03983388b85c11ca61461b9fc1a4f2c7
languageName: node
linkType: hard

"ethereum-cryptography@npm:^2.0.0, ethereum-cryptography@npm:^2.1.2":
version: 2.1.2
resolution: "ethereum-cryptography@npm:2.1.2"
Expand Down

1 comment on commit 5a0766c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.