diff --git a/packages/app-content-pages/package.json b/packages/app-content-pages/package.json index 09c309dfa7..fc259f86ce 100644 --- a/packages/app-content-pages/package.json +++ b/packages/app-content-pages/package.json @@ -35,7 +35,7 @@ "path-match": "~1.2.4", "react": "~18.2.0", "react-dom": "~18.2.0", - "react-i18next": "~14.0.0", + "react-i18next": "~14.1.0", "snazzy": "^9.0.0", "styled-components": "~5.3.3", "superagent": "~8.1.0", diff --git a/packages/app-project/package.json b/packages/app-project/package.json index 722c25a7b8..3514e1f114 100644 --- a/packages/app-project/package.json +++ b/packages/app-project/package.json @@ -55,7 +55,7 @@ "polished": "~4.3.1", "react": "~18.2.0", "react-dom": "~18.2.0", - "react-i18next": "~14.0.0", + "react-i18next": "~14.1.0", "react-resize-detector": "~9.1.0", "styled-components": "~5.3.3", "svg-loaders-react": "~2.2.1", diff --git a/packages/lib-classifier/package.json b/packages/lib-classifier/package.json index b26bea1d87..37c4fa66d9 100644 --- a/packages/lib-classifier/package.json +++ b/packages/lib-classifier/package.json @@ -46,7 +46,7 @@ "i18next": "~23.10.0", "lodash": "~4.17.11", "mobx-utils": "~6.0.4", - "react-i18next": "~14.0.0", + "react-i18next": "~14.1.0", "react-player": "~2.13.0", "swr": "~2.2.0", "valid-url": "~1.0.9" diff --git a/packages/lib-react-components/package.json b/packages/lib-react-components/package.json index 468754bb93..5eed57f810 100644 --- a/packages/lib-react-components/package.json +++ b/packages/lib-react-components/package.json @@ -52,7 +52,7 @@ "panoptes-client": "~5.6.0", "polished": "~4.3.1", "prop-types": "~15.8.1", - "react-i18next": "~14.0.0", + "react-i18next": "~14.1.0", "react-resize-detector": "~9.1.0", "react-rnd": "10.4.1", "swr": "~2.2.4" diff --git a/yarn.lock b/yarn.lock index c56d600c30..6dcf4dcba8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14436,10 +14436,10 @@ react-fast-compare@^3.0.1: resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz" integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA== -react-i18next@~14.0.0: - version "14.0.5" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.0.5.tgz#5df7b88a3ac8afbef8089ed0d0c27e12b9a1acac" - integrity sha512-5+bQSeEtgJrMBABBL5lO7jPdSNAbeAZ+MlFWDw//7FnVacuVu3l9EeWFzBQvZsKy+cihkbThWOAThEdH8YjGEw== +react-i18next@~14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-14.1.0.tgz#44da74fbffd416f5d0c5307ef31735cf10cc91d9" + integrity sha512-3KwX6LHpbvGQ+sBEntjV4sYW3Zovjjl3fpoHbUwSgFHf0uRBcbeCBLR5al6ikncI5+W0EFb71QXZmfop+J6NrQ== dependencies: "@babel/runtime" "^7.23.9" html-parse-stringify "^3.0.1"