From eae22804d2df23754935444040f2bdfe03d9c101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 10:03:59 +0000 Subject: [PATCH] build(deps): bump i18next from 26.0.10 to 26.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 26.0.10 to 26.2.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/v26.0.10...v26.2.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.2.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 e0686c5..689296f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@tauri-apps/plugin-dialog": "~2.7.0", "d3-force": "^3.0.0", "github-slugger": "^2.0.0", - "i18next": "^26.0.4", + "i18next": "^26.2.0", "mdast-util-to-string": "^4.0.0", "mermaid": "^11.14.0", "react": "^19.2.0", @@ -3124,9 +3124,9 @@ } }, "node_modules/i18next": { - "version": "26.0.10", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.0.10.tgz", - "integrity": "sha512-k3yGPAlWR2RdMYoVXJoDZDT87qeHIWKH7gVksdZMpRty7QX/D9QZeYGvN08KGbKHke9wn01eYT+EEsrqX/YTlw==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.2.0.tgz", + "integrity": "sha512-zwBHldHdTmwN7r6UNc7lC6GWNN+YYg3DrRSeHR5PRRBf5QnJZcYHrQc0uaU26qZeYxR7iFZD+Y315dPnKP47wA==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index e68ea14..3b51f03 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@tauri-apps/plugin-dialog": "~2.7.0", "d3-force": "^3.0.0", "github-slugger": "^2.0.0", - "i18next": "^26.0.4", + "i18next": "^26.2.0", "mdast-util-to-string": "^4.0.0", "mermaid": "^11.14.0", "react": "^19.2.0",