From bb85e12e9df44421d73a84f0aa2d52cd0eeb0cda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 08:55:34 +0000 Subject: [PATCH] Bump i18next from 19.0.2 to 19.0.3 (#493) --- 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 3e471f6..f64e7e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8244,9 +8244,9 @@ } }, "i18next": { - "version": "19.0.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.0.2.tgz", - "integrity": "sha512-fBa43Ann2udP1CQAz3IQpOZ1dGAkmi3mMfzisOhH17igneSRbvZ7P2RNbL+L1iRYKMufBmVwnC7G3gqcyviZ9g==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.0.3.tgz", + "integrity": "sha512-Ru4afr++b4cUApsIBifcMYyWG9Nx8wlFdq4DuOF+UuoPoQKfuh0iAVMekTjs6w1CZLUOVb5QZEuoYRLmu17EIA==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 849d6d7..ab106d5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "bootstrap-daterangepicker": "^3.0.5", "chart.js": "^2.9.3", "cross-env": "^6.0.3", - "i18next": "^19.0.2", + "i18next": "^19.0.3", "i18next-browser-languagedetector": "^4.0.1", "i18next-xhr-backend": "^3.2.2", "lodash.debounce": "^4.0.8",