diff --git a/package-lock.json b/package-lock.json index 1d88a866..9473b789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dotenv": "17.3.1", "eslint": "^9.39.4", "eslint-config-next": "16.2.0", - "i18next": "25.10.5", + "i18next": "25.10.10", "i18next-browser-languagedetector": "8.2.1", "i18next-resources-to-backend": "1.2.1", "js-cookie": "3.0.5", @@ -11656,9 +11656,9 @@ "license": "MIT" }, "node_modules/i18next": { - "version": "25.10.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.5.tgz", - "integrity": "sha512-jRnF7eRNsdcnh7AASSgaU3lj/8lJZuHkfsouetnLEDH0xxE1vVi7qhiJ9RhdSPUyzg4ltb7P7aXsFlTk9sxL2w==", + "version": "25.10.10", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.10.10.tgz", + "integrity": "sha512-cqUW2Z3EkRx7NqSyywjkgCLK7KLCL6IFVFcONG7nVYIJ3ekZ1/N5jUsihHV6Bq37NfhgtczxJcxduELtjTwkuQ==", "funding": [ { "type": "individual", @@ -11678,7 +11678,7 @@ "@babel/runtime": "^7.29.2" }, "peerDependencies": { - "typescript": "^5" + "typescript": "^5 || ^6" }, "peerDependenciesMeta": { "typescript": { diff --git a/package.json b/package.json index dd8d4dbf..2645e2ba 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dotenv": "17.3.1", "eslint": "^9.39.4", "eslint-config-next": "16.2.0", - "i18next": "25.10.5", + "i18next": "25.10.10", "i18next-browser-languagedetector": "8.2.1", "i18next-resources-to-backend": "1.2.1", "js-cookie": "3.0.5",