From 7aae1aa1f187c8a65eab9d5cc50c127544ccbdad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:52:37 +0000 Subject: [PATCH] build(deps): Bump react-i18next from 17.0.7 to 17.0.8 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.7 to 17.0.8. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.7...v17.0.8) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f43ea52..57c2462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-dom": "^19.2.6", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.76.0", - "react-i18next": "^17.0.7", + "react-i18next": "^17.0.8", "react-is": "^19.2.6" }, "devDependencies": { @@ -13262,9 +13262,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.7.tgz", - "integrity": "sha512-rwtPXsb/zwzDafN+gytcjF5YnqGQQIRmCQ6DctBC1VSipRB8GD/MWEVrFP42vjMyuYydxWxM8CZRt+yiNuuoHg==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", + "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -13272,7 +13272,7 @@ "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 26.0.10", + "i18next": ">= 26.2.0", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index 43ed09f..d2e1075 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "react-dom": "^19.2.6", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.76.0", - "react-i18next": "^17.0.7", + "react-i18next": "^17.0.8", "react-is": "^19.2.6" }, "devDependencies": {