diff --git a/frontend/package.json b/frontend/package.json index 5d3c7b7..2ab46d3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,6 +44,6 @@ "postcss": "^8.4.38", "tailwindcss": "^3.4.1", "typescript": "^5.2.2", - "vite": "^5.2.0" + "vite": "^5.2.6" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 600fc62..6c9c1d1 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6477,10 +6477,10 @@ viem@^1.0.0, viem@^1.1.4: isows "1.0.3" ws "8.13.0" -vite@^5.2.0: - version "5.2.4" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.4.tgz#cd4065f8ae2164bcd4fe04570066351fc5c62f72" - integrity sha512-vjFghvHWidBTinu5TCymJk/lRHlR5ljqB83yugr0HA1xspUPdOZHqbqDLnZ8f9/jINrtFHTCYYyIUi+o+Q5iyg== +vite@^5.2.6: + version "5.2.6" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.6.tgz#fc2ce309e0b4871e938cb0aca3b96c422c01f222" + integrity sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA== dependencies: esbuild "^0.20.1" postcss "^8.4.36"