From e297e5c67e43b4c844b73107fdd4a3989f0f41be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 08:33:01 +0000 Subject: [PATCH] build(deps-dev): bump ethers from 6.11.1 to 6.13.0 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.11.1 to 6.13.0. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v6.11.1...v6.13.0) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fecac82..592e6a0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/mocha": ">=10.0.6", "@types/node": ">=20.11.30", "chai": "^4.4.1", - "ethers": "^6.11.1", + "ethers": "^6.13.0", "hardhat-gas-reporter": "^1.0.10", "hardhat": "^2.22.2", "husky": "^9.0.11", diff --git a/yarn.lock b/yarn.lock index 26c5f38..7858c42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1917,10 +1917,10 @@ ethers@^5.7.2: "@ethersproject/web" "5.7.1" "@ethersproject/wordlists" "5.7.0" -ethers@^6.11.1: - version "6.11.1" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.11.1.tgz#96aae00b627c2e35f9b0a4d65c7ab658259ee6af" - integrity sha512-mxTAE6wqJQAbp5QAe/+o+rXOID7Nw91OZXvgpjDa1r4fAbq2Nu314oEZSbjoRLacuCzs7kUC3clEvkCQowffGg== +ethers@^6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.13.0.tgz#f342958d0f622cf06559f59fbccdc1d30fa64f50" + integrity sha512-+yyQQQWEntY5UVbCv++guA14RRVFm1rSnO1GoLFdrK7/XRWMoktNgyG9UjwxrQqGBfGyFKknNZ81YpUS2emCgg== dependencies: "@adraffy/ens-normalize" "1.10.1" "@noble/curves" "1.2.0"