From fcc665ae44b29f4f72e6f03eec23476b1bbe95a2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 16:36:54 +0000 Subject: [PATCH] fix: Pokedex/Ayush-Vish/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-9919777 --- Pokedex/Ayush-Vish/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pokedex/Ayush-Vish/package.json b/Pokedex/Ayush-Vish/package.json index d0aefd7e4..5ef3a2ea0 100644 --- a/Pokedex/Ayush-Vish/package.json +++ b/Pokedex/Ayush-Vish/package.json @@ -23,6 +23,6 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", - "vite": "^4.4.5" + "vite": "^4.5.14" } }