From 1fdb859f0565a37280c16e19f7a716bd77d423a6 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 18 Oct 2024 23:21:59 -0400 Subject: [PATCH] upgraded vite from vulnerability --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 637e5aa..00febc3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "tailwindcss": "^3.4.10", "tslib": "^2.7.0", "typescript": "^5.0.0", - "vite": "^4.5.3" + "vite": "^4.5.5" }, "dependencies": { "@popperjs/core": "^2.11.8",