From 3a12d969026c52d59375314782086afa9b4a4c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:07:42 +0000 Subject: [PATCH] chore(deps)(deps): bump i18next from 25.10.10 to 26.3.2 in /frontend Bumps [i18next](https://github.com/i18next/i18next) from 25.10.10 to 26.3.2. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v25.10.10...v26.3.2) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.2 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 9e5c1ac5..3181b572 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "@stellar/stellar-sdk": "^15.0.1", "@types/dompurify": "^3.0.5", "dompurify": "^3.4.11", - "i18next": "^25.8.12", + "i18next": "^26.3.2", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.575.0", "react": "^19.2.0",