From 6b11ad0c90b669be71876de1a23b7d41fac4c6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 03:05:23 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 11.13.0 to 12.1.1 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.13.0 to 12.1.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.13.0...v12.1.1) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major ... 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 2194acac..06fcf96a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react": "^17.0.0", "react-dom": "^17.0.0", "react-hook-form": "^7.18.0", - "react-i18next": "^11.13.0", + "react-i18next": "^12.1.1", "react-use": "^17.3.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 45d23641..e1449f03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6700,10 +6700,10 @@ react-hook-form@^7.18.0: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.18.0.tgz#2ba847096be0209e1f6e4d82e7168a037a2fe103" integrity sha512-aTFs1jXGvpBBv4vYuhheVd9KbAZw/l3DOZhLIadNDyFddaDQmn+yJa63IZ14GDFz4NFgIi+ROkubfGJG2x6q2Q== -react-i18next@^11.13.0: - version "11.13.0" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.13.0.tgz#7b6f23f717154a44cf3f70d62a9368152bf8a73f" - integrity sha512-AY8ydSqx8LVm1Tn5yXFA0JwCeSWpcFOSr96HrjUXXVAWWbptamZOY2iMxVaGNlGxSLnRY0U2sdCIPVYHcmhBxQ== +react-i18next@^12.1.1: + version "12.1.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.1.1.tgz#2626cdbfe6bcb76ef833861c0184a5c4e5e3c089" + integrity sha512-mFdieOI0LDy84q3JuZU6Aou1DoWW2fhapcTGeBS8+vWSJuViuoCLQAMYSb0QoHhXS8B0WKUOPpx4cffAP7r/aA== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1"