From 20de578adb892d38ecfdd2fd825abb194a7f4e07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 10:08:48 +0000 Subject: [PATCH] Bump i18next from 19.1.0 to 19.3.1 Bumps [i18next](https://github.com/i18next/i18next) from 19.1.0 to 19.3.1. - [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/v19.1.0...v19.3.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad8295c..3917654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8384,9 +8384,9 @@ } }, "i18next": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.1.0.tgz", - "integrity": "sha512-ISbmukX4L6Dz0QoH9+EW1AnBw7j+NRLoMu9uLPMaNSSTP9Eie9/oUL0dOyWX15baB3gYOpkHJpGZRHOqcnl0ew==", + "version": "19.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.3.1.tgz", + "integrity": "sha512-fSd67ADNfVtffECirge69OBChESzdJgXMVa8cmnR96mHn+rB2lTmNE5bqwPz32aufAKOV1LHwOTAepG+P9QbjA==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index b313c95..db649f2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "bootstrap-daterangepicker": "^3.0.5", "chart.js": "^2.9.3", "cross-env": "^7.0.0", - "i18next": "^19.1.0", + "i18next": "^19.3.1", "i18next-browser-languagedetector": "^4.0.2", "i18next-xhr-backend": "^3.2.2", "lodash.debounce": "^4.0.8",