diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index 1efd28f79..5ed3b2ac4 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^4.3.2", "prettier": "^3.3.3", "typescript": "^5.6.2", - "vite": "^5.4.7", + "vite": "^5.4.10", "vitest": "^2.1.4" } }, @@ -4126,9 +4126,9 @@ "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" }, "node_modules/vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/code/frontend/package.json b/code/frontend/package.json index b98a5da99..7cf79be77 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -38,7 +38,7 @@ "@vitejs/plugin-react": "^4.3.2", "prettier": "^3.3.3", "typescript": "^5.6.2", - "vite": "^5.4.7", + "vite": "^5.4.10", "vitest": "^2.1.4" } }