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"