From 5ef81cb4983a312d5ba8c68ab57df6e1e5434f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 11:51:17 +0000 Subject: [PATCH] Bump react-i18next from 11.11.0 to 11.11.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.11.0 to 11.11.1. - [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.11.0...v11.11.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74510a51b5..f73e71f92d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-dom": "^16.14.0", "react-error-boundary": "^3.1.3", "react-hook-form": "^6.15.8", - "react-i18next": "^11.11.0", + "react-i18next": "^11.11.1", "react-router-dom": "^5.2.0", "use-react-router-breadcrumbs": "^2.0.2" }, diff --git a/yarn.lock b/yarn.lock index f7dd1cbea1..5ac7204556 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12109,10 +12109,10 @@ react-hook-form@^6.15.8: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-6.15.8.tgz#725c139d308c431c4611e4b9d85a49f01cfc0e7a" integrity sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg== -react-i18next@^11.11.0: - version "11.11.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.11.0.tgz#2f7c6cb4f81f94d1728a02d60e4bb5216709f942" - integrity sha512-p1jHmoyJgDFQmyubUEjrx6kCsr1izW/C8i9pOiJy+9lJqLYwNA8sElVplm0VAnop3kH68edT0/g3wB3UvAcRCQ== +react-i18next@^11.11.1: + version "11.11.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.11.1.tgz#758edd7ef521f6703c2d6b83f3165d078f7acf35" + integrity sha512-MtfzPEOvx0ev2cz0HmrEcduuqkktSa5bfeN8Flp0cvN0xP3H3MRSTa8P6pxPtqstHbRe1cD9QBOr5T/FEV2gOw== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1"