From c93179ca318923fb404bb88e53adb1832d886390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:24:16 +0000 Subject: [PATCH] chore(deps): bump i18next from 26.4.0 to 26.4.1 Bumps [i18next](https://github.com/i18next/i18next) from 26.4.0 to 26.4.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/v26.4.0...v26.4.1) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/harness-studio/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fabd92b..cc16a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6585,9 +6585,9 @@ } }, "node_modules/i18next": { - "version": "26.4.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.0.tgz", - "integrity": "sha512-rsmK5bFqsD1AetSFSIa43wtNR4WpvvH4p0tLEsTxkC7QTrfdFm06nbQ95bh8Og4wwaCnUEcm9DVYL2cgxitiQg==", + "version": "26.4.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-26.4.1.tgz", + "integrity": "sha512-9YbX5E6gd1H+yaOSX3izCsPj5iWXyH7X4oC+iuHHJJw8AeHglzOK5SJf+1CHxaYKYigcea+8jvzSxqYx46YvyA==", "funding": [ { "type": "individual", @@ -9419,7 +9419,7 @@ "esbuild-wasm": "0.28.2", "fast-xml-parser": "^5.11.1", "fflate": "^0.8.3", - "i18next": "^26.4.0", + "i18next": "^26.4.1", "oxc-parser": "0.147.0", "oxc-transform": "0.147.0", "pdfjs-dist": "^6.2.108", diff --git a/packages/harness-studio/package.json b/packages/harness-studio/package.json index 01e9040..fb8e899 100644 --- a/packages/harness-studio/package.json +++ b/packages/harness-studio/package.json @@ -55,7 +55,7 @@ "esbuild-wasm": "0.28.2", "fast-xml-parser": "^5.11.1", "fflate": "^0.8.3", - "i18next": "^26.4.0", + "i18next": "^26.4.1", "oxc-parser": "0.147.0", "oxc-transform": "0.147.0", "pdfjs-dist": "^6.2.108",