From 315c25c15841b69770fc101a3d2f38c8a49bd2bd Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Sun, 28 Jun 2026 06:10:03 +0000 Subject: [PATCH] chore(security): sync web package.json vite range to ^7.3.6 to match the security-patched lockfiles --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 0d973482..65875472 100644 --- a/web/package.json +++ b/web/package.json @@ -117,7 +117,7 @@ "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "typescript-eslint": "^8.45.0", - "vite": "^7.3.3", + "vite": "^7.3.6", "vitest": "^4.0.18" } }