From 18121ce6e64755f7ae449cd9bdf7395298ab0db4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 04:24:45 +0000 Subject: [PATCH] fix: examples/todomvc-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-8022916 - https://snyk.io/vuln/SNYK-JS-VITE-8023174 --- examples/todomvc-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todomvc-react/package.json b/examples/todomvc-react/package.json index e070f6b2e3..0cee2e3163 100644 --- a/examples/todomvc-react/package.json +++ b/examples/todomvc-react/package.json @@ -18,7 +18,7 @@ "@types/react": "^17.0.80", "@types/react-dom": "^17.0.25", "typescript": "^5.5.4", - "vite": "1.0.0-rc.13", + "vite": "3.2.11", "vite-plugin-react": "^4.0.1" } }