diff --git a/package-lock.json b/package-lock.json index 5a6be24..442b19f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "tsx": "^4.19.3", "typescript": "^5.8.3", "uuid": "^11.1.0", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-html": "^3.2.2", "vite-plugin-singlefile": "^2.2.0", "vue": "^3.5.13", @@ -18957,9 +18957,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==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/package.json b/package.json index 357e263..d8428f7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "tsx": "^4.19.3", "typescript": "^5.8.3", "uuid": "^11.1.0", - "vite": "^6.4.1", + "vite": "^6.4.2", "vite-plugin-html": "^3.2.2", "vite-plugin-singlefile": "^2.2.0", "vue": "^3.5.13",