diff --git a/package.json b/package.json index 840bb3c3..ee3109c9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "color": "^3.1.2", "date-fns": "^1.29.0", "design-system": "git://github.com/Wikia/design-system.git#22.8.0", - "i18next": "^14.0.1", + "i18next": "^19.0.0", "immutable": "^4.0.0-rc.12", "lodash": "^4.17.11", "prop-types": "^15.6.2", diff --git a/yarn.lock b/yarn.lock index 77b49111..3f480940 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6318,10 +6318,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@^19.0.0: + version "19.3.2" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.3.2.tgz#a17c3c8bb0dd2d8c4a8963429df99730275b3282" + integrity sha512-QDBQ8MqFWi4+L9OQjjZEKVyg9uSTy3NTU3Ri53QHe7nxtV+KD4PyLB8Kxu58gr6b9y5l8cU3mCiNHVeoxPMzAQ== + dependencies: + "@babel/runtime" "^7.3.1" iconv-lite@0.4.23: version "0.4.23"