diff --git a/package.json b/package.json index cb0870d1..47d3ea36 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-dom": "^16.8.3", "date-fns": "^1.29.0", "design-system": "git://github.com/Wikia/design-system.git#21.1.1", - "i18next": "^14.0.1", + "i18next": "^15.0.0", "immutable": "^4.0.0-rc.12", "react-i18next": "^10.0.0", "react-redux": "^5.0.7", diff --git a/yarn.lock b/yarn.lock index 1fbda502..6aa59289 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6016,10 +6016,12 @@ hyphenate-style-name@^1.0.2: resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz#097bb7fa0b8f1a9cf0bd5c734cf95899981a9b48" integrity sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ== -i18next@^14.0.1: - version "14.1.1" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-14.1.1.tgz#d569aff68c088151f09fcb0cb6f44b36d62731d3" - integrity sha512-HItn9RHLyrDqe6pw6qXMYHGPHNc3y1FZndJfBlD6k4sRS0FAlYLvqCDVIWFc1XultBgsv348TtvL/lleG6JgBg== +i18next@^15.0.0: + version "15.0.9" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-15.0.9.tgz#42536407a921bb5a8535a4c090a26f16827a1884" + integrity sha512-IdVj7DqErUuMbGuj2dFT431T7zKlmDci63eae6pNA/bMwgBZKT74/KnwHXE0WH7ivo2EV/LNme4pP4Yw6vB79w== + dependencies: + "@babel/runtime" "^7.3.1" iconv-lite@0.4.23: version "0.4.23"