From a3556f48ab595918a9575646cf97a404c5192150 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2025 08:16:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-8648411 - https://snyk.io/vuln/SNYK-JS-VITE-8023174 - https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097 - https://snyk.io/vuln/SNYK-JS-VITE-8022916 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8612866..fda21f2 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-router-dom": "^6.23.1", "react-share": "^5.1.0", "react-tabs": "^6.0.2", - "vite": "^5.2.11", + "vite": "^6.0.0", "vite-plugin-minify": "^1.5.2", "vite-tsconfig-paths": "^4.3.2", "web-vitals": "^4.0.1"