From 60c842f8b65c961e9c593d4f9912a47cde7f0683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:29:22 -0800 Subject: [PATCH] build(deps): bump viem from 2.21.35 to 2.21.40 (#422) Bumps [viem](https://github.com/wevm/viem) from 2.21.35 to 2.21.40. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.21.35...viem@2.21.40) --- 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 bee6dc64..502020bc 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "pino-pretty": "^11.3.0", "pm2": "^5.4.2", "postgres": "^3.4.5", - "viem": "^2.21.35" + "viem": "^2.21.40" }, "devDependencies": { "@typechain/ethers-v6": "^0.5.1", diff --git a/yarn.lock b/yarn.lock index c5396526..ac0e480b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5639,10 +5639,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.35: - version "2.21.35" - resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.35.tgz#418782906554b6409082aa2ccb5f27c77abdf1b1" - integrity sha512-f3EFc5JILeA9veuNymUN8HG/nKP9ykC0NCgwFrZWuxcCc822GaP0IEnkRBsHGqmjwbz//FxJFmvtx7TBcdVs0A== +viem@^2.17.4, viem@^2.21.40: + version "2.21.40" + resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.40.tgz#d73a515e3eaf2a7ec2394d1de3d8409bf4bd2e21" + integrity sha512-no/mE3l7B0mdUTtvO7z/cTLENttQ/M7+ombqFGXJqsQrxv9wrYsTIGpS3za+FA5a447hY+x9D8Wxny84q1zAaA== dependencies: "@adraffy/ens-normalize" "1.11.0" "@noble/curves" "1.6.0"