From e729f064004a72b0525667e9603b931fd280b31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:09:14 +0000 Subject: [PATCH] chore(deps): bump i18next from 26.3.6 to 26.4.0 Bumps [i18next](https://github.com/i18next/i18next) from 26.3.6 to 26.4.0. - [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.6...v26.4.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 044497c..694251f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "expo-system-ui": "~57.0.1", "expo-updates": "~57.0.10", "expo-web-browser": "~57.0.2", - "i18next": "^26.3.6", + "i18next": "^26.4.0", "nativewind": "^4.2.6", "react": "19.2.3", "react-dom": "19.2.3", @@ -10616,9 +10616,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "26.3.6", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz", - "integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==", + "version": "26.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.0.tgz", + "integrity": "sha512-rsmK5bFqsD1AetSFSIa43wtNR4WpvvH4p0tLEsTxkC7QTrfdFm06nbQ95bh8Og4wwaCnUEcm9DVYL2cgxitiQg==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index f5322a8..d272a15 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "expo-system-ui": "~57.0.1", "expo-updates": "~57.0.10", "expo-web-browser": "~57.0.2", - "i18next": "^26.3.6", + "i18next": "^26.4.0", "nativewind": "^4.2.6", "react": "19.2.3", "react-dom": "19.2.3",