From 588212572aea7c7b61ed5a36d123a8548758c976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 02:04:27 +0000 Subject: [PATCH] fix(deps): update dependency ethers to v6.13.2 --- package.json | 2 +- yarn.lock | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c42dfce1..3f94244a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@devprotocol/dev-kit": "8.6.2", "@devprotocol/util-ts": "4.0.0", "bignumber.js": "9.1.2", - "ethers": "6.13.1", + "ethers": "6.13.2", "ramda": "0.30.1", "sass": "1.77.8", "uuid": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 2cb63e46..8937401f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3220,7 +3220,20 @@ esutils@^2.0.2, esutils@^2.0.3: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -ethers@6.13.1, ethers@^6.6.4: +ethers@6.13.2: + version "6.13.2" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.2.tgz#4b67d4b49e69b59893931a032560999e5e4419fe" + integrity sha512-9VkriTTed+/27BGuY1s0hf441kqwHJ1wtN2edksEtiRvXx+soxRX3iSXTfFqq2+YwrOqbDoTHjIhQnjJRlzKmg== + dependencies: + "@adraffy/ens-normalize" "1.10.1" + "@noble/curves" "1.2.0" + "@noble/hashes" "1.3.2" + "@types/node" "18.15.13" + aes-js "4.0.0-beta.5" + tslib "2.4.0" + ws "8.17.1" + +ethers@^6.6.4: version "6.13.1" resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.1.tgz#2b9f9c7455cde9d38b30fe6589972eb083652961" integrity sha512-hdJ2HOxg/xx97Lm9HdCWk949BfYqYWpyw4//78SiwOLgASyfrNszfMUNB2joKjvGUdwhHfaiMMFFwacVVoLR9A==