diff --git a/package-lock.json b/package-lock.json index 9889cef..b3a88fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "animejs": "^4.3.5", "i18n-iso-countries": "^7.14.0", - "i18next": "^25.10.4", + "i18next": "^26.3.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^5.0.2", "i18next-resources-to-backend": "^1.2.1" @@ -1574,9 +1574,9 @@ } }, "node_modules/i18next": { - "version": "25.10.4", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.4.tgz", - "integrity": "sha512-XsE/6eawy090meuFU0BTY9BtmWr1m9NSwLr0NK7/A04LA58wdAvDsi9WNOJ40Qb1E9NIPbvnVLZEN2fWDd3/3Q==", + "version": "26.3.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.0.tgz", + "integrity": "sha512-gHSgGpUXVmuqE2El1W61DmxeyeTlFfZgdJRWMo9jScAn5pu7TuTuiccb1zh3E2J9hEBVGJ23+96x0ieBhfuIHA==", "funding": [ { "type": "individual", @@ -1592,11 +1592,8 @@ } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.29.2" - }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "typescript": { diff --git a/package.json b/package.json index c4ae4ce..74c6f6f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "animejs": "^4.3.5", "i18n-iso-countries": "^7.14.0", - "i18next": "^25.10.4", + "i18next": "^26.3.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-chained-backend": "^5.0.2", "i18next-resources-to-backend": "^1.2.1"