From f73eb42524e8455d0bac6f490e40059475fb6c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:03:54 +0000 Subject: [PATCH] Bump i18next from 23.16.8 to 26.4.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.8 to 26.4.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.8...v26.4.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++--------- package.json | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) 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",