From 013ca4dc43eb877eec18307d814790bc755c08e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 10:07:39 +0200 Subject: [PATCH] Bump i18next from 19.3.2 to 19.3.3 (#611) Bumps [i18next](https://github.com/i18next/i18next) from 19.3.2 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/v19.3.2...v19.3.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 01ec9d4..04191ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8323,9 +8323,9 @@ "dev": true }, "i18next": { - "version": "19.3.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.3.2.tgz", - "integrity": "sha512-QDBQ8MqFWi4+L9OQjjZEKVyg9uSTy3NTU3Ri53QHe7nxtV+KD4PyLB8Kxu58gr6b9y5l8cU3mCiNHVeoxPMzAQ==", + "version": "19.3.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.3.3.tgz", + "integrity": "sha512-CnuPqep5/JsltkGvQqzYN4d79eCe0TreCBRF3a8qHHi8x4SON1qqZ/pvR2X7BfNkNqpA5HXIqw0E731H+VsgSg==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 6717dde..dbbf506 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "bootstrap-daterangepicker": "^3.0.5", "chart.js": "^2.9.3", "cross-env": "^7.0.2", - "i18next": "^19.3.2", + "i18next": "^19.3.3", "i18next-browser-languagedetector": "^4.0.2", "i18next-xhr-backend": "^3.2.2", "lodash.debounce": "^4.0.8",