From 5f8a6264831a227a452f89c8a1ed213fe84bc5b3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 07:56:16 +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-9685035 --- 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..f6fa7da99 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.13" } }