From 19eb81213f5b1fe7a63898852f1e145acb535204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:00:44 +0000 Subject: [PATCH] Bump i18next from 25.3.2 to 25.4.0 Bumps [i18next](https://github.com/i18next/i18next) from 25.3.2 to 25.4.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.3.2...v25.4.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5734072a..5d91f1fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "github-markdown-css": "^5.8.1", "hast": "^1.0.0", "highlight.js": "^11.11.1", - "i18next": "^25.3.2", + "i18next": "^25.4.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "postcss": "^8.5.6", @@ -5163,9 +5163,9 @@ } }, "node_modules/i18next": { - "version": "25.3.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.3.2.tgz", - "integrity": "sha512-JSnbZDxRVbphc5jiptxr3o2zocy5dEqpVm9qCGdJwRNO+9saUJS0/u4LnM/13C23fUEWxAylPqKU/NpMV/IjqA==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.4.0.tgz", + "integrity": "sha512-UH5aiamXsO3cfrZFurCHiB6YSs3C+s+XY9UaJllMMSbmaoXILxFgqDEZu4NbfzJFjmUo3BNMa++Rjkr3ofjfLw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index ca2ac2f6..050e8cac 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "github-markdown-css": "^5.8.1", "hast": "^1.0.0", "highlight.js": "^11.11.1", - "i18next": "^25.3.2", + "i18next": "^25.4.0", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "postcss": "^8.5.6",