diff --git a/package-lock.json b/package-lock.json index f1b00d8..878d4d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@use-it/event-listener": "^0.1.6", "antd": "^4.24.14", "history": "^5.3.0", - "i18next": "^23.15.2", + "i18next": "^26.4.0", "i18next-resources-to-backend": "^1.2.1", "keycloak-js": "^26.2.3", "leaflet": "^1.9.4", @@ -4454,26 +4454,31 @@ } }, "node_modules/i18next": { - "version": "23.16.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.16.8.tgz", - "integrity": "sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==", + "version": "26.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.0.tgz", + "integrity": "sha512-rsmK5bFqsD1AetSFSIa43wtNR4WpvvH4p0tLEsTxkC7QTrfdFm06nbQ95bh8Og4wwaCnUEcm9DVYL2cgxitiQg==", "funding": [ { "type": "individual", - "url": "https://locize.com" + "url": "https://www.locize.com/i18next" }, { "type": "individual", - "url": "https://locize.com/i18next.html" + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" }, { "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "url": "https://www.locize.com" } ], "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.23.2" + "peerDependencies": { + "typescript": "^5 || ^6 || ^7" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/i18next-resources-to-backend": { diff --git a/package.json b/package.json index e179513..a1ebe8c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@use-it/event-listener": "^0.1.6", "antd": "^4.24.14", "history": "^5.3.0", - "i18next": "^23.15.2", + "i18next": "^26.4.0", "i18next-resources-to-backend": "^1.2.1", "keycloak-js": "^26.2.3", "leaflet": "^1.9.4",