From 707a4fd9c99fd04bfae45fda18447f32b9b176c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 01:33:14 +0000 Subject: [PATCH] Bump i18next from 25.8.0 to 25.8.1 Bumps [i18next](https://github.com/i18next/i18next) from 25.8.0 to 25.8.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/v25.8.0...v25.8.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.8.1 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..314b6198 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.1", "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.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.8.1.tgz", + "integrity": "sha512-nFFxhwcRNggIrkv2hx/xMYVMG7Z8iMUA4ZuH4tgcbZiI0bK1jn3kSDIXNWuQDt1xVAu7mb7Qn82TpH7ZAk/okA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 47987578..6de6fb39 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.1", "lodash": "^4.17.23", "react": "^19.2.4", "react-dom": "^19.2.4",