diff --git a/web/package.json b/web/package.json index f465096afc..54ec72bd9b 100644 --- a/web/package.json +++ b/web/package.json @@ -18,7 +18,7 @@ "next": "14.2.21", "react": "^18", "react-dom": "^18", - "react-i18next": "^15.4.0", + "react-i18next": "^15.5.2", "react-native-safe-area-context": "^5.2.0", "react-native-svg": "15.4.0", "react-native-web": "^0.19.13", diff --git a/web/yarn.lock b/web/yarn.lock index 8cfb7f3f31..3ba2fc8587 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5191,10 +5191,10 @@ react-dom@^18: loose-envify "^1.1.0" scheduler "^0.23.2" -react-i18next@^15.4.0: - version "15.4.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.4.0.tgz#87c755fb6d7a567eec134e4759b022a0baacb19e" - integrity sha512-Py6UkX3zV08RTvL6ZANRoBh9sL/ne6rQq79XlkHEdd82cZr2H9usbWpUNVadJntIZP2pu3M2rL1CN+5rQYfYFw== +react-i18next@^15.5.2: + version "15.5.2" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.5.2.tgz#2cfbd8e055efea077a7cbd7fbd9528c76d31925e" + integrity sha512-ePODyXgmZQAOYTbZXQn5rRsSBu3Gszo69jxW6aKmlSgxKAI1fOhDwSu6bT4EKHciWPKQ7v7lPrjeiadR6Gi+1A== dependencies: "@babel/runtime" "^7.25.0" html-parse-stringify "^3.0.1"