From 7053d5e54d95aacac0356e7d9058ce9e4f35af12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:12:48 +0000 Subject: [PATCH] chore(deps)(deps): bump i18next from 26.3.1 to 26.3.3 in /apps/ui Bumps [i18next](https://github.com/i18next/i18next) from 26.3.1 to 26.3.3. - [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.3.1...v26.3.3) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b427f5f..5d8a40e 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.3.1", + "i18next": "26.3.3", "i18next-browser-languagedetector": "8.2.1", "lucide-react": "1.21.0", "next-themes": "0.4.6", @@ -1384,7 +1384,7 @@ "husky": ["husky@9.1.7", "", { "bin": { "husky": "bin.js" } }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="], - "i18next": ["i18next@26.3.1", "", { "peerDependencies": { "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ=="], + "i18next": ["i18next@26.3.3", "", { "peerDependencies": { "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-aYVegyBdXSO93CMMihvr47jI7GHSOcIahMpJX+qzUXDzW4xDJf2uenIA+45vDU+YhiVdcfsql70AC9RVdMNrHg=="], "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 58397da..21075cb 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.3.1", + "i18next": "26.3.3", "i18next-browser-languagedetector": "8.2.1", "lucide-react": "1.21.0", "next-themes": "0.4.6",