diff --git a/react_ui/package.json b/react_ui/package.json index 2e962c2..b7d0466 100644 --- a/react_ui/package.json +++ b/react_ui/package.json @@ -61,7 +61,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "happy-dom": "^6.0.4", "prettier": "^2.7.1", - "vite": "^3.2.10", + "vite": "^3.2.11", "vitest": "^0.18.1" } } diff --git a/react_ui/yarn.lock b/react_ui/yarn.lock index c3fbdb2..68201c2 100644 --- a/react_ui/yarn.lock +++ b/react_ui/yarn.lock @@ -3555,10 +3555,10 @@ v8-compile-cache@^2.0.3: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== -"vite@^2.9.12 || ^3.0.0-0", vite@^3.2.10: - version "3.2.10" - resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.10.tgz#7ac79fead82cfb6b5bf65613cd82fba6dcc81340" - integrity sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw== +"vite@^2.9.12 || ^3.0.0-0", vite@^3.2.11: + version "3.2.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.11.tgz#8d1c8e05ef2f24b04c8693f56d3e01fe8835e6d7" + integrity sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ== dependencies: esbuild "^0.15.9" postcss "^8.4.18"