From 59293790ad0e63ed70295670eac4513f2ba0d60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 21:04:52 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 16.4.0 to 16.4.1 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.4.0 to 16.4.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.4.0...v16.4.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9ab5504f..d51adc03 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.2.1", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.1", - "react-i18next": "^16.4.0", + "react-i18next": "^16.4.1", "react-router-dom": "^7.10.1", "sass-embedded": "^1.93.3", "uuid": "^13.0.0", @@ -4743,9 +4743,9 @@ } }, "node_modules/react-i18next": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.4.0.tgz", - "integrity": "sha512-bxVeBA8Ky2UeItNhF4JRxHCFIrpEJHGFG/mOAa4CR0JkqaDEYSLmlEgmC4Os63SBlZ+E5U0YyrNJOSVl2mtVqQ==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.4.1.tgz", + "integrity": "sha512-GzsYomxb1/uE7nlJm0e1qQ8f+W9I3Xirh9VoycZIahk6C8Pmv/9Fd0ek6zjf1FSgtGLElDGqwi/4FOHEGUbsEQ==", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", @@ -9651,9 +9651,9 @@ } }, "react-i18next": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.4.0.tgz", - "integrity": "sha512-bxVeBA8Ky2UeItNhF4JRxHCFIrpEJHGFG/mOAa4CR0JkqaDEYSLmlEgmC4Os63SBlZ+E5U0YyrNJOSVl2mtVqQ==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.4.1.tgz", + "integrity": "sha512-GzsYomxb1/uE7nlJm0e1qQ8f+W9I3Xirh9VoycZIahk6C8Pmv/9Fd0ek6zjf1FSgtGLElDGqwi/4FOHEGUbsEQ==", "requires": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", diff --git a/client/package.json b/client/package.json index eee29467..7363bf28 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react": "^19.2.1", "react-chartjs-2": "^5.3.1", "react-dom": "^19.2.1", - "react-i18next": "^16.4.0", + "react-i18next": "^16.4.1", "react-router-dom": "^7.10.1", "sass-embedded": "^1.93.3", "uuid": "^13.0.0",