From 07b49b9e97ff8a4243b0e55501bd87a103116396 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Wed, 8 Apr 2026 21:08:49 +0800 Subject: [PATCH] fix(deps): bump vite to 8.0.5 (resolves 3 security advisories) --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index d2cabb7f5..ca2fdab8f 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -66,7 +66,7 @@ "sass-loader": "16.0.7", "subset-font": "^2.5.0", "typescript": "~6.0.2", - "vite": "8.0.3", + "vite": "8.0.5", "vite-plugin-webfont-dl": "^3.12.0", "vue-tsc": "^3.2.6" },