From 74dd231e498cdedbb8b4c964208ebd8968c77d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:26:01 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 15.7.0 to 15.7.1 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.0 to 15.7.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.7.0...v15.7.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 15.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 16 ++++++++-------- client/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ad8250f3..748b031d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.1.1", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.1", - "react-i18next": "^15.7.0", + "react-i18next": "^15.7.1", "react-router-dom": "^7.8.1", "sass-embedded": "^1.90.0", "uuid": "^11.1.0", @@ -4869,15 +4869,15 @@ } }, "node_modules/react-i18next": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.0.tgz", - "integrity": "sha512-hogS6K+7hJnGN1k5hpxcY0x3SnQ30K2Cj9PMKSwP8lqyhfbj7DEdjFhc7tXh9+z+npDQaxvPCGnpkRmCnRNCcQ==", + "version": "15.7.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.1.tgz", + "integrity": "sha512-o4VsKh30fy7p0z5ACHuyWqB6xu9WpQIQy2/ZcbCqopNnrnTVOPn/nAv9uYP4xYAWg99QMpvZ9Bu/si3eGurzGw==", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 23.2.3", + "i18next": ">= 23.4.0", "react": ">= 16.8.0", "typescript": "^5" }, @@ -9629,9 +9629,9 @@ } }, "react-i18next": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.0.tgz", - "integrity": "sha512-hogS6K+7hJnGN1k5hpxcY0x3SnQ30K2Cj9PMKSwP8lqyhfbj7DEdjFhc7tXh9+z+npDQaxvPCGnpkRmCnRNCcQ==", + "version": "15.7.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.1.tgz", + "integrity": "sha512-o4VsKh30fy7p0z5ACHuyWqB6xu9WpQIQy2/ZcbCqopNnrnTVOPn/nAv9uYP4xYAWg99QMpvZ9Bu/si3eGurzGw==", "requires": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 41c2bfac..0a76f94d 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react": "^19.1.1", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.1", - "react-i18next": "^15.7.0", + "react-i18next": "^15.7.1", "react-router-dom": "^7.8.1", "sass-embedded": "^1.90.0", "uuid": "^11.1.0",