From 925a9c8c96266464ac953a5b12905eba461b8b81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:16:52 +0000 Subject: [PATCH] Update dependency ethers to ^6.10.0 --- .changelog/1151.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/1151.internal.md diff --git a/.changelog/1151.internal.md b/.changelog/1151.internal.md new file mode 100644 index 000000000..151595241 --- /dev/null +++ b/.changelog/1151.internal.md @@ -0,0 +1 @@ +Update dependency ethers to ^6.10.0 diff --git a/package.json b/package.json index ec5caac1d..2b167963b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "bignumber.js": "9.1.2", "bip39": "^3.1.0", "date-fns": "3.2.0", - "ethers": "^6.9.2", + "ethers": "^6.10.0", "i18next": "23.7.16", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index da53b6373..2c4cd5d75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8189,10 +8189,10 @@ ethereum-cryptography@^2.1.2: "@scure/bip32" "1.3.1" "@scure/bip39" "1.2.1" -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"