From 10150c64ebd0a05fa580078081952311f9229952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 15:32:37 +0000 Subject: [PATCH] Bump i18next from 25.10.4 to 26.3.0 Bumps [i18next](https://github.com/i18next/i18next) from 25.10.4 to 26.3.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/v25.10.4...v26.3.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) 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"