From b3d993bc08fa3f152a375f49850f96109126a2bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 09:09:23 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0299b0e..91e4b4a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "unocss": "^0.45.22", "unplugin-auto-import": "^0.11.5", "unplugin-vue-components": "^0.22.11", - "vite": "^2.9.16", + "vite": "^3.2.11", "vite-plugin-inspect": "^0.5.0", "vite-plugin-md": "^0.14.0", "vite-plugin-pages": "^0.23.0",