From 180088b5c6ca1d4ab0cc384a8d9d5c70afff713e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 08:39:04 +0000 Subject: [PATCH] Update dependency ethers to ^6.9.2 --- .changelog/1127.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/1127.internal.md diff --git a/.changelog/1127.internal.md b/.changelog/1127.internal.md new file mode 100644 index 000000000..e133abe76 --- /dev/null +++ b/.changelog/1127.internal.md @@ -0,0 +1 @@ +Update dependency ethers to ^6.9.2 diff --git a/package.json b/package.json index d55f4f6e7..590a88918 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "bignumber.js": "9.1.2", "bip39": "^3.1.0", "date-fns": "2.30.0", - "ethers": "^6.9.1", + "ethers": "^6.9.2", "i18next": "23.7.11", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 38d5e8a19..3c2b6579e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8166,10 +8166,10 @@ ethereum-cryptography@^2.1.2: "@scure/bip32" "1.3.1" "@scure/bip39" "1.2.1" -ethers@^6.9.1: - version "6.9.1" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.9.1.tgz#4d50c77b46b6661e00f5cc6292e6bcd933fe4cba" - integrity sha512-kuV8fGd4/8Gj7wkurbsuUsm1DCG6N5gKGYdw3fnWG/7QGknhy1xtHD7kbkCWQAcbAYmzLCLqCPedS3FYncFkKQ== +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== dependencies: "@adraffy/ens-normalize" "1.10.0" "@noble/curves" "1.2.0"