diff --git a/package-lock.json b/package-lock.json index 25e778689..bad46075a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "sass": "^1.77.8", "tailwindcss": "^3.4.10", - "vite": "^5.4.7" + "vite": "^5.4.8" } }, "node_modules/@alloc/quick-lru": { @@ -2743,9 +2743,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index 6bc126d84..2544533d6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lodash": "^4.17.21", "sass": "^1.77.8", "tailwindcss": "^3.4.10", - "vite": "^5.4.7" + "vite": "^5.4.8" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.5.2",