From 5bdfaaf19ae2c6a394181475b052cff2ec8a5dca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 04:02:27 +0000 Subject: [PATCH] Bump react-i18next from 10.11.0 to 10.11.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 10.11.0 to 10.11.2. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v10.11.0...v10.11.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 a83d47a..3186dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18665,9 +18665,9 @@ "dev": true }, "react-i18next": { - "version": "10.11.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.11.0.tgz", - "integrity": "sha512-jmxLZK8mf+KxG3RUIiu/COperTq1c7+iHNsna7LODOYEYaoj6EXFuchOytnB80GoUOb0JC1csT37Zp+U5nPQqQ==", + "version": "10.11.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.11.2.tgz", + "integrity": "sha512-Ru+WonG9BLILDg/By7Pw0Lne2I7HVLRyhyvDtar22tNNu6de2D89zAKl2RzK2jgq7m7l+BFSnLpz4kX7ZPV+JQ==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/package.json b/package.json index a4afd09..3d4ec4a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-bootstrap-typeahead": "^3.4.5", "react-chartjs-2": "^2.7.6", "react-dom": "^16.8.6", - "react-i18next": "^10.11.0", + "react-i18next": "^10.11.2", "react-router-dom": "^5.0.1", "react-table": "^6.10.0", "reactstrap": "^8.0.0",