From 3e28ec5f4c683badb06540315a5782dd032f0d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:04:36 -0700 Subject: [PATCH] chore(deps): bump react-i18next from 17.0.11 to 17.0.12 (#12263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.11 to 17.0.12.
Changelog

Sourced from react-i18next's changelog.

17.0.12

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a847c7d0d..d6a5218609 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1117,8 +1117,8 @@ importers: specifier: ^19.2.8 version: 19.2.8(react@19.2.8) react-i18next: - specifier: ^17.0.11 - version: 17.0.11(i18next@26.4.0(typescript@7.0.2))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(typescript@7.0.2) + specifier: ^17.0.12 + version: 17.0.12(i18next@26.4.0(typescript@7.0.2))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(typescript@7.0.2) react-markdown: specifier: ^10.1.0 version: 10.1.0(@types/react@19.2.18)(react@19.2.8) @@ -7496,8 +7496,8 @@ packages: peerDependencies: react: ^19.2.8 - react-i18next@17.0.11: - resolution: {integrity: sha512-cDtkXgxjuFTWUH6V+aQn1Ve5vDiUztCNPWW5GtSHDccsgRXO1nE6QFWCEmc1KAutrb3OUv87wFShJL5RhUwPXg==} + react-i18next@17.0.12: + resolution: {integrity: sha512-lFWPEGkxQ6RhusdUkysFBD58VHfSSzvHBzqMgN0SvfVpdQGfwtNkStTqdy08/sJd7s807qqutgx93fRpD0DJ3Q==} peerDependencies: i18next: '>= 26.2.0' react: ^19.2.8 @@ -15101,7 +15101,7 @@ snapshots: dependencies: react: 19.2.8 - react-i18next@17.0.11(i18next@26.4.0(typescript@7.0.2))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(typescript@7.0.2): + react-i18next@17.0.12(i18next@26.4.0(typescript@7.0.2))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(typescript@7.0.2): dependencies: '@babel/runtime': 7.29.7 html-parse-stringify: 4.0.1 diff --git a/ui/package.json b/ui/package.json index 01fef4028b..82f8685554 100644 --- a/ui/package.json +++ b/ui/package.json @@ -65,7 +65,7 @@ "radix-ui": "^1.6.7", "react": "^19.2.8", "react-dom": "^19.2.8", - "react-i18next": "^17.0.11", + "react-i18next": "^17.0.12", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.12.3", "react-router-dom": "^7.18.2",