From 6590f0fc9269fd6e372e24be33a8b45cb01bcc19 Mon Sep 17 00:00:00 2001 From: alexpaynex <55271826-alexpaynex@users.noreply.replit.com> Date: Thu, 19 Mar 2026 22:24:15 +0000 Subject: [PATCH] Update Vite version to ensure all installations are secure Adjust the minimum Vite version in package.json to a patched release to prevent future installations of vulnerable versions. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 90273644-97c2-4c11-b04c-7c482fb655b7 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1c2c17ee-1560-426f-89f7-07e87e9acd1a Replit-Helium-Checkpoint-Created: true --- the-matrix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the-matrix/package.json b/the-matrix/package.json index 8e145ba..40b8266 100644 --- a/the-matrix/package.json +++ b/the-matrix/package.json @@ -14,6 +14,6 @@ "three": "0.171.0" }, "devDependencies": { - "vite": "^5.4.0" + "vite": "^5.4.15" } }