diff --git a/package-lock.json b/package-lock.json index b10ca91..553d0f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10708,9 +10708,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", @@ -11273,7 +11273,7 @@ "unplugin-fonts": "^1.1.1", "unplugin-vue-components": "^0.27.4", "unplugin-vue-router": "^0.10.8", - "vite": "^6.3.5", + "vite": "^6.4.2", "vite-plugin-vuetify": "^2.1.0", "vue": "^3.5.13", "vue-i18n": "^11.1.2", diff --git a/ui/package.json b/ui/package.json index 967c637..60257c9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -39,7 +39,7 @@ "unplugin-fonts": "^1.1.1", "unplugin-vue-components": "^0.27.4", "unplugin-vue-router": "^0.10.8", - "vite": "^6.3.5", + "vite": "^6.4.2", "vite-plugin-vuetify": "^2.1.0", "vue": "^3.5.13", "vue-i18n": "^11.1.2",