From 038ed83b24c16d21a491c67b740662cd5afb0f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:09:52 +0000 Subject: [PATCH] chore: bump ethers from 5.7.2 to 6.13.4 in /examples/deploy-contract Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.7.2 to 6.13.4. - [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.13.4) --- updated-dependencies: - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/deploy-contract/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy-contract/package.json b/examples/deploy-contract/package.json index 3742fc5a..e8f679f7 100644 --- a/examples/deploy-contract/package.json +++ b/examples/deploy-contract/package.json @@ -11,6 +11,6 @@ "dependencies": { "@openzeppelin/defender-sdk": "2.0.0", "dotenv": "^16.3.1", - "ethers": "^6.9.0" + "ethers": "^6.13.4" } }