From 0950c56b26123594cb9abe44b1fab57cc63fd0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:32:50 +0000 Subject: [PATCH] Bump i18next from 25.8.0 to 25.8.4 Bumps [i18next](https://github.com/i18next/i18next) from 25.8.0 to 25.8.4. - [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.8.0...v25.8.4) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a85c8a1a..2fa876bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "graphql": "^16.12.0", - "i18next": "^25.8.0", + "i18next": "^25.8.4", "lodash": "^4.17.23", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -6752,9 +6752,9 @@ } }, "node_modules/i18next": { - "version": "25.8.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.0.tgz", - "integrity": "sha512-urrg4HMFFMQZ2bbKRK7IZ8/CTE7D8H4JRlAwqA2ZwDRFfdd0K/4cdbNNLgfn9mo+I/h9wJu61qJzH7jCFAhUZQ==", + "version": "25.8.4", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.4.tgz", + "integrity": "sha512-a9A0MnUjKvzjEN/26ZY1okpra9kA8MEwzYEz1BNm+IyxUKPRH6ihf0p7vj8YvULwZHKHl3zkJ6KOt4hewxBecQ==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 47987578..826750aa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "clsx": "^2.1.1", "date-fns": "^4.1.0", "graphql": "^16.12.0", - "i18next": "^25.8.0", + "i18next": "^25.8.4", "lodash": "^4.17.23", "react": "^19.2.4", "react-dom": "^19.2.4",