From 93120608707b8f0f40d948e8cc1013088975bc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 04:27:20 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 11.8.6 to 11.8.7 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.6 to 11.8.7. - [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.6...v11.8.7) 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 ca4a40a7b2..75887ee9cf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23210,9 +23210,9 @@ } }, "react-i18next": { - "version": "11.8.6", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.6.tgz", - "integrity": "sha512-Nr4Fq7BvzDLJQmaDyJRkPPINgMW1Y1qeT4STBoY/ePGmYlCZGShTYqqyBm0ly6M8dV1X0twt7M5dfmDzfi9yGQ==", + "version": "11.8.7", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.7.tgz", + "integrity": "sha512-IDK/a73cJN4J2C6yTqmDS/r8iikwKaN283hltqps8UiRaFVTvlSxE85HkamEFD6lULG4hFZExecXJ/hA27DW3Q==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/client/package.json b/client/package.json index 3aec7a2ef5..3662c18ce4 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.6", + "react-i18next": "^11.8.7", "react-instantsearch-dom": "^6.9.0", "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1",