diff --git a/apps/ui/bun.lock b/apps/ui/bun.lock index 333a228..1b782ab 100644 --- a/apps/ui/bun.lock +++ b/apps/ui/bun.lock @@ -12,7 +12,7 @@ "@tanstack/react-query-devtools": "5.101.2", "class-variance-authority": "0.7.1", "clsx": "2.1.1", - "i18next": "26.3.4", + "i18next": "26.3.6", "i18next-browser-languagedetector": "8.2.1", "lucide-react": "1.23.0", "next-themes": "0.4.6", @@ -1388,7 +1388,7 @@ "husky": ["husky@9.1.7", "", { "bin": { "husky": "bin.js" } }, "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA=="], - "i18next": ["i18next@26.3.4", "", { "peerDependencies": { "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA=="], + "i18next": ["i18next@26.3.6", "", { "peerDependencies": { "typescript": "^5 || ^6 || ^7" }, "optionalPeers": ["typescript"] }, "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA=="], "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 8e56a87..0de3402 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -65,7 +65,7 @@ "@tanstack/react-query-devtools": "5.101.2", "class-variance-authority": "0.7.1", "clsx": "2.1.1", - "i18next": "26.3.4", + "i18next": "26.3.6", "i18next-browser-languagedetector": "8.2.1", "lucide-react": "1.23.0", "next-themes": "0.4.6",