diff --git a/package-lock.json b/package-lock.json index 0612ec5..fde30e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "postcss": "^8.4.47", "tailwindcss": "^3.4.11", "typescript": "^5.6.2", - "vite": "^5.4.6" + "vite": "^5.4.7" } }, "node_modules/@alloc/quick-lru": { @@ -3585,9 +3585,9 @@ } }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "version": "5.4.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", + "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index 92509b7..b302ee2 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "postcss": "^8.4.47", "tailwindcss": "^3.4.11", "typescript": "^5.6.2", - "vite": "^5.4.6" + "vite": "^5.4.7" } } diff --git a/yarn.lock b/yarn.lock index e1a4aa2..14b276e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1966,10 +1966,10 @@ uuid@^9.0.1: resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz" integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== -vite@^5.4.6: - version "5.4.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f" - integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q== +vite@^5.4.7: + version "5.4.7" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.7.tgz#d226f57c08b61379e955f3836253ed3efb2dcf00" + integrity sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ== dependencies: esbuild "^0.21.3" postcss "^8.4.43"