From d3575a90efa8bb172c86aba2ea3ab7e13c226793 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 23:24:53 +0000 Subject: [PATCH] Bump react-i18next from 11.3.4 to 11.3.5 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.3.4 to 11.3.5. - [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.3.4...v11.3.5) 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 5fd4b9d4..792830eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14048,9 +14048,9 @@ "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" }, "react-i18next": { - "version": "11.3.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.3.4.tgz", - "integrity": "sha512-IRZMD7PAM3C+fJNzRbyLNi1ZD0kc3Z3obBspJjEl+9H+ME41PhVor3BpdIqv/Rm7lUoGhMjmpu42J45ooJ61KA==", + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.3.5.tgz", + "integrity": "sha512-x1dgM7UU/jKQ72/q3p9kkYz0C8fqAfMlUlx+SxqBUcRMTs/09HfnOUZFry1+GBpUcDHAg8R/vmPqL9rRzFO0UQ==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/package.json b/package.json index 73b1d70d..b64937a8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-easy-panzoom": "^0.4.4", - "react-i18next": "^11.3.4", + "react-i18next": "^11.3.5", "react-markdown": "^4.3.1", "react-scripts": "3.4.1", "react-toastify": "^5.5.0",