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