diff --git a/package.json b/package.json index 806eba3..a2d2687 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.65.0", - "react-i18next": "^15.0.1", + "react-i18next": "^16.2.0", "react-redux": "^9.1.2", "react-router-dom": "^6.26.1", "redux": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 0bc31af..59bbb5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3300,13 +3300,14 @@ react-hook-form@^7.65.0: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.65.0.tgz#6139dac77ed1081d0178b6830dc6f5ff6ff86361" integrity sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw== -react-i18next@^15.0.1: - version "15.7.4" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.4.tgz#146e50f220d204b842e22c75d1a3d23c6c589a30" - integrity sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw== +react-i18next@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.2.0.tgz#7d6e17869858a0134812b0481cad8b2f3e710cc9" + integrity sha512-giCEDa6NtQYvuLGW9xaBo4HCVxT0Y8jrOpX/uSnd+lZ3Dmm/2BNrGNEgRZzWDkSobmE6IWPJ+/Ow9Rhi/gP6+g== dependencies: "@babel/runtime" "^7.27.6" html-parse-stringify "^3.0.1" + use-sync-external-store "^1.6.0" react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"