From 6c4d78a2be4934c21ef4c96b8f2df5c00817950d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:49:46 +0000 Subject: [PATCH] deps(frontend)(deps): bump react-i18next from 15.7.4 to 16.2.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.4 to 16.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v16.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 806eba3..a2d2687 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.65.0", - "react-i18next": "^15.0.1", + "react-i18next": "^16.2.0", "react-redux": "^9.1.2", "react-router-dom": "^6.26.1", "redux": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index 0bc31af..59bbb5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3300,13 +3300,14 @@ react-hook-form@^7.65.0: resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.65.0.tgz#6139dac77ed1081d0178b6830dc6f5ff6ff86361" integrity sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw== -react-i18next@^15.0.1: - version "15.7.4" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.7.4.tgz#146e50f220d204b842e22c75d1a3d23c6c589a30" - integrity sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw== +react-i18next@^16.2.0: + version "16.2.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-16.2.0.tgz#7d6e17869858a0134812b0481cad8b2f3e710cc9" + integrity sha512-giCEDa6NtQYvuLGW9xaBo4HCVxT0Y8jrOpX/uSnd+lZ3Dmm/2BNrGNEgRZzWDkSobmE6IWPJ+/Ow9Rhi/gP6+g== dependencies: "@babel/runtime" "^7.27.6" html-parse-stringify "^3.0.1" + use-sync-external-store "^1.6.0" react-is@^16.13.1, react-is@^16.7.0: version "16.13.1"