diff --git a/package.json b/package.json index 806eba3..a636c44 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.1", "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..3240964 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.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.2.1.tgz#ebb85957df7f22042442247aa418df3bf615aab1" + integrity sha512-z7TVwd8q4AjFo2n7oOwzNusY7xVL4uHykwX1zZRvasUQnmnXlp7Z1FZqXvhK/6hQaCvWTZmZW1bMaUWKowtvVw== 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"