From 7eb0ad788a3c220126c4735ece7b8a3d7108e3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 10:04:10 +0000 Subject: [PATCH] build(deps): bump react-i18next from 17.0.7 to 17.0.8 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.7 to 17.0.8. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.7...v17.0.8) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0686c5..c6b1521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "mermaid": "^11.14.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^17.0.3", + "react-i18next": "^17.0.8", "react-markdown": "^10.1.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.1", @@ -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", @@ -4898,9 +4898,9 @@ } }, "node_modules/react-i18next": { - "version": "17.0.7", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.7.tgz", - "integrity": "sha512-rwtPXsb/zwzDafN+gytcjF5YnqGQQIRmCQ6DctBC1VSipRB8GD/MWEVrFP42vjMyuYydxWxM8CZRt+yiNuuoHg==", + "version": "17.0.8", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-17.0.8.tgz", + "integrity": "sha512-0ooKbGLU8JXhe1zwpQUWIeXSgLPOfwJmgheWRIUpcoA0CpyabpGhayjdG+/eA5esC1AQ8h2jWpXjJfzQzeDOCw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.2", @@ -4908,7 +4908,7 @@ "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 26.0.10", + "i18next": ">= 26.2.0", "react": ">= 16.8.0", "typescript": "^5 || ^6" }, diff --git a/package.json b/package.json index e68ea14..8ce564e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "mermaid": "^11.14.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^17.0.3", + "react-i18next": "^17.0.8", "react-markdown": "^10.1.0", "remark-breaks": "^4.0.0", "remark-gfm": "^4.0.1",