diff --git a/package-lock.json b/package-lock.json index e9a2c56..17cc558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "playwright": "^1.49.1", "prettier": "^3.8.1", "vhtml": "^2.2.0", - "vite": "^6.0.11", + "vite": "^6.4.2", "vite-plugin-singlefile": "^2.0.5" }, "devDependencies": { @@ -1857,9 +1857,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 8dbfd14..556dfa5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "playwright": "^1.49.1", "prettier": "^3.8.1", "vhtml": "^2.2.0", - "vite": "^6.0.11", + "vite": "^6.4.2", "vite-plugin-singlefile": "^2.0.5" }, "devDependencies": {