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