|
27 | 27 | dependencies:
|
28 | 28 | "@openzeppelin/contracts" "4.8.2"
|
29 | 29 |
|
30 |
| -"@api3/chains@^8.1.1": |
31 |
| - version "8.1.1" |
32 |
| - resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-8.1.1.tgz#1f292eba31e4395d89c6b067f2b2a86955fca0b6" |
33 |
| - integrity sha512-2woMgPksMEzH2tU7ZH5tHNHr9qbZDG+bEWcAGcs+A3/GJKNBaTmxVerIyTo4IZA9f6vN91i7fH3UPAq/S8KQDw== |
| 30 | +"@api3/chains@^10.2.0": |
| 31 | + version "10.2.1" |
| 32 | + resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-10.2.1.tgz#8b33186c145f6cebb03ef42edae091a5c48a7943" |
| 33 | + integrity sha512-KN0lCj/l7OakpS+ZyB3jJm6lrPaT8GPwnjF0CfDl/OLmSx+frgfgfsCwYZ8YKtowO6OrzLE2oTxU48YwXToMeQ== |
34 | 34 | dependencies:
|
35 |
| - viem "^2.16.5" |
| 35 | + viem "^2.21.1" |
36 | 36 | zod "^3.23.8"
|
37 | 37 |
|
38 | 38 | "@api3/commons@^0.9.0":
|
|
2505 | 2505 | resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426"
|
2506 | 2506 | integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==
|
2507 | 2507 |
|
| 2508 | +"@noble/hashes@~1.5.0": |
| 2509 | + version "1.5.0" |
| 2510 | + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.5.0.tgz#abadc5ca20332db2b1b2aa3e496e9af1213570b0" |
| 2511 | + integrity sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA== |
| 2512 | + |
2508 | 2513 | "@noble/ [email protected]", "@noble/secp256k1@~1.7.0":
|
2509 | 2514 | version "1.7.1"
|
2510 | 2515 | resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
|
|
3231 | 3236 | resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.7.tgz#fe973311a5c6267846aa131bc72e96c5d40d2b30"
|
3232 | 3237 | integrity sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==
|
3233 | 3238 |
|
| 3239 | +"@scure/base@~1.1.8": |
| 3240 | + version "1.1.8" |
| 3241 | + resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.8.tgz#8f23646c352f020c83bca750a82789e246d42b50" |
| 3242 | + integrity sha512-6CyAclxj3Nb0XT7GHK6K4zK6k2xJm6E4Ft0Ohjt4WgegiFUHEtFb2CGzmPmGBwoIhrLsqNLYfLr04Y1GePrzZg== |
| 3243 | + |
3234 | 3244 |
|
3235 | 3245 | version "1.1.5"
|
3236 | 3246 | resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.1.5.tgz#d2ccae16dcc2e75bc1d75f5ef3c66a338d1ba300"
|
|
3274 | 3284 | "@noble/hashes" "~1.3.2"
|
3275 | 3285 | "@scure/base" "~1.1.4"
|
3276 | 3286 |
|
3277 |
| -"@scure/bip39@1.3.0": |
3278 |
| - version "1.3.0" |
3279 |
| - resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.3.0.tgz#0f258c16823ddd00739461ac31398b4e7d6a18c3" |
3280 |
| - integrity sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ== |
| 3287 | +"@scure/bip39@1.4.0": |
| 3288 | + version "1.4.0" |
| 3289 | + resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.4.0.tgz#664d4f851564e2e1d4bffa0339f9546ea55960a6" |
| 3290 | + integrity sha512-BEEm6p8IueV/ZTfQLp/0vhw4NPnT9oWf5+28nvmeUICjP99f4vr2d+qc7AVGDDtwRep6ifR43Yed9ERVmiITzw== |
3281 | 3291 | dependencies:
|
3282 |
| - "@noble/hashes" "~1.4.0" |
3283 |
| - "@scure/base" "~1.1.6" |
| 3292 | + "@noble/hashes" "~1.5.0" |
| 3293 | + "@scure/base" "~1.1.8" |
3284 | 3294 |
|
3285 | 3295 |
|
3286 | 3296 | version "5.30.0"
|
|
15158 | 15168 | core-util-is "1.0.2"
|
15159 | 15169 | extsprintf "^1.2.0"
|
15160 | 15170 |
|
15161 |
| -viem@^2.16.5: |
15162 |
| - version "2.18.0" |
15163 |
| - resolved "https://registry.yarnpkg.com/viem/-/viem-2.18.0.tgz#ea0d037f0db356e6d71f1251243825345d6dc08f" |
15164 |
| - integrity sha512-HA4Dj+PCNWvvZDThWcUPg0sjiS8uwGRaxs3CMBOASL/j0p2pD4nR9vY/y/pAiRr491hGCnrSCVCmb/qqA57wIw== |
| 15171 | +viem@^2.21.1: |
| 15172 | + version "2.21.7" |
| 15173 | + resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.7.tgz#c933fd3adb6f771e5c5fe2b4d7a14d8701ddc32f" |
| 15174 | + integrity sha512-PFgppakInuHX31wHDx1dzAjhj4t6Po6WrWtutDi33z2vabIT0Wv8qT6tl7DLqfLy2NkTqfN2mdshYLeoI5ZHvQ== |
15165 | 15175 | dependencies:
|
15166 | 15176 | "@adraffy/ens-normalize" "1.10.0"
|
15167 | 15177 | "@noble/curves" "1.4.0"
|
15168 | 15178 | "@noble/hashes" "1.4.0"
|
15169 | 15179 | "@scure/bip32" "1.4.0"
|
15170 |
| - "@scure/bip39" "1.3.0" |
| 15180 | + "@scure/bip39" "1.4.0" |
15171 | 15181 | abitype "1.0.5"
|
15172 | 15182 | isows "1.0.4"
|
15173 | 15183 | webauthn-p256 "0.0.5"
|
|
0 commit comments