diff --git a/client/package-lock.json b/client/package-lock.json index cd4e92a..f357514 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -49,7 +49,7 @@ "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "typescript-eslint": "^8.22.0", - "vite": "^6.2.0", + "vite": "^6.2.3", "vite-plugin-checker": "^0.8.0", "vite-tsconfig-paths": "^5.1.3", "vitest": "^3.0.7" @@ -8176,9 +8176,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.0.tgz", - "integrity": "sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", + "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index 4c03e0f..38405ac 100644 --- a/client/package.json +++ b/client/package.json @@ -57,7 +57,7 @@ "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "typescript-eslint": "^8.22.0", - "vite": "^6.2.0", + "vite": "^6.2.3", "vite-plugin-checker": "^0.8.0", "vite-tsconfig-paths": "^5.1.3", "vitest": "^3.0.7"