diff --git a/client/package.json b/client/package.json index 5670aec..73dc523 100644 --- a/client/package.json +++ b/client/package.json @@ -32,6 +32,6 @@ "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.11", "globals": "^15.9.0", - "vite": "^5.4.3" + "vite": "^5.4.4" } } diff --git a/client/yarn.lock b/client/yarn.lock index 0ebeb08..ea59673 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2315,10 +2315,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -vite@^5.4.3: - version "5.4.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.3.tgz#771c470e808cb6732f204e1ee96c2ed65b97a0eb" - integrity sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q== +vite@^5.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.4.tgz#3da90314b617047366459443320ea78f39111008" + integrity sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA== dependencies: esbuild "^0.21.3" postcss "^8.4.43"