From 0b5702d9d78bcde077d3ffbec5622c4d6076ffcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:14:08 +0000 Subject: [PATCH] chore(deps)(deps): bump i18next from 26.2.0 to 26.3.1 in /apps/ui Bumps [i18next](https://github.com/i18next/i18next) from 26.2.0 to 26.3.1. - [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/v26.2.0...v26.3.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/ui/bun.lock | 4 ++-- apps/ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ui/bun.lock b/apps/ui/bun.lock index 4d11386..43014b8 100644 --- a/apps/ui/bun.lock +++ b/apps/ui/bun.lock @@ -12,7 +12,7 @@ "@tanstack/react-query-devtools": "5.101.0", "class-variance-authority": "0.7.1", "clsx": "2.1.1", - "i18next": "26.2.0", + "i18next": "26.3.1", "i18next-browser-languagedetector": "8.2.1", "lucide-react": "1.17.0", "next-themes": "0.4.6", @@ -1386,7 +1386,7 @@ "husky": ["husky@9.1.7", "", { "bin": { "husky": "bin.js" } }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="], - "i18next": ["i18next@26.2.0", "", { "peerDependencies": { "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA=="], + "i18next": ["i18next@26.3.1", "", { "peerDependencies": { "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ=="], "i18next-browser-languagedetector": ["i18next-browser-languagedetector@8.2.1", "", { "dependencies": { "@babel/runtime": "7.29.2" } }, "sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw=="], diff --git a/apps/ui/package.json b/apps/ui/package.json index 9d1de1f..90782f6 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -65,7 +65,7 @@ "@tanstack/react-query-devtools": "5.101.0", "class-variance-authority": "0.7.1", "clsx": "2.1.1", - "i18next": "26.2.0", + "i18next": "26.3.1", "i18next-browser-languagedetector": "8.2.1", "lucide-react": "1.17.0", "next-themes": "0.4.6",