From 4354f6972e6cd6690d204547d4a283ca921329d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:14:35 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 11.8.5 to 11.8.6 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.5 to 11.8.6. - [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/v11.8.5...v11.8.6) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d39589f1b0..1eaa10f8f9 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23204,9 +23204,9 @@ } }, "react-i18next": { - "version": "11.8.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.5.tgz", - "integrity": "sha512-2jY/8NkhNv2KWBnZuhHxTn13aMxAbvhiDUNskm+1xVVnrPId78l8fA7fCyVeO3XU1kptM0t4MtvxV1Nu08cjLw==", + "version": "11.8.6", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.6.tgz", + "integrity": "sha512-Nr4Fq7BvzDLJQmaDyJRkPPINgMW1Y1qeT4STBoY/ePGmYlCZGShTYqqyBm0ly6M8dV1X0twt7M5dfmDzfi9yGQ==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/client/package.json b/client/package.json index 82db5dbc59..4e3279530e 100644 --- a/client/package.json +++ b/client/package.json @@ -54,7 +54,7 @@ "react-ga": "^2.7.0", "react-helmet": "^6.1.0", "react-hotkeys": "^2.0.0", - "react-i18next": "^11.8.5", + "react-i18next": "^11.8.6", "react-instantsearch-dom": "^6.9.0", "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1",