From 557e21b4f20c6c8ae4a0eb806550b068ef3fa597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:36:01 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 15.7.4 to 17.0.8 in /frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.4 to 17.0.8. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v17.0.8) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.5.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 512d11759..a19ad3070 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -49,7 +49,7 @@ "react-d3-tree": "^3.6.6", "react-dom": "18.2.0", "react-hook-form": "^7.54.1", - "react-i18next": "^15.5.3", + "react-i18next": "^17.0.8", "react-markdown": "^8.0.7", "recharts": "^2.15.0", "react-pdf": "10.1.0",