diff --git a/web/package-lock.json b/web/package-lock.json index 3f0c5076..745298d4 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.11", "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.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", + "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", "license": "MIT", "dependencies": { "esbuild": "^0.21.3", diff --git a/web/package.json b/web/package.json index b2dfba48..51e86b5a 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.11", "vite-plugin-pwa": "0.20.5", "vue": "3.5.11" },