diff --git a/client/package.json b/client/package.json index 95d2391d..1b7f6197 100644 --- a/client/package.json +++ b/client/package.json @@ -45,7 +45,7 @@ "nth-check": "^2.1.1", "react-json-view-lite": "^2.4.2", "sass": "^1.90.0", - "vite": "^7.3.2", + "vite": "^7.3.5", "vite-plugin-svgr": "^4.5.0", "vitest": "^4.0.8" }, diff --git a/client/yarn.lock b/client/yarn.lock index 2d7cc04e..c92deae2 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3642,10 +3642,10 @@ vite-plugin-svgr@^4.5.0: "@svgr/core" "^8.1.0" "@svgr/plugin-jsx" "^8.1.0" -"vite@^6.0.0 || ^7.0.0", vite@^7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.2.tgz#cb041794d4c1395e28baea98198fd6e8f4b96b5c" - integrity sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg== +"vite@^6.0.0 || ^7.0.0", vite@^7.3.5: + version "7.3.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.5.tgz#90c2d0b7b94a224e7e7dcf22d2912ff0b5291165" + integrity sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww== dependencies: esbuild "^0.27.0" fdir "^6.5.0"