diff --git a/package.json b/package.json index 410c941e3..c68682f86 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "socket.io-client": "4.7.2", "tippy.js": "6.3.7", "twemoji": "14.0.2", - "viem": "1.4.2", + "viem": "1.6.0", "wagmi": "1.3.9", "web3": "4.0.3" }, diff --git a/yarn.lock b/yarn.lock index d5691e32a..f682a3c34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1008,7 +1008,7 @@ dependencies: "@noble/hashes" "1.3.0" -"@noble/curves@^1.0.0": +"@noble/curves@1.1.0", "@noble/curves@^1.0.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.1.0.tgz#f13fc667c89184bc04cccb9b11e8e7bae27d8c3d" integrity sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA== @@ -1593,7 +1593,7 @@ dependencies: "@types/node" "*" -"@types/ws@^8.5.3": +"@types/ws@^8.5.3", "@types/ws@^8.5.4": version "8.5.5" resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb" integrity sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg== @@ -7713,16 +7713,17 @@ verror@^1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -viem@1.4.2, viem@^1.0.0: - version "1.4.2" - resolved "https://registry.yarnpkg.com/viem/-/viem-1.4.2.tgz#81aaff0d8ee0d39bb2994ffa6c89bf7ee4fbcde6" - integrity sha512-125E7HoOr5PrL+Iwt8853dQexwRoiPpLwPsrRvlDX94su2xoe7AYqrdfR6N9nmy6vd6mt8eQy8+LWiP3A+1dqw== +viem@1.6.0, viem@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/viem/-/viem-1.6.0.tgz#8befa678c3ac79b9558dfd1708130b2ecb1994f4" + integrity sha512-ae9Twkd0q2Qlj4yYpWjb4DzYAhKY0ibEpRH8FJaTywZXNpTjFidSdBaT0CVn1BaH7O7cnX4/O47zvDUMGJD1AA== dependencies: "@adraffy/ens-normalize" "1.9.0" - "@noble/curves" "1.0.0" + "@noble/curves" "1.1.0" "@noble/hashes" "1.3.0" "@scure/bip32" "1.3.0" "@scure/bip39" "1.2.0" + "@types/ws" "^8.5.4" "@wagmi/chains" "1.6.0" abitype "0.9.3" isomorphic-ws "5.0.0"