Skip to content

Commit dd6423a

Browse files
chore(deps): update dependency viem to v2.27.3
1 parent 185d5e9 commit dd6423a

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"prettier": "3.5.1",
7272
"tsc-alias": "1.8.11",
7373
"typescript": "5.8.2",
74-
"viem": "2.23.14"
74+
"viem": "2.27.3"
7575
}
7676
}

yarn.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,14 @@
356356
"@napi-rs/nice-win32-ia32-msvc" "1.0.1"
357357
"@napi-rs/nice-win32-x64-msvc" "1.0.1"
358358

359-
"@noble/curves@1.8.1", "@noble/curves@^1.6.0", "@noble/curves@~1.8.1":
359+
"@noble/curves@1.8.2":
360+
version "1.8.2"
361+
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.8.2.tgz#8f24c037795e22b90ae29e222a856294c1d9ffc7"
362+
integrity sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g==
363+
dependencies:
364+
"@noble/hashes" "1.7.2"
365+
366+
"@noble/curves@^1.6.0", "@noble/curves@~1.8.1":
360367
version "1.8.1"
361368
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.8.1.tgz#19bc3970e205c99e4bdb1c64a4785706bce497ff"
362369
integrity sha512-warwspo+UYUPep0Q+vtdVB4Ugn8GGQj8iyB3gnRWsztmUHTI3S1nhdiWNsPUGL0vud7JlRRk1XEu7Lq1KGTnMQ==
@@ -368,6 +375,11 @@
368375
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.7.1.tgz#5738f6d765710921e7a751e00c20ae091ed8db0f"
369376
integrity sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==
370377

378+
"@noble/hashes@1.7.2":
379+
version "1.7.2"
380+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.7.2.tgz#d53c65a21658fb02f3303e7ee3ba89d6754c64b4"
381+
integrity sha512-biZ0NUSxyjLLqo6KxEJ1b+C2NAx0wtDoFvCaXHGgUkeHzf3Xc1xKumFKREuT7f7DARNZ/slvYUwFG6B0f2b6hQ==
382+
371383
"@nodelib/fs.scandir@2.1.5":
372384
version "2.1.5"
373385
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1917,13 +1929,13 @@ universalify@^0.1.0:
19171929
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
19181930
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
19191931

1920-
viem@2.23.14:
1921-
version "2.23.14"
1922-
resolved "https://registry.yarnpkg.com/viem/-/viem-2.23.14.tgz#87b2c93b37014c354d1624183cce685f88c56a97"
1923-
integrity sha512-ol8UKYT418u+7Lg83Ut7WJe7iOn1daGAqaofCoPe5z7eGR/XCu3ydja7eL7Z5ffwp6r0RoXeWkpun78UYhKygA==
1932+
viem@2.27.3:
1933+
version "2.27.3"
1934+
resolved "https://registry.yarnpkg.com/viem/-/viem-2.27.3.tgz#3b4e3a456723874e29e0f0ee40bfb28ca4942b24"
1935+
integrity sha512-n15nZz143MoXCE3RbmdEBtomQRjuT5sS5Mgo0B2haGd0tZ4nXES+x829a1GrLr8+ApP29I1ASmVQVglGN6Hpzg==
19241936
dependencies:
1925-
"@noble/curves" "1.8.1"
1926-
"@noble/hashes" "1.7.1"
1937+
"@noble/curves" "1.8.2"
1938+
"@noble/hashes" "1.7.2"
19271939
"@scure/bip32" "1.6.2"
19281940
"@scure/bip39" "1.5.4"
19291941
abitype "1.0.8"

0 commit comments

Comments
 (0)