11181118 call-me-maybe "^1.0.1"
11191119 glob-to-regexp "^0.3.0"
11201120
1121+ "@noble/hashes@^1.2.0":
1122+ version "1.8.0"
1123+ resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a"
1124+ integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==
1125+
11211126"@nodelib/fs.scandir@2.1.5":
11221127 version "2.1.5"
11231128 resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -2644,6 +2649,11 @@ base-x@^3.0.2:
26442649 dependencies:
26452650 safe-buffer "^5.0.1"
26462651
2652+ base-x@^5.0.0:
2653+ version "5.0.1"
2654+ resolved "https://registry.yarnpkg.com/base-x/-/base-x-5.0.1.tgz#16bf35254be1df8aca15e36b7c1dda74b2aa6b03"
2655+ integrity sha512-M7uio8Zt++eg3jPj+rHMfCC+IuygQHHCOU+IYsVtik6FWjuYpVt/+MRKcgsAMHh8mMFAwnB+Bs+mTrFiXjMzKg==
2656+
26472657base64-js@^1.0.2:
26482658 version "1.5.1"
26492659 resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2972,6 +2982,13 @@ bs58@^4.0.0:
29722982 dependencies:
29732983 base-x "^3.0.2"
29742984
2985+ bs58@^6.0.0:
2986+ version "6.0.0"
2987+ resolved "https://registry.yarnpkg.com/bs58/-/bs58-6.0.0.tgz#a2cda0130558535dd281a2f8697df79caaf425d8"
2988+ integrity sha512-PD0wEnEYg6ijszw/u8s+iI3H17cTymlrwkKhDhPZq+Sokl3AU4htyBFTjAeNAlCCmg0f53g6ih3jATyCKftTfw==
2989+ dependencies:
2990+ base-x "^5.0.0"
2991+
29752992bs58check@<3.0.0:
29762993 version "2.1.2"
29772994 resolved "https://registry.yarnpkg.com/bs58check/-/bs58check-2.1.2.tgz#53b018291228d82a5aa08e7d796fdafda54aebfc"
@@ -2981,6 +2998,14 @@ bs58check@<3.0.0:
29812998 create-hash "^1.1.0"
29822999 safe-buffer "^5.1.2"
29833000
3001+ bs58check@^4.0.0:
3002+ version "4.0.0"
3003+ resolved "https://registry.yarnpkg.com/bs58check/-/bs58check-4.0.0.tgz#46cda52a5713b7542dcb78ec2efdf78f5bf1d23c"
3004+ integrity sha512-FsGDOnFg9aVI9erdriULkd/JjEWONV/lQE5aYziB5PoBsXRind56lh8doIZIc9X4HoxT5x4bLjMWN1/NB8Zp5g==
3005+ dependencies:
3006+ "@noble/hashes" "^1.2.0"
3007+ bs58 "^6.0.0"
3008+
29843009buffer-compare@=1.0.0:
29853010 version "1.0.0"
29863011 resolved "https://registry.yarnpkg.com/buffer-compare/-/buffer-compare-1.0.0.tgz#acaa7a966e98eee9fae14b31c39a5f158fb3c4a2"
@@ -11551,6 +11576,13 @@ wif@^2.0.6:
1155111576 dependencies:
1155211577 bs58check "<3.0.0"
1155311578
11579+ wif@^5.0.0:
11580+ version "5.0.0"
11581+ resolved "https://registry.yarnpkg.com/wif/-/wif-5.0.0.tgz#445e44b8f62e155144d1c970c01ca2ba3979cc3f"
11582+ integrity sha512-iFzrC/9ne740qFbNjTZ2FciSRJlHIXoxqk/Y5EnE08QOXu1WjJyCCswwDTYbohAOEnlCtLaAAQBhyaLRFh2hMA==
11583+ dependencies:
11584+ bs58check "^4.0.0"
11585+
1155411586word-wrap@~1.2.3:
1155511587 version "1.2.3"
1155611588 resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
0 commit comments