From 549007edb8a684c0510c8f78fa004c8e4898a782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 04:01:42 +0000 Subject: [PATCH] Bump ethers from 6.4.0 to 6.6.2 Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.4.0 to 6.6.2. - [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.4.0...v6.6.2) --- 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 | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 521046d0..88d664a4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "chokidar": "^3.5.3", "eslint": "^8.43.0", "eslint-plugin-import": "^2.27.5", - "ethers": "^6.4.0", + "ethers": "^6.6.2", "husky": "^8.0.3", "prettier": "^2.8.8", "rimraf": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index ba52cd3e..745189a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,9 +2,10 @@ # yarn lockfile v1 -"@adraffy/ens-normalize@https://github.com/ricmoo/ens-normalize.js": - version "1.9.0" - resolved "https://github.com/ricmoo/ens-normalize.js#2d040533e57e4f25f9a7cc4715e219658ad454b5" +"@adraffy/ens-normalize@1.9.2": + version "1.9.2" + resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.9.2.tgz#60111a5d9db45b2e5cbb6231b0bb8d97e8659316" + integrity sha512-0h+FrQDqe2Wn+IIGFkTCd4aAwTJ+7834Ek1COohCyV26AXhwQ7WQaz+4F/nLOeVl/3BtWHOHLPsq46V8YB46Eg== "@cspotcode/source-map-support@^0.8.0": version "0.8.1" @@ -800,12 +801,12 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -ethers@^6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.4.0.tgz#82c230a3a018a2627593d24ec4b9c20e9681c341" - integrity sha512-nksaMCwX+BOdV2NQ1/57OehSD2JtujbhrdC2+Fb9VpvBO0WO6h+WWwu3oMMw7aUiTa5lvQcWX1vl4aOy7Q3CTg== +ethers@^6.6.2: + version "6.6.2" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.2.tgz#0b6131b5fa291fec69b7ae379cb6bb2405c505a7" + integrity sha512-vyWfVAj2g7xeZIivOqlbpt7PbS2MzvJkKgsncgn4A/1xZr8Q3BznBmEBRQyPXKCgHmX4PzRQLpnYG7jl/yutMg== dependencies: - "@adraffy/ens-normalize" "https://github.com/ricmoo/ens-normalize.js" + "@adraffy/ens-normalize" "1.9.2" "@noble/hashes" "1.1.2" "@noble/secp256k1" "1.7.1" "@types/node" "18.15.13"