From 7aa8c205979f24a774131fadf90885eeed7679cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:43:39 +0000 Subject: [PATCH] Bump react-i18next from 16.1.0 to 16.2.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.1.0 to 16.2.0. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.1.0...v16.2.0) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b95533c59..f2e9d1e22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "node-fetch": "^3.3.2", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^16.1.0", + "react-i18next": "^16.2.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.9.4", "react-scripts": "^5.0.1", @@ -20318,13 +20318,14 @@ "license": "MIT" }, "node_modules/react-i18next": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.0.tgz", - "integrity": "sha512-10qpoODc0ntrWpZdko9CQnl2Xf4VJXUAS9sa7WOkTrQzbbfyoSSUZ3Rsnpgt8la6qCxeB61yzYjyW8U1g3hUUg==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.0.tgz", + "integrity": "sha512-giCEDa6NtQYvuLGW9xaBo4HCVxT0Y8jrOpX/uSnd+lZ3Dmm/2BNrGNEgRZzWDkSobmE6IWPJ+/Ow9Rhi/gP6+g==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", - "html-parse-stringify": "^3.0.1" + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 25.5.2", @@ -24170,6 +24171,15 @@ "requires-port": "^1.0.0" } }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/utf8-byte-length": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz", diff --git a/package.json b/package.json index 3762994d6..9025d35d8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-fetch": "^3.3.2", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^16.1.0", + "react-i18next": "^16.2.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.9.4", "react-scripts": "^5.0.1",