From 24bc98e01a1342a50e766bdba91512942c419837 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 04:26:23 +0000 Subject: [PATCH] fix: web/fluidity.money/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- web/fluidity.money/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/fluidity.money/package.json b/web/fluidity.money/package.json index a23cf122b..8317d82ea 100644 --- a/web/fluidity.money/package.json +++ b/web/fluidity.money/package.json @@ -11,7 +11,7 @@ "@types/gtag.js": "^0.0.12", "@visx/visx": "^2.16.0", "big.js": "^6.2.1", - "ethers": "^5.7.2", + "ethers": "^6.0.0", "framer-motion": "^7.3.6", "next": "^12.3.0", "react": "^18.2.0", @@ -24,7 +24,7 @@ "sharp": "^0.31.1", "typescript": "^4.9.4", "web-vitals": "^2.1.4", - "web3": "^1.8.1" + "web3": "^4.0.1" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5",