From a9cab9bda036161b5745020810956577a78b90af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:24:00 +0000 Subject: [PATCH] Bump ethers from 5.7.2 to 6.9.0 in /examples/keeper-network Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.7.2 to 6.9.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/v5.7.2...v6.9.0) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/keeper-network/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/keeper-network/package.json b/examples/keeper-network/package.json index 6f06ca84..cf152f6d 100644 --- a/examples/keeper-network/package.json +++ b/examples/keeper-network/package.json @@ -7,6 +7,6 @@ "dependencies": { "@openzeppelin/defender-relay-client": "1.54.0-rc.0", "dotenv": "^8.2.0", - "ethers": "^5.7.2" + "ethers": "^6.9.0" } }