forked from cerc-io/registry-sdk
Fix version of bip32 package (#14)
This commit is contained in:
parent
94920171ae
commit
f2c7468ba8
@ -32,7 +32,7 @@
|
|||||||
"@tharsis/provider": "^0.2.4",
|
"@tharsis/provider": "^0.2.4",
|
||||||
"@tharsis/transactions": "^0.2.2",
|
"@tharsis/transactions": "^0.2.2",
|
||||||
"axios": "^0.26.1",
|
"axios": "^0.26.1",
|
||||||
"bip32": "^3.0.1",
|
"bip32": "3.0.1",
|
||||||
"bip39": "^3.0.4",
|
"bip39": "^3.0.4",
|
||||||
"canonical-json": "^0.0.4",
|
"canonical-json": "^0.0.4",
|
||||||
"ethers": "^5.6.2",
|
"ethers": "^5.6.2",
|
||||||
|
@ -1345,7 +1345,7 @@ bindings@^1.3.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
file-uri-to-path "1.0.0"
|
file-uri-to-path "1.0.0"
|
||||||
|
|
||||||
bip32@^3.0.1:
|
bip32@3.0.1:
|
||||||
version "3.0.1"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/bip32/-/bip32-3.0.1.tgz#1d1121469cce6e910e0ec3a5a1990dd62687e2a3"
|
resolved "https://registry.yarnpkg.com/bip32/-/bip32-3.0.1.tgz#1d1121469cce6e910e0ec3a5a1990dd62687e2a3"
|
||||||
integrity sha512-Uhpp9aEx3iyiO7CpbNGFxv9WcMIVdGoHG04doQ5Ln0u60uwDah7jUSc3QMV/fSZGm/Oo01/OeAmYevXV+Gz5jQ==
|
integrity sha512-Uhpp9aEx3iyiO7CpbNGFxv9WcMIVdGoHG04doQ5Ln0u60uwDah7jUSc3QMV/fSZGm/Oo01/OeAmYevXV+Gz5jQ==
|
||||||
|
Loading…
Reference in New Issue
Block a user