From e3ab93da4451b4fe733859adb1475ad7bc071942 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 05:55:29 +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-9512410 --- 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..ebc13cf97 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": "4.5.10" } }