From 2d4b8d97108bfac4ceb65604aaad3939017c62e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2024 06:12:02 +0000 Subject: [PATCH] fix: web/app.fluidity.money/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- web/app.fluidity.money/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app.fluidity.money/package.json b/web/app.fluidity.money/package.json index 778fd4ee1..377da2c0d 100644 --- a/web/app.fluidity.money/package.json +++ b/web/app.fluidity.money/package.json @@ -62,7 +62,7 @@ "csv": "^6.2.7", "date-fns": "^2.29.3", "ethers": "5.7.2", - "express": "^4.18.1", + "express": "^4.21.2", "framer-motion": "^7.3.6", "get-image-colors": "^4.0.1", "graphql": "^16.6.0", @@ -92,7 +92,7 @@ "toml": "^3.0.0", "tweetnacl": "^1.0.3", "vite-node": "^0.28.5", - "web3": "^1.8.1", + "web3": "^4.0.1", "web3-utils": "^1.8.0", "ws": "^5.2.2", "zod": "^3.19.1"