From 07f051b5308a6a9329a540c5c0f729d686eec7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:14:42 +0000 Subject: [PATCH] Bump react-i18next from 16.5.3 to 17.0.2 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.5.3 to 17.0.2. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.5.3...v17.0.2) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f18fc2d..348e54b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react-dom": "^19.2.4", "react-helmet": "^6.1.0", "react-hook-form": "^7.71.2", - "react-i18next": "^16.5.3", + "react-i18next": "^17.0.2", "react-resizable-panels": "^4.8.0", "react-router-dom": "^7.13.0", "react-scan": "^0.5.3", @@ -9006,19 +9006,19 @@ } }, "node_modules/react-i18next": { - "version": "16.5.3", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.3.tgz", - "integrity": "sha512-fo+/NNch37zqxOzlBYrWMx0uy/yInPkRfjSuy4lqKdaecR17nvCHnEUt3QyzA8XjQ2B/0iW/5BhaHR3ZmukpGw==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.2.tgz", + "integrity": "sha512-shBftH2vaTWK2Bsp7FiL+cevx3xFJlvFxmsDFQSrJc+6twHkP0tv/bGa01VVWzpreUVVwU+3Hev5iFqRg65RwA==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.29.2", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 25.6.2", + "i18next": ">= 26.0.1", "react": ">= 16.8.0", - "typescript": "^5" + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "react-dom": { diff --git a/package.json b/package.json index 0acc547..b5d87a9 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-dom": "^19.2.4", "react-helmet": "^6.1.0", "react-hook-form": "^7.71.2", - "react-i18next": "^16.5.3", + "react-i18next": "^17.0.2", "react-resizable-panels": "^4.8.0", "react-router-dom": "^7.13.0", "react-scan": "^0.5.3",