From 11f38906211b838e43e54fd09a06311a73ed3f73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 15:21:34 +0000 Subject: [PATCH] Bump i18next from 19.4.1 to 19.4.2 Bumps [i18next](https://github.com/i18next/i18next) from 19.4.1 to 19.4.2. - [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.4.1...v19.4.2) 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 9ac75692..997c0f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8693,9 +8693,9 @@ "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, "i18next": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.1.tgz", - "integrity": "sha512-dC3ue15jkLebN2je4xEjfjVYd/fSAo+UVK9f+JxvceCJRowkI+S0lGohgKejqU+FYLfvw9IAPylIIEWwR8Djrg==", + "version": "19.4.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.2.tgz", + "integrity": "sha512-gDctWhIgACc92Uub7vb0GTdtLKZTgiDIiBkGExOSPgqhCSyyPOb8svLxixzzSS3yMjC3fduK/BbkRt95JHwvDw==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 1eea2116..eced503d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "autoprefixer": "^9.7.6", "axios": "^0.19.2", "html2canvas": "^1.0.0-rc.5", - "i18next": "^19.4.1", + "i18next": "^19.4.2", "i18next-browser-languagedetector": "^4.0.2", "i18next-xhr-backend": "^3.2.2", "jspdf": "^1.5.3",