diff --git a/package.json b/package.json index f30bdcf..cd6583b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "globals": "^16.0.0", "typescript": "^5.8.2", "typescript-eslint": "^8.28.0", - "vite": "^6.2.3", + "vite": "^6.2.4", "vite-plugin-svgr": "^4.3.0" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 80c728b..18de9ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4009,10 +4009,10 @@ vite-plugin-svgr@^4.3.0: "@svgr/core" "^8.1.0" "@svgr/plugin-jsx" "^8.1.0" -vite@^6.2.3: - version "6.2.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2" - integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg== +vite@^6.2.4: + version "6.2.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.4.tgz#05809de3f918fded87f73a838761995a4d66a680" + integrity sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw== dependencies: esbuild "^0.25.0" postcss "^8.5.3"