From 9022f037e85845da103daf1898f65fef4687a5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 01:40:22 +0000 Subject: [PATCH] chore(deps)(deps): bump i18next from 26.2.0 to 26.3.1 in /backend/admin Bumps [i18next](https://github.com/i18next/i18next) from 26.2.0 to 26.3.1. - [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.2.0...v26.3.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/admin/package-lock.json | 8 ++++---- backend/admin/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/admin/package-lock.json b/backend/admin/package-lock.json index c034d98..9a1170c 100644 --- a/backend/admin/package-lock.json +++ b/backend/admin/package-lock.json @@ -33,7 +33,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "i18next": "^26.0.4", + "i18next": "^26.3.1", "lucide-react": "^1.17.0", "next": "^16.2.4", "react": "^19.2.4", @@ -7195,9 +7195,9 @@ } }, "node_modules/i18next": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz", - "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==", + "version": "26.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.3.1.tgz", + "integrity": "sha512-txQqd5EULsqEh9OJqRH15aCaOuy/nLJyhw5EHCSKLKJE1aBbb3Zve2+uQIxgWhPm1QqUQoWyQBm2kfmmIrzkcQ==", "funding": [ { "type": "individual", diff --git a/backend/admin/package.json b/backend/admin/package.json index 914292d..37c46b7 100644 --- a/backend/admin/package.json +++ b/backend/admin/package.json @@ -34,7 +34,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "i18next": "^26.0.4", + "i18next": "^26.3.1", "lucide-react": "^1.17.0", "next": "^16.2.4", "react": "^19.2.4",