From e7f200a114168b926db1aeb50872fce3403fa3cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 01:32:27 +0200 Subject: [PATCH] chore(deps): Update dependency i18next to v26 (#1573) --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 03f85758..43fb9ece 100644 --- a/bun.lock +++ b/bun.lock @@ -50,7 +50,7 @@ "expo-system-ui": "~6.0.9", "expo-task-manager": "14.0.9", "expo-web-browser": "~15.0.10", - "i18next": "^25.0.0", + "i18next": "^26.0.0", "jotai": "2.16.2", "lodash": "4.17.23", "nativewind": "^2.0.11", @@ -1208,7 +1208,7 @@ "hyphenate-style-name": ["hyphenate-style-name@1.1.0", "", {}, "sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw=="], - "i18next": ["i18next@25.6.1", "", { "dependencies": { "@babel/runtime": "^7.27.6" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-yUWvdXtalZztmKrKw3yz/AvSP3yKyqIkVPx/wyvoYy9lkLmwzItLxp0iHZLG5hfVQ539Jor4XLO+U+NHIXg7pw=="], + "i18next": ["i18next@26.2.0", "", { "peerDependencies": { "typescript": "^5 || ^6" }, "optionalPeers": ["typescript"] }, "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA=="], "iconv-lite": ["iconv-lite@0.7.2", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw=="], diff --git a/package.json b/package.json index e230a342..20659183 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "expo-system-ui": "~6.0.9", "expo-task-manager": "14.0.9", "expo-web-browser": "~15.0.10", - "i18next": "^25.0.0", + "i18next": "^26.0.0", "jotai": "2.16.2", "lodash": "4.17.23", "nativewind": "^2.0.11",