From 4838fdf571336d641ce704fcbad52c3714b43b36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Aug 2024 01:11:28 +0000 Subject: [PATCH] feat: upgrade ethers from 5.7.2 to 6.13.2 Snyk has created this PR to upgrade ethers from 5.7.2 to 6.13.2. See this package in npm: ethers See this project in Snyk: https://app.snyk.io/org/okeamah/project/621ee7c4-0dc5-4a40-aee3-a63976a31e8e?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..f6a47b2d44e7 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.13.2", "node-fetch": "^2.6.7" }, "devDependencies": {