From 52a26e6d6c8c7670512c72c229574278c6a7abba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 14:02:28 +0000 Subject: [PATCH] Build(deps): bump i18next from 14.1.1 to 19.3.3 Bumps [i18next](https://github.com/i18next/i18next) from 14.1.1 to 19.3.3. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v14.1.1...v19.3.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ccf5e0..d565a0c 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "history": "^4.7.2", "html-webpack-plugin": "^3.2.0", "http-status": "^1.3.1", - "i18next": "^14.1.1", + "i18next": "^19.3.3", "i18next-browser-languagedetector": "^2.2.4", "i18next-xhr-backend": "^1.5.1", "image-webpack-loader": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index e2be22d..07cdd46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5876,10 +5876,12 @@ i18next-xhr-backend@^1.5.1: resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-1.5.1.tgz#50282610780c6a696d880dfa7f4ac1d01e8c3ad5" integrity sha512-9OLdC/9YxDvTFcgsH5t2BHCODHEotHCa6h7Ly0EUlUC7Y2GS09UeoHOGj3gWKQ3HCqXz8NlH4gOrK3NNc9vPuw== -i18next@^14.1.1: - version "14.1.1" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-14.1.1.tgz#d569aff68c088151f09fcb0cb6f44b36d62731d3" - integrity sha512-HItn9RHLyrDqe6pw6qXMYHGPHNc3y1FZndJfBlD6k4sRS0FAlYLvqCDVIWFc1XultBgsv348TtvL/lleG6JgBg== +i18next@^19.3.3: + version "19.3.3" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.3.3.tgz#04bd79b315e5fe2c87ab8f411e5d55eda0a17bd8" + integrity sha512-CnuPqep5/JsltkGvQqzYN4d79eCe0TreCBRF3a8qHHi8x4SON1qqZ/pvR2X7BfNkNqpA5HXIqw0E731H+VsgSg== + dependencies: + "@babel/runtime" "^7.3.1" iconv-lite@0.4.23: version "0.4.23"