From e1700293d08a4ba773ba58fe7f690ccde85ca7f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 04:20:48 +0000 Subject: [PATCH] feat: upgrade ethers from 5.7.2 to 6.12.1 Snyk has created this PR to upgrade ethers from 5.7.2 to 6.12.1. See this package in npm: ethers See this project in Snyk: https://app.snyk.io/org/okeamah/project/f82b92d4-4628-4065-80af-cab505da2f8d?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/core-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-utils/package.json b/packages/core-utils/package.json index 33d5ffea0805..e5fc0549f242 100644 --- a/packages/core-utils/package.json +++ b/packages/core-utils/package.json @@ -44,7 +44,7 @@ "@ethersproject/rlp": "^5.7.0", "@ethersproject/web": "^5.7.1", "chai": "^4.3.10", - "ethers": "^5.7.2", + "ethers": "^6.12.1", "node-fetch": "^2.6.7" }, "devDependencies": {