From 749c8dc335aec4f3f96cc2ce46331fc5efec503e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:19:06 -0700 Subject: [PATCH] chore(deps): bump react-i18next from 12.1.5 to 12.3.1 (#5775) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee80ea4b7..6dd9bbd0f 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "react-dropzone": "^11.3.2", "react-helmet-async": "^1.3.0", "react-hook-form": "^7.41.5", - "react-i18next": "^12.1.5", + "react-i18next": "^12.3.1", "react-merge-refs": "^2.0.2", "react-portal": "^4.2.2", "react-router-dom": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index d3a1a3402..c24f81a34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11138,10 +11138,10 @@ react-hook-form@^7.41.5: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.41.5.tgz#dcd0e7438c15044eadc99df6deb889da5858a03b" integrity sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q== -react-i18next@^12.1.5: - version "12.1.5" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.1.5.tgz#b65f5733dd2f96188a9359c009b7dbe27443f009" - integrity sha512-7PQAv6DA0TcStG96fle+8RfTwxVbHVlZZJPoEszwUNvDuWpGldJmNWa3ZPesEsZQZGF6GkzwvEh6p57qpFD2gQ== +react-i18next@^12.3.1: + version "12.3.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.3.1.tgz#30134a41a2a71c61dc69c6383504929aed1c99e7" + integrity sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA== dependencies: "@babel/runtime" "^7.20.6" html-parse-stringify "^3.0.1"