From f71073fb18f00c55f2bf5c6439d1decfa627812c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:42:10 +0000 Subject: [PATCH] Bump react-i18next from 17.0.4 to 17.0.7 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.4 to 17.0.7. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.4...v17.0.7) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2ec906c5c..7602e82c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-datepicker": "^8.8.0", "react-dom": "^19.2.4", "react-hotkeys-hook": "^5.2.4", - "react-i18next": "17.0.4", + "react-i18next": "17.0.7", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-router": "^7.13.0", @@ -5521,9 +5521,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.4.tgz", - "integrity": "sha512-hQipmK4EF0y6RO6tt6WuqnmWpWYEXmQUUzecmMBuNsIgYd3smXcG4GtYPWhvgxn0pqMOItKlEO8H24HCs5hc3g==", + "version": "17.0.7", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.7.tgz", + "integrity": "sha512-rwtPXsb/zwzDafN+gytcjF5YnqGQQIRmCQ6DctBC1VSipRB8GD/MWEVrFP42vjMyuYydxWxM8CZRt+yiNuuoHg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -5531,7 +5531,7 @@ "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 26.0.1", + "i18next": ">= 26.0.10", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index f98d128d5b..8479d04b78 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-datepicker": "^8.8.0", "react-dom": "^19.2.4", "react-hotkeys-hook": "^5.2.4", - "react-i18next": "17.0.4", + "react-i18next": "17.0.7", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-router": "^7.13.0",