From 39890337b5737139daf48a0ef2944e16f67d92b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:39:02 +0000 Subject: [PATCH] chore(deps): bump i18next from 25.10.10 to 26.0.8 Bumps [i18next](https://github.com/i18next/i18next) from 25.10.10 to 26.0.8. - [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/v25.10.10...v26.0.8) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 51c6534..57c8967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "expo-status-bar": "~55.0.5", "expo-system-ui": "~55.0.16", "expo-web-browser": "~55.0.14", - "i18next": "^25.8.13", + "i18next": "^26.0.8", "react": "19.2.0", "react-dom": "19.2.0", "react-i18next": "^16.5.4", @@ -8516,9 +8516,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "25.10.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.10.tgz", - "integrity": "sha512-cqUW2Z3EkRx7NqSyywjkgCLK7KLCL6IFVFcONG7nVYIJ3ekZ1/N5jUsihHV6Bq37NfhgtczxJcxduELtjTwkuQ==", + "version": "26.0.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.8.tgz", + "integrity": "sha512-BRzLom0mhDhV9v0QhgUUHWQJuwFmnr1194xEcNLYD6ym8y8s542n4jXUvRLnhNTbh9PmpU6kGZamyuGHQMsGjw==", "funding": [ { "type": "individual", @@ -8534,9 +8534,6 @@ } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.29.2" - }, "peerDependencies": { "typescript": "^5 || ^6" }, @@ -10365,9 +10362,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10388,9 +10382,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10411,9 +10402,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -10434,9 +10422,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index eb624ba..09c2e67 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "expo-status-bar": "~55.0.5", "expo-system-ui": "~55.0.16", "expo-web-browser": "~55.0.14", - "i18next": "^25.8.13", + "i18next": "^26.0.8", "react": "19.2.0", "react-dom": "19.2.0", "react-i18next": "^16.5.4",