diff --git a/package-lock.json b/package-lock.json index bd586fca..19b240a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -132,7 +132,7 @@ "tailwindcss": "^3.4", "typescript": "^5.8.3", "utility-types": "^3.11.0", - "vite": "^6.3.4", + "vite": "^6.4.2", "vite-plugin-pwa": "^1.2.0", "vite-tsconfig-paths": "^5.1.4" } @@ -12399,9 +12399,9 @@ } }, "node_modules/vite": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", - "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/package.json b/package.json index b9ef4d61..cd73eab8 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "tailwindcss": "^3.4", "typescript": "^5.8.3", "utility-types": "^3.11.0", - "vite": "^6.3.4", + "vite": "^6.4.2", "vite-plugin-pwa": "^1.2.0", "vite-tsconfig-paths": "^5.1.4" }