diff --git a/web/package-lock.json b/web/package-lock.json index 74386be2..0602b963 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -18,7 +18,7 @@ "sass": "1.83.4", "tailwindcss": "3.4.13", "unplugin-icons": "22.0.0", - "vite": "5.4.8", + "vite": "5.4.12", "vite-plugin-pwa": "0.21.1", "vue": "3.5.13" }, @@ -7668,9 +7668,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.12.tgz", + "integrity": "sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==", "license": "MIT", "dependencies": { "esbuild": "^0.21.3", diff --git a/web/package.json b/web/package.json index 055a16be..adfbf8d7 100644 --- a/web/package.json +++ b/web/package.json @@ -21,7 +21,7 @@ "sass": "1.83.4", "tailwindcss": "3.4.13", "unplugin-icons": "22.0.0", - "vite": "5.4.8", + "vite": "5.4.12", "vite-plugin-pwa": "0.21.1", "vue": "3.5.13" },