Skip to content

Commit fcadbc5

Browse files
authored
Update @scure/bip39 to version 2.2.0
1 parent 5a9e0cc commit fcadbc5

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@popicons/react": "^0.0.27",
4747
"@scure/base": "^2.2.0",
4848
"@scure/bip32": "^1.7.0",
49-
"@scure/bip39": "^1.6.0",
49+
"@scure/bip39": "^2.2.0",
5050
"@tailwindcss/forms": "^0.5.11",
5151
"axios": "^1.16.1",
5252
"bech32": "^2.0.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,11 @@
14051405
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.0.1.tgz#fc1a928061d1232b0a52bb754393c37a5216c89e"
14061406
integrity sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==
14071407

1408+
"@noble/hashes@2.2.0", "@noble/hashes@^2.2.0":
1409+
version "2.2.0"
1410+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.2.0.tgz#22da1d16a469954fce877055d559900a6c73b63b"
1411+
integrity sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==
1412+
14081413
"@noble/hashes@^1.1.5":
14091414
version "1.3.2"
14101415
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
@@ -1415,11 +1420,6 @@
14151420
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1"
14161421
integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==
14171422

1418-
"@noble/hashes@^2.2.0":
1419-
version "2.2.0"
1420-
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-2.2.0.tgz#22da1d16a469954fce877055d559900a6c73b63b"
1421-
integrity sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==
1422-
14231423
"@noble/secp256k1@^1.7.1":
14241424
version "1.7.1"
14251425
resolved "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.1.tgz"
@@ -1691,7 +1691,7 @@
16911691
resolved "https://registry.yarnpkg.com/@scure/base/-/base-2.0.0.tgz#ba6371fddf92c2727e88ad6ab485db6e624f9a98"
16921692
integrity sha512-3E1kpuZginKkek01ovG8krQ0Z44E3DHPjc5S2rjJw9lZn3KSQOs8S7wqikF/AH7iRanHypj85uGyxk0XAyC37w==
16931693

1694-
"@scure/base@^2.2.0":
1694+
"@scure/base@2.2.0", "@scure/base@^2.2.0":
16951695
version "2.2.0"
16961696
resolved "https://registry.yarnpkg.com/@scure/base/-/base-2.2.0.tgz#1311378ed247df6d58f8eb8941921965e97e5747"
16971697
integrity sha512-b8XEupJibegiXV+tDUseI8oLQc8ei3d/4Jkb2RpbHh3MfE054ov3uIz2dhFkB3FI8iwYkEh0gGCApkrYggkPNg==
@@ -1744,13 +1744,13 @@
17441744
"@noble/hashes" "2.0.1"
17451745
"@scure/base" "2.0.0"
17461746

1747-
"@scure/bip39@^1.6.0":
1748-
version "1.6.0"
1749-
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.6.0.tgz#475970ace440d7be87a6086cbee77cb8f1a684f9"
1750-
integrity sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==
1747+
"@scure/bip39@^2.2.0":
1748+
version "2.2.0"
1749+
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-2.2.0.tgz#7a3da0564aa2af919280a12b892d4b57e1bf30be"
1750+
integrity sha512-T/Bj/YvYMNkIPq6EENO6/rcs2e7qTNuyoUXf0KBFDmp0ZDu0H2X4Lq6yC3i0c8PcWkov5EbW+yQZZbdMmk154A==
17511751
dependencies:
1752-
"@noble/hashes" "~1.8.0"
1753-
"@scure/base" "~1.2.5"
1752+
"@noble/hashes" "2.2.0"
1753+
"@scure/base" "2.2.0"
17541754

17551755
"@sinclair/typebox@^0.27.8":
17561756
version "0.27.8"

0 commit comments

Comments
 (0)