From e1fae906381d03b8a218d2f3b8c8cbd97aaaee87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:44:15 +0000 Subject: [PATCH] chore(deps): bump next-i18next from 15.4.3 to 16.0.7 in /frontend Bumps [next-i18next](https://github.com/i18next/next-i18next) from 15.4.3 to 16.0.7. - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v15.4.3...v16.0.7) --- updated-dependencies: - dependency-name: next-i18next dependency-version: 16.0.7 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 87585c5d5..c97c83ac5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "lucide-react": "^0.454.0", "mermaid": "^11.12.0", "next": "^15.5.9", - "next-i18next": "^15.4.2", + "next-i18next": "^16.0.7", "next-themes": "^0.4.4", "papaparse": "^5.5.3", "pdfjs-dist": "5.3.93",