diff --git a/ui/package-lock.json b/ui/package-lock.json index 4826b81..5409efb 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -30,7 +30,7 @@ "tailwindcss": "^3.4.19", "typescript": "^5.7.0", "typescript-eslint": "^8.18.2", - "vite": "^6.0.0" + "vite": "^6.4.2" } }, "node_modules/@alloc/quick-lru": { @@ -4037,9 +4037,9 @@ "license": "MIT" }, "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ui/package.json b/ui/package.json index feb2997..e0a502f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,6 +32,6 @@ "tailwindcss": "^3.4.19", "typescript": "^5.7.0", "typescript-eslint": "^8.18.2", - "vite": "^6.0.0" + "vite": "^6.4.2" } }