diff --git a/package-lock.json b/package-lock.json index 0323543..80378c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "expo-system-ui": "~57.0.0", "expo-updates": "~57.0.6", "expo-web-browser": "~57.0.0", - "i18next": "^26.3.4", + "i18next": "^26.3.6", "nativewind": "^4.2.6", "react": "19.2.3", "react-dom": "19.2.3", @@ -10325,9 +10325,9 @@ "license": "BSD-3-Clause" }, "node_modules/i18next": { - "version": "26.3.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.4.tgz", - "integrity": "sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA==", + "version": "26.3.6", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.6.tgz", + "integrity": "sha512-Bu5Z2nAXgfVyM8xvW3jk9EKRIuX37PudsrBViThNFx7CR7aaYTpP01cxNB/E4c4UUzTDiAZRstEhsRfPOL/8xA==", "funding": [ { "type": "individual", @@ -10344,7 +10344,7 @@ ], "license": "MIT", "peerDependencies": { - "typescript": "^5 || ^6" + "typescript": "^5 || ^6 || ^7" }, "peerDependenciesMeta": { "typescript": { diff --git a/package.json b/package.json index 2d91c56..0c84b5e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "expo-system-ui": "~57.0.0", "expo-updates": "~57.0.6", "expo-web-browser": "~57.0.0", - "i18next": "^26.3.4", + "i18next": "^26.3.6", "nativewind": "^4.2.6", "react": "19.2.3", "react-dom": "19.2.3",