diff --git a/package-lock.json b/package-lock.json index ab95805..b25060f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "stylelint-config-css-modules": "^4.4.0", "typescript": "^5.6.2", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.7", + "vite": "^5.4.8", "vite-plugin-static-copy": "^1.0.6" }, "engines": { @@ -13497,9 +13497,9 @@ } }, "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 0411fc9..afa458a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "stylelint-config-css-modules": "^4.4.0", "typescript": "^5.6.2", "typescript-plugin-css-modules": "^5.1.0", - "vite": "^5.4.7", + "vite": "^5.4.8", "vite-plugin-static-copy": "^1.0.6" }, "prettier": {