diff --git a/package.json b/package.json index 77391e4099..916ab7ca6a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-focus-lock": "^2.13.6", "react-helmet": "^6.1.0", "react-hotkeys-hook": "^4.6.1", - "react-i18next": "^15.7.3", + "react-i18next": "^16.0.0", "react-redux": "^9.2.0", "react-router": "^7.9.1", "react-snowfall": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 7f1a915514..fe862f1c98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10374,10 +10374,10 @@ react-hotkeys-hook@^4.6.1: resolved "https://registry.yarnpkg.com/react-hotkeys-hook/-/react-hotkeys-hook-4.6.1.tgz#db9066c07377a1c8be067a238ab16e328266345a" integrity sha512-XlZpbKUj9tkfgPgT9gA+1p7Ey6vFIZHttUjPqpTdyT5nqQ8mHL7elxvSbaC+dpSiHUSmr21Ya1mDxBZG3aje4Q== -react-i18next@^15.7.3: - version "15.7.3" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.3.tgz#2eba235247dff0cbf9f0338e2ab85e10e127aa54" - integrity sha512-AANws4tOE+QSq/IeMF/ncoHlMNZaVLxpa5uUGW1wjike68elVYr0018L9xYoqBr1OFO7G7boDPrbn0HpMCJxTw== +react-i18next@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.0.0.tgz#425f686aa861af1989207fb7e75eba9e95275ff2" + integrity sha512-JQ+dFfLnFSKJQt7W01lJHWRC0SX7eDPobI+MSTJ3/gP39xH2g33AuTE7iddAfXYHamJdAeMGM0VFboPaD3G68Q== dependencies: "@babel/runtime" "^7.27.6" html-parse-stringify "^3.0.1"