diff --git a/frontend/package.json b/frontend/package.json index dc7cf1f24..2fd45b599 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "react": "^18.3.0", "react-dom": "^18.3.0", "react-ellipsis-text": "^1.2.1", - "react-i18next": "^15.1.0", + "react-i18next": "^15.2.0", "react-icons": "^5.4.0", "react-qr-code": "^2.0.12", "react-redux": "^9.2.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 54ae1a4ca..0acd56785 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5054,10 +5054,10 @@ react-ellipsis-text@^1.2.1: react "^16.8.6" react-dom "^16.8.6" -react-i18next@^15.1.0: - version "15.1.0" - resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-15.1.0.tgz" - integrity sha512-zj3nJynMnZsy2gPZiOTC7XctCY5eQGqT3tcKMmfJWC9FMvgd+960w/adq61j8iPzpwmsXejqID9qC3Mqu1Xu2Q== +react-i18next@^15.2.0: + version "15.2.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.2.0.tgz#6b51650e1e93eb4d235a4d533fcf61b3bbf4ea10" + integrity sha512-iJNc8111EaDtVTVMKigvBtPHyrJV+KblWG73cUxqp+WmJCcwkzhWNFXmkAD5pwP2Z4woeDj/oXDdbjDsb3Gutg== dependencies: "@babel/runtime" "^7.25.0" html-parse-stringify "^3.0.1"