From b2906302c2c92c1456161dd2a3d7566dfc9b8fea Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 07:54:17 +0000 Subject: [PATCH] fix: dapps/web3modal/react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-12558116 --- dapps/web3modal/react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapps/web3modal/react/package.json b/dapps/web3modal/react/package.json index c897a9ee2..43e7e372b 100644 --- a/dapps/web3modal/react/package.json +++ b/dapps/web3modal/react/package.json @@ -28,6 +28,6 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.4.1", "typescript": "5.0.2", - "vite": "4.5.5" + "vite": "5.4.20" } }