Skip to content

Commit 245ce46

Browse files
authored
Update @scure/bip32 to version 1.3.3
1 parent ef11719 commit 245ce46

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@noble/curves": "^1.1.0",
4444
"@noble/secp256k1": "^2.0.0",
4545
"@popicons/react": "^0.0.8",
46-
"@scure/bip32": "^1.3.1",
46+
"@scure/bip32": "^1.3.3",
4747
"@scure/bip39": "^1.2.1",
4848
"@tailwindcss/forms": "^0.5.4",
4949
"@vespaiach/axios-fetch-adapter": "^0.3.0",

yarn.lock

+27-1
Original file line numberDiff line numberDiff line change
@@ -1064,11 +1064,23 @@
10641064
dependencies:
10651065
"@noble/hashes" "1.3.1"
10661066

1067+
"@noble/curves@~1.3.0":
1068+
version "1.3.0"
1069+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.3.0.tgz#01be46da4fd195822dab821e72f71bf4aeec635e"
1070+
integrity sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA==
1071+
dependencies:
1072+
"@noble/hashes" "1.3.3"
1073+
10671074
"@noble/[email protected]", "@noble/hashes@~1.3.0", "@noble/hashes@~1.3.1":
10681075
version "1.3.1"
10691076
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz"
10701077
integrity sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==
10711078

1079+
"@noble/[email protected]", "@noble/hashes@~1.3.2":
1080+
version "1.3.3"
1081+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.3.tgz#39908da56a4adc270147bb07968bf3b16cfe1699"
1082+
integrity sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==
1083+
10721084
"@noble/hashes@^1.1.5":
10731085
version "1.3.2"
10741086
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
@@ -1155,7 +1167,12 @@
11551167
resolved "https://registry.npmjs.org/@scure/base/-/base-1.1.1.tgz"
11561168
integrity sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==
11571169

1158-
"@scure/[email protected]", "@scure/bip32@^1.3.1":
1170+
"@scure/base@~1.1.4":
1171+
version "1.1.5"
1172+
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.5.tgz#1d85d17269fe97694b9c592552dd9e5e33552157"
1173+
integrity sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ==
1174+
1175+
11591176
version "1.3.1"
11601177
resolved "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.1.tgz"
11611178
integrity sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A==
@@ -1164,6 +1181,15 @@
11641181
"@noble/hashes" "~1.3.1"
11651182
"@scure/base" "~1.1.0"
11661183

1184+
"@scure/bip32@^1.3.3":
1185+
version "1.3.3"
1186+
resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.3.3.tgz#a9624991dc8767087c57999a5d79488f48eae6c8"
1187+
integrity sha512-LJaN3HwRbfQK0X1xFSi0Q9amqOgzQnnDngIt+ZlsBC3Bm7/nE7K0kwshZHyaru79yIVRv/e1mQAjZyuZG6jOFQ==
1188+
dependencies:
1189+
"@noble/curves" "~1.3.0"
1190+
"@noble/hashes" "~1.3.2"
1191+
"@scure/base" "~1.1.4"
1192+
11671193
"@scure/[email protected]", "@scure/bip39@^1.2.1":
11681194
version "1.2.1"
11691195
resolved "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.1.tgz"

0 commit comments

Comments
 (0)