From 054a33edfd72f31870d270a2252701a7c0d2321a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:58:27 +0000 Subject: [PATCH] Update dependency vite to v3 [SECURITY] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 727233e..091a084 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "eslint": "8.13.0", "eslint-config-preact": "1.3.0", "typescript": "4.6.3", - "vite": "2.9.1", + "vite": "3.2.11", "vite-plugin-windicss": "1.8.3", "vite-tsconfig-paths": "3.4.1", "windicss": "3.5.1"