From 8278fdf514eab2868062957f81c76d9a0fc8c9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:20:25 -0800 Subject: [PATCH] build(deps): bump viem from 2.21.55 to 2.21.57 (#476) Bumps [viem](https://github.com/wevm/viem) from 2.21.55 to 2.21.57. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.21.55...viem@2.21.57) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74d22bc8..92a6fc43 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "pino-pretty": "^13.0.0", "pm2": "^5.4.3", "postgres": "^3.4.5", - "viem": "^2.21.55" + "viem": "^2.21.57" }, "devDependencies": { "@typechain/ethers-v6": "^0.5.1", diff --git a/yarn.lock b/yarn.lock index f7e2b66c..4e26f2ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5575,10 +5575,10 @@ vary@^1, vary@~1.1.2: resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== -viem@^2.17.4, viem@^2.21.55: - version "2.21.55" - resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.55.tgz#a57ad31fcf2a0f6c011b1909f02c94421ec4f781" - integrity sha512-PgXew7C11cAuEtOSgRyQx2kJxEOPUwIwZA9dMglRByqJuFVA7wSGZZOOo/93iylAA8E15bEdqy9xulU3oKZ70Q== +viem@^2.17.4, viem@^2.21.57: + version "2.21.57" + resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.57.tgz#bedbb444bb42e07ccc2264a9a0441903a113aab8" + integrity sha512-Mw4f4Dw0+Y/wSHdynVmP4uh+Cw15HEoj8BOKvKH5nGA6oFZYRxSy9Ruu7ZG8jexeAVCZ57aIuXb0gNg6Vb1x0g== dependencies: "@noble/curves" "1.7.0" "@noble/hashes" "1.6.1"