From 0e0ebbe78a3d5b36f64cd7bc930e9b6a59b29fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:36:22 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 11.8.7 to 11.8.9 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.7 to 11.8.9. - [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.7...v11.8.9) Signed-off-by: dependabot[bot] --- client/package-lock.json | 26 +++++++++++++++----------- client/package.json | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 629b8664f58fd3..9063d61d19175e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -58,7 +58,7 @@ "react-ga": "^2.7.0", "react-helmet": "^6.1.0", "react-hotkeys": "^2.0.0", - "react-i18next": "^11.8.7", + "react-i18next": "^11.8.9", "react-instantsearch-dom": "^6.10.0", "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1", @@ -24381,12 +24381,16 @@ } }, "node_modules/react-i18next": { - "version": "11.8.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.7.tgz", - "integrity": "sha512-IDK/a73cJN4J2C6yTqmDS/r8iikwKaN283hltqps8UiRaFVTvlSxE85HkamEFD6lULG4hFZExecXJ/hA27DW3Q==", + "version": "11.8.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.9.tgz", + "integrity": "sha512-HVW4/KtBvXcnzkYeS32IqdGBJJ1fksvqVDnnspsyruO99fhHQaAw1vTSrRpcNE5D8vrOu7B9c6sawfmQJ6OWRg==", "dependencies": { - "@babel/runtime": "^7.3.1", - "html-parse-stringify2": "2.0.1" + "@babel/runtime": "^7.13.6", + "html-parse-stringify2": "^2.0.1" + }, + "peerDependencies": { + "i18next": ">= 19.0.0", + "react": ">= 16.8.0" } }, "node_modules/react-instantsearch-core": { @@ -50913,12 +50917,12 @@ } }, "react-i18next": { - "version": "11.8.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.7.tgz", - "integrity": "sha512-IDK/a73cJN4J2C6yTqmDS/r8iikwKaN283hltqps8UiRaFVTvlSxE85HkamEFD6lULG4hFZExecXJ/hA27DW3Q==", + "version": "11.8.9", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.9.tgz", + "integrity": "sha512-HVW4/KtBvXcnzkYeS32IqdGBJJ1fksvqVDnnspsyruO99fhHQaAw1vTSrRpcNE5D8vrOu7B9c6sawfmQJ6OWRg==", "requires": { - "@babel/runtime": "^7.3.1", - "html-parse-stringify2": "2.0.1" + "@babel/runtime": "^7.13.6", + "html-parse-stringify2": "^2.0.1" } }, "react-instantsearch-core": { diff --git a/client/package.json b/client/package.json index d0d484942e6298..c2e88d2b498cfc 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.7", + "react-i18next": "^11.8.9", "react-instantsearch-dom": "^6.10.0", "react-lazy-load": "^3.1.13", "react-monaco-editor": "^0.39.1",