From 141391e9e5f0c7274bb5e09419cc4f568375d274 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 06:44:06 +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-9919777 --- 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..7e8104af8 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.14" } }