From a7bd353f75030502f86949b8affe40de15898e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:16:49 +0200 Subject: [PATCH] build(deps): bump react-i18next from 16.6.1 to 17.0.1 in /frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.6.1 to 17.0.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.6.1...v17.0.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e18eb1a..fb606bf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "lucide-react": "^0.577.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-i18next": "^16.6.1", + "react-i18next": "^17.0.1", "react-router-dom": "^7.13.1", "zod": "^4.3.6" }, @@ -2203,9 +2203,9 @@ } }, "node_modules/react-i18next": { - "version": "16.6.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.6.1.tgz", - "integrity": "sha512-izjXh+AkBLy3h3xe3sh6Gg1flhFHc3UyzsMftMKYJr2Z7WvAZQIdjjpHypctN41zFoeLdJUNGDgP1+Qich2fYg==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.1.tgz", + "integrity": "sha512-iG65FGnFHcYyHNuT01ukffYWCOBFTWSdVD8EZd/dCVWgtjFPObcSsvYYNwcsokO/rDcTb5d6D8Acv8MrOdm6Hw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -2213,9 +2213,9 @@ "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/frontend/package.json b/frontend/package.json index d5beb95..dfa5891 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "lucide-react": "^0.577.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-i18next": "^16.6.1", + "react-i18next": "^17.0.1", "react-router-dom": "^7.13.1", "zod": "^4.3.6" },