From 489ac48129717873563ea833ecc707b7ec35d6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 04:36:32 +0000 Subject: [PATCH] Bump react-i18next from 11.8.4 to 11.8.5 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.4 to 11.8.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.8.4...v11.8.5) Signed-off-by: dependabot[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 27c933e..8eee4c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17722,9 +17722,9 @@ } }, "react-i18next": { - "version": "11.8.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.4.tgz", - "integrity": "sha512-QlPJfX+Roi+jEQ6frBSsLHHH+VWbUoCl6wZDT8XHMd6PsSgepjgD2sZf/h7F46JnHeuy0U+SxY3TtrJF+aDIyg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.5.tgz", + "integrity": "sha512-2jY/8NkhNv2KWBnZuhHxTn13aMxAbvhiDUNskm+1xVVnrPId78l8fA7fCyVeO3XU1kptM0t4MtvxV1Nu08cjLw==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/package.json b/package.json index 7352200..13c507d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-helmet": "^6.1.0", - "react-i18next": "^11.8.4" + "react-i18next": "^11.8.5" }, "devDependencies": { "@fab/actions": "^1.0.0-rc.8.p1",