Skip to content

Commit 9c639d4

Browse files
Bump viem from 2.17.0 to 2.19.4
Bumps [viem](https://github.com/wevm/viem) from 2.17.0 to 2.19.4. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/[email protected]@2.19.4) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d86f0ac commit 9c639d4

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^18.3.1",
1313
"react-scripts": "^5.0.1",
1414
"typescript": "^5.5.3",
15-
"viem": "^2.17.0"
15+
"viem": "^2.19.4"
1616
},
1717
"scripts": {
1818
"start": "react-scripts start",

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,14 +1816,21 @@
18161816
dependencies:
18171817
"@noble/hashes" "1.4.0"
18181818

1819+
"@noble/curves@^1.4.0":
1820+
version "1.5.0"
1821+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.5.0.tgz#7a9b9b507065d516e6dce275a1e31db8d2a100dd"
1822+
integrity sha512-J5EKamIHnKPyClwVrzmaf5wSdQXgdHcPZIZLu3bwnbeCx8/7NPK5q2ZBWF+5FvYGByjiQQsJYX6jfgB2wDPn3A==
1823+
dependencies:
1824+
"@noble/hashes" "1.4.0"
1825+
18191826
"@noble/curves@~1.4.0":
18201827
version "1.4.2"
18211828
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.4.2.tgz#40309198c76ed71bc6dbf7ba24e81ceb4d0d1fe9"
18221829
integrity sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==
18231830
dependencies:
18241831
"@noble/hashes" "1.4.0"
18251832

1826-
"@noble/[email protected]", "@noble/hashes@~1.4.0":
1833+
"@noble/[email protected]", "@noble/hashes@^1.4.0", "@noble/hashes@~1.4.0":
18271834
version "1.4.0"
18281835
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.4.0.tgz#45814aa329f30e4fe0ba49426f49dfccdd066426"
18291836
integrity sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==
@@ -9674,10 +9681,10 @@ vary@~1.1.2:
96749681
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
96759682
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
96769683

9677-
viem@^2.17.0:
9678-
version "2.17.0"
9679-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.17.0.tgz#5d7537e4e465e551c41a5304126d6d4a25468aa9"
9680-
integrity sha512-+gaVlsfDsHL1oYdjpatdRxW1WK/slLYVvpOws3fEdLfQFUToezKI6YLC9l1g2uKm4Hg3OdGX1KQy/G7/58tTKQ==
9684+
viem@^2.19.4:
9685+
version "2.19.4"
9686+
resolved "https://registry.yarnpkg.com/viem/-/viem-2.19.4.tgz#129a6dfbaf81bfc5664fde62c6a77cdbdebeeff9"
9687+
integrity sha512-JdhK3ui3uPD2tnpqGNkJaDQV4zTfOeKXcF+VrU8RG88Dn2e0lFjv6l7m0YNmYLsHm+n5vFFfCLcUrTk6xcYv5w==
96819688
dependencies:
96829689
"@adraffy/ens-normalize" "1.10.0"
96839690
"@noble/curves" "1.4.0"
@@ -9686,6 +9693,7 @@ viem@^2.17.0:
96869693
"@scure/bip39" "1.3.0"
96879694
abitype "1.0.5"
96889695
isows "1.0.4"
9696+
webauthn-p256 "0.0.5"
96899697
ws "8.17.1"
96909698

96919699
w3c-hr-time@^1.0.2:
@@ -9724,6 +9732,14 @@ wbuf@^1.1.0, wbuf@^1.7.3:
97249732
dependencies:
97259733
minimalistic-assert "^1.0.0"
97269734

9735+
9736+
version "0.0.5"
9737+
resolved "https://registry.yarnpkg.com/webauthn-p256/-/webauthn-p256-0.0.5.tgz#0baebd2ba8a414b21cc09c0d40f9dd0be96a06bd"
9738+
integrity sha512-drMGNWKdaixZNobeORVIqq7k5DsRC9FnG201K2QjeOoQLmtSDaSsVZdkg6n5jUALJKcAG++zBPJXmv6hy0nWFg==
9739+
dependencies:
9740+
"@noble/curves" "^1.4.0"
9741+
"@noble/hashes" "^1.4.0"
9742+
97279743
webidl-conversions@^4.0.2:
97289744
version "4.0.2"
97299745
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"

0 commit comments

Comments
 (0)