diff --git a/web/package-lock.json b/web/package-lock.json index 3f0c5076..84bddb67 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -18,7 +18,7 @@ "sass": "1.79.4", "tailwindcss": "3.4.13", "unplugin-icons": "0.19.3", - "vite": "5.4.8", + "vite": "5.4.10", "vite-plugin-pwa": "0.20.5", "vue": "3.5.11" }, @@ -7274,9 +7274,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.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "license": "MIT", "dependencies": { "esbuild": "^0.21.3", diff --git a/web/package.json b/web/package.json index b2dfba48..da7ac843 100644 --- a/web/package.json +++ b/web/package.json @@ -21,7 +21,7 @@ "sass": "1.79.4", "tailwindcss": "3.4.13", "unplugin-icons": "0.19.3", - "vite": "5.4.8", + "vite": "5.4.10", "vite-plugin-pwa": "0.20.5", "vue": "3.5.11" },