diff --git a/ui/package.json b/ui/package.json index 3a0beca..f9b5c41 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "sass": "^1.72.0", "start-server-and-test": "^2.0.12", "storybook": "^9.1.17", - "vite": "^6.4.1", + "vite": "^6.4.2", "vitest": "3.1.3" }, "resolutions": { diff --git a/ui/yarn.lock b/ui/yarn.lock index 2aecd38..4c58aa0 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4297,10 +4297,10 @@ vite-node@3.1.3: pathe "^2.0.3" vite "^5.0.0 || ^6.0.0" -"vite@^5.0.0 || ^6.0.0", vite@^6.4.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.1.tgz#afbe14518cdd6887e240a4b0221ab6d0ce733f96" - integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g== +"vite@^5.0.0 || ^6.0.0", vite@^6.4.2: + version "6.4.2" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2" + integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ== dependencies: esbuild "^0.25.0" fdir "^6.4.4"