From bbe3e076c7a729e8df2b153901fd234b2966edbb Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:01:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9b844b..45eb661 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@vitejs/plugin-react": "^2.0.1", "@web3-react/types": "8.0.20-beta.0", "eslint": "8.9.0", - "ethers": "^5.6.9", + "ethers": "^6.0.0", "ipfs-http-client": "^52.0.5", "jest": "^28.0.8", "sass": "^1.49.8",