From be54b07c1da586ca479521ed9c49cc61ca746d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:49:51 +0000 Subject: [PATCH] feat(deps): bump i18next from 25.5.3 to 25.6.0 Bumps [i18next](https://github.com/i18next/i18next) from 25.5.3 to 25.6.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.5.3...v25.6.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.6.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 ee2b9b63..a88c951f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "firebase-admin": "^13.5.0", "geoip-lite": "^1.4.10", "helmet": "^8.1.0", - "i18next": "^25.5.3", + "i18next": "^25.6.0", "i18next-http-middleware": "^3.8.1", "is-online": "^12.0.1", "node-fetch": "^3.3.2", @@ -7706,9 +7706,9 @@ } }, "node_modules/i18next": { - "version": "25.5.3", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.5.3.tgz", - "integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.6.0.tgz", + "integrity": "sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 347c1ebe..f58c6d9d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "firebase-admin": "^13.5.0", "geoip-lite": "^1.4.10", "helmet": "^8.1.0", - "i18next": "^25.5.3", + "i18next": "^25.6.0", "i18next-http-middleware": "^3.8.1", "is-online": "^12.0.1", "node-fetch": "^3.3.2",