From da9ee0cb83896f648c8769525979ead771baacda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 10:56:01 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 10.13.2 to 11.7.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 10.13.2 to 11.7.0. - [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.13.2...v11.7.0) 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 12ff9f29..368f16e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19428,9 +19428,9 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "react-i18next": { - "version": "10.13.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-10.13.2.tgz", - "integrity": "sha512-DGoauWUdPEv/+PLa03nN+wlW31XrGmQJz+zIyOA+tRTIwlRaNgeM62nGP1WG3g7fJrphMZUwPcAQqNv6XBYM4w==", + "version": "11.7.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.7.0.tgz", + "integrity": "sha512-8tvVkpuxQlubcszZON+jmoCgiA9gCZ74OAYli9KChPhETtq8pJsANBTe9KRLRLmX3ubumgvidURWr0VvKz1tww==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/package.json b/package.json index da587a9b..695fe71f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "raf": "^3.4.0", "react": "^16.11.0", "react-dom": "^16.11.0", - "react-i18next": "^10.13.2", + "react-i18next": "^11.7.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "reusable": "^1.0.0-alpha.12",