|
2978 | 2978 | resolved "https://registry.yarnpkg.com/@multiformats/base-x/-/base-x-4.0.1.tgz#95ff0fa58711789d53aefb2590a8b7a4e715d121" |
2979 | 2979 | integrity sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw== |
2980 | 2980 |
|
| 2981 | +"@narval-xyz/connect@1.0.1": |
| 2982 | + version "1.0.1" |
| 2983 | + resolved "https://registry.yarnpkg.com/@narval-xyz/connect/-/connect-1.0.1.tgz#1ed281d6eb3a68dafb32de819ee71ae5059430ad" |
| 2984 | + integrity sha512-inXus1eycMjw2o+SkPIkyYC3Hi4OIlx25SMldx1Uof9vuzXx2tqW01t7cp0CAIkZRkHOsW2DolCMY+TiYi2r+g== |
| 2985 | + dependencies: |
| 2986 | + ox "^0.9.12" |
| 2987 | + zod "^4.3.6" |
| 2988 | + |
2981 | 2989 | "@next/bundle-analyzer@^12.1.0": |
2982 | 2990 | version "12.3.4" |
2983 | 2991 | resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-12.3.4.tgz#37c587525288a3dea64213c991590532246e8bb8" |
@@ -5024,6 +5032,11 @@ abitype@1.2.3, abitype@^1.2.3: |
5024 | 5032 | resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.2.3.tgz#bec3e09dea97d99ef6c719140bee663a329ad1f4" |
5025 | 5033 | integrity sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg== |
5026 | 5034 |
|
| 5035 | +abitype@^1.0.9: |
| 5036 | + version "1.2.4" |
| 5037 | + resolved "https://registry.yarnpkg.com/abitype/-/abitype-1.2.4.tgz#8aab72949bcad4107031862ae998e5bd20eec76e" |
| 5038 | + integrity sha512-dpKH+N27vRjarMVTFFkeY445VTKftzGWpL0FiT7xmVmzQRKazZexzC5uHG0f6XKsVLAuUlndnbGau6lRejClxg== |
| 5039 | + |
5027 | 5040 | abort-controller@^3.0.0: |
5028 | 5041 | version "3.0.0" |
5029 | 5042 | resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" |
@@ -10987,6 +11000,20 @@ ox@0.6.9: |
10987 | 11000 | abitype "^1.0.6" |
10988 | 11001 | eventemitter3 "5.0.1" |
10989 | 11002 |
|
| 11003 | +ox@^0.9.12: |
| 11004 | + version "0.9.17" |
| 11005 | + resolved "https://registry.yarnpkg.com/ox/-/ox-0.9.17.tgz#2397301db419664602853ca292524805ec0df5c3" |
| 11006 | + integrity sha512-rKAnhzhRU3Xh3hiko+i1ZxywZ55eWQzeS/Q4HRKLx2PqfHOolisZHErSsJVipGlmQKHW5qwOED/GighEw9dbLg== |
| 11007 | + dependencies: |
| 11008 | + "@adraffy/ens-normalize" "^1.11.0" |
| 11009 | + "@noble/ciphers" "^1.3.0" |
| 11010 | + "@noble/curves" "1.9.1" |
| 11011 | + "@noble/hashes" "^1.8.0" |
| 11012 | + "@scure/bip32" "^1.7.0" |
| 11013 | + "@scure/bip39" "^1.6.0" |
| 11014 | + abitype "^1.0.9" |
| 11015 | + eventemitter3 "5.0.1" |
| 11016 | + |
10990 | 11017 | p-limit@^2.0.0, p-limit@^2.2.0: |
10991 | 11018 | version "2.3.0" |
10992 | 11019 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" |
@@ -13691,6 +13718,11 @@ zod@3.22.4: |
13691 | 13718 | resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff" |
13692 | 13719 | integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg== |
13693 | 13720 |
|
| 13721 | +zod@^4.3.6: |
| 13722 | + version "4.4.3" |
| 13723 | + resolved "https://registry.yarnpkg.com/zod/-/zod-4.4.3.tgz#b680f172885d18bbebf21a834ea25e55a1bbf356" |
| 13724 | + integrity sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ== |
| 13725 | + |
13694 | 13726 | zustand@5.0.0: |
13695 | 13727 | version "5.0.0" |
13696 | 13728 | resolved "https://registry.yarnpkg.com/zustand/-/zustand-5.0.0.tgz#71f8aaecf185592a3ba2743d7516607361899da9" |
|
0 commit comments