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
This commit is contained in:
alexpaynex
2026-03-19 22:24:15 +00:00
parent 039af78a76
commit 6590f0fc92

View File

@@ -14,6 +14,6 @@
"three": "0.171.0"
},
"devDependencies": {
"vite": "^5.4.0"
"vite": "^5.4.15"
}
}