From a67872872734c4a5dbdea0b74bf75e96c7a9c2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:41:09 -0800 Subject: [PATCH] build(deps): bump viem from 2.21.54 to 2.21.55 (#473) Bumps [viem](https://github.com/wevm/viem) from 2.21.54 to 2.21.55. - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.21.54...viem@2.21.55) --- 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 aa0c81d1f..3abb5b8a4 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.54" + "viem": "^2.21.55" }, "devDependencies": { "@typechain/ethers-v6": "^0.5.1", diff --git a/yarn.lock b/yarn.lock index 2fdb69049..3ec6c0c37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5606,10 +5606,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.54: - version "2.21.54" - resolved "https://registry.yarnpkg.com/viem/-/viem-2.21.54.tgz#76d6f86ab8809078f1ac140ac1a2beadbc86b9f6" - integrity sha512-G9mmtbua3UtnVY9BqAtWdNp+3AO+oWhD0B9KaEsZb6gcrOWgmA4rz02yqEMg+qW9m6KgKGie7q3zcHqJIw6AqA== +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== dependencies: "@noble/curves" "1.7.0" "@noble/hashes" "1.6.1"