diff --git a/installer-gui/package-lock.json b/installer-gui/package-lock.json index 08a98c8..d3e0a0c 100644 --- a/installer-gui/package-lock.json +++ b/installer-gui/package-lock.json @@ -29,7 +29,7 @@ "svelte-check": "^4.0.0", "typescript": "~5.6.2", "typescript-eslint": "^8.46.2", - "vite": "^6.0.3" + "vite": "^6.4.2" } }, "node_modules/@esbuild/aix-ppc64": { @@ -4122,9 +4122,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/installer-gui/package.json b/installer-gui/package.json index def87b8..c209e43 100644 --- a/installer-gui/package.json +++ b/installer-gui/package.json @@ -37,6 +37,6 @@ "svelte-check": "^4.0.0", "typescript": "~5.6.2", "typescript-eslint": "^8.46.2", - "vite": "^6.0.3" + "vite": "^6.4.2" } }