From c65745876f08c465878b2feb55d9c9dbcfb65ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:04:31 -0700 Subject: [PATCH] chore(deps): bump ethers from 6.6.5 to 6.6.7 (#56) Bumps [ethers](https://github.com/ethers-io/ethers.js) from 6.6.5 to 6.6.7. - [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.6.5...v6.6.7) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a5429ada..b1960767 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "body-parser": "^1.20.2", "dd-trace": "^4.8.1", "dotenv": "^16.3.1", - "ethers": "^6.6.5", + "ethers": "^6.6.7", "express": "^4.18.2", "kysely": "^0.26.1", "kysely-postgres-js": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index ccc428ae..bb5964d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2510,10 +2510,10 @@ ethers@^5.3.1: "@ethersproject/web" "5.7.1" "@ethersproject/wordlists" "5.7.0" -ethers@^6.6.5: - version "6.6.5" - resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.5.tgz#b6c29fb45dec93b339a9c984fc62de93c3db8efe" - integrity sha512-Tc3HXzI0UJ9EhPp6E0fntkgMIA2//rhcB0UsmiRMCR+Bii5iu0RjtwJV55IhlLJ4K39pd0ku+eE4WRgqrLLW2Q== +ethers@^6.6.7: + version "6.6.7" + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.6.7.tgz#9cf773bcbc0ca56d783d4774e9b73b4d1aff9962" + integrity sha512-1SdT3W5/IPAcx9l5/+9qKRYR/iqVIdNQIct18yeh+XvN+I4RK44mvOsAerMwJYCAwdQfsOgf3OkfozeuMInbtQ== dependencies: "@adraffy/ens-normalize" "1.9.2" "@noble/hashes" "1.1.2"