From cb1e40c59e3a9898fa7b020767e29cf4a79faeb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 02:21:42 +0000 Subject: [PATCH] fix(deps): update dependency ethers to ^6.10.0 (#239) Co-authored-by: renovate[bot] <29139614+renovate[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 88faf808..0299dccb 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@badrap/result": "^0.2.13", "@fiatconnect/fiatconnect-types": "^13.3.0", "cross-fetch": "^4.0.0", - "ethers": "^6.9.2", + "ethers": "^6.10.0", "fetch-cookie": "^2.1.0", "siwe": "^2.1.4", "tough-cookie": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index ca879f7f..46b9a17c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2894,10 +2894,10 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -ethers@^6.9.2: - version "6.9.2" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.9.2.tgz#6f4632f62e2350fa8354ff28624027a175ef85a4" - integrity sha512-YpkrtILnMQz5jSEsJQRTpduaGT/CXuLnUIuOYzHA0v/7c8IX91m2J48wSKjzGL5L9J/Us3tLoUdb+OwE3U+FFQ== +ethers@^6.10.0: + version "6.10.0" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.10.0.tgz#20f3c63c60d59a993f8090ad423d8a3854b3b1cd" + integrity sha512-nMNwYHzs6V1FR3Y4cdfxSQmNgZsRj1RiTU25JwvnJLmyzw9z3SKxNc2XKDuiXXo/v9ds5Mp9m6HBabgYQQ26tA== dependencies: "@adraffy/ens-normalize" "1.10.0" "@noble/curves" "1.2.0"