From 19297499d64525ffa100291a81598b8d8cb3e297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:19:03 +0000 Subject: [PATCH] chore(deps): Bump i18next from 25.6.0 to 25.6.2 Bumps [i18next](https://github.com/i18next/i18next) from 25.6.0 to 25.6.2. - [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.6.0...v25.6.2) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.6.2 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 9ad85a27..e68ece5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "downshift": "^9.0.10", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.6.0", + "i18next": "^25.6.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0", @@ -8339,9 +8339,9 @@ } }, "node_modules/i18next": { - "version": "25.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.6.0.tgz", - "integrity": "sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw==", + "version": "25.6.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-25.6.2.tgz", + "integrity": "sha512-0GawNyVUw0yvJoOEBq1VHMAsqdM23XrHkMtl2gKEjviJQSLVXsrPqsoYAxBEugW5AB96I2pZkwRxyl8WZVoWdw==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 595fdb1c..daf1caf0 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "downshift": "^9.0.10", "events": "^3.3.0", "file-saver": "^2.0.5", - "i18next": "^25.6.0", + "i18next": "^25.6.2", "i18next-browser-languagedetector": "^8.2.0", "i18next-resources-to-backend": "^1.2.1", "json-stringify-pretty-compact": "^4.0.0",