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",