diff --git a/package-lock.json b/package-lock.json index 498b19d..28d01b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "sass": "^1.55.0", "tailwindcss": "^3.4.6", "unplugin-vue-components": "^0.27.3", - "vite": "^6.3.6" + "vite": "^6.4.1" } }, "node_modules/@alloc/quick-lru": { @@ -3760,9 +3760,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", - "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2b317be..09b248e 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "sass": "^1.55.0", "tailwindcss": "^3.4.6", "unplugin-vue-components": "^0.27.3", - "vite": "^6.3.6" + "vite": "^6.4.1" } }