From 310bebee6e37f95544e4d7785dce4d5aa3c3552f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:24:11 +0000 Subject: [PATCH] [ci] Bump i18next from 26.0.2 to 26.1.0 in /debezium-platform-stage Bumps [i18next](https://github.com/i18next/i18next) from 26.0.2 to 26.1.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.2...v26.1.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- debezium-platform-stage/package.json | 2 +- debezium-platform-stage/yarn.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debezium-platform-stage/package.json b/debezium-platform-stage/package.json index 4d66c613..3f83a4c4 100644 --- a/debezium-platform-stage/package.json +++ b/debezium-platform-stage/package.json @@ -39,7 +39,7 @@ "@types/lodash": "^4.17.23", "ajv": "^8.18.0", "axios": "^1.15.2", - "i18next": "^26.0.2", + "i18next": "^26.1.0", "i18next-browser-languagedetector": "^8.2.1", "i18next-http-backend": "^3.0.6", "jotai": "^2.19.1", diff --git a/debezium-platform-stage/yarn.lock b/debezium-platform-stage/yarn.lock index 3b00f2b2..789ac6f1 100644 --- a/debezium-platform-stage/yarn.lock +++ b/debezium-platform-stage/yarn.lock @@ -192,7 +192,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.27.1" -"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.28.4", "@babel/runtime@^7.29.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3": +"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.28.4", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3": version "7.29.2" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.29.2.tgz#9a6e2d05f4b6692e1801cd4fb176ad823930ed5e" integrity sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g== @@ -4298,12 +4298,10 @@ i18next-http-backend@^3.0.6: dependencies: cross-fetch "4.1.0" -i18next@^26.0.2: - version "26.0.2" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-26.0.2.tgz#fcc0a14de3105ae48e700769c20b5b5f53c7beb9" - integrity sha512-WsK0SdP+7tGzsxpT+Us1s2nvOyx657DatBodaNZe4KcPTPYzkVfRKUygN69mB+sCbbnifRuKz+Ya5JRzd8DNHw== - dependencies: - "@babel/runtime" "^7.29.2" +i18next@^26.1.0: + version "26.1.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-26.1.0.tgz#b0e7e2a3a87554781038899299658b1b5d678cb6" + integrity sha512-dIU6td04DvQuIqVst5S9g0GviTmhZ0DYD4b9ociVGJmuCa5vZ2de/t+Enf4olvj87mF8Y2lwjNQBwC9QZsvzKQ== iconv-lite@0.6: version "0.6.3"