From 3fa2067b54b22b8ce86b93268452b69978211bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 07:23:30 +0000 Subject: [PATCH] Bump i18next from 26.0.10 to 26.1.0 in the production group Bumps the production group with 1 update: [i18next](https://github.com/i18next/i18next). Updates `i18next` from 26.0.10 to 26.1.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/v26.0.10...v26.1.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3778e79..2fb7c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "date-fns": "^4.1.0", - "i18next": "^26.0.10", + "i18next": "^26.1.0", "i18next-browser-languagedetector": "^8.0.4", "i18next-http-backend": "^4.0.0", "lucide-react": "^1.14.0", @@ -5011,9 +5011,9 @@ } }, "node_modules/i18next": { - "version": "26.0.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.10.tgz", - "integrity": "sha512-k3yGPAlWR2RdMYoVXJoDZDT87qeHIWKH7gVksdZMpRty7QX/D9QZeYGvN08KGbKHke9wn01eYT+EEsrqX/YTlw==", + "version": "26.1.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.1.0.tgz", + "integrity": "sha512-dIU6td04DvQuIqVst5S9g0GviTmhZ0DYD4b9ociVGJmuCa5vZ2de/t+Enf4olvj87mF8Y2lwjNQBwC9QZsvzKQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 0407338..dd7ece8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "date-fns": "^4.1.0", - "i18next": "^26.0.10", + "i18next": "^26.1.0", "i18next-browser-languagedetector": "^8.0.4", "i18next-http-backend": "^4.0.0", "lucide-react": "^1.14.0",