From e45e1d9b3df39a050dbef69f2ebbe4c8d4a118e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:04:57 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 16.1.5 to 16.1.6 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.1.5 to 16.1.6. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.1.5...v16.1.6) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.1.6 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 a106caea..0f9af61b 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.2.0", - "react-i18next": "^16.1.5", + "react-i18next": "^16.1.6", "react-router-dom": "^7.9.4", "sass-embedded": "^1.93.2", "uuid": "^13.0.0", @@ -4812,9 +4812,9 @@ } }, "node_modules/react-i18next": { - "version": "16.1.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.5.tgz", - "integrity": "sha512-+0dHUH7zQOXPhS3jt60Dq9nWIg+7xmN9ZrzN2YrBc1MN6kZl9u81qbN5JCkV/F5nsOu0udMbK7n7DiFMCs0PWg==", + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.6.tgz", + "integrity": "sha512-62Iy0TO/2hJpTa80XaTIbHM4yjpile1YNieeg70vmdi91N2L3Q3MuxXBT0n6JpsryT88utpkqv0QbnIrDSxbAQ==", "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" @@ -9522,9 +9522,9 @@ } }, "react-i18next": { - "version": "16.1.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.5.tgz", - "integrity": "sha512-+0dHUH7zQOXPhS3jt60Dq9nWIg+7xmN9ZrzN2YrBc1MN6kZl9u81qbN5JCkV/F5nsOu0udMbK7n7DiFMCs0PWg==", + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.6.tgz", + "integrity": "sha512-62Iy0TO/2hJpTa80XaTIbHM4yjpile1YNieeg70vmdi91N2L3Q3MuxXBT0n6JpsryT88utpkqv0QbnIrDSxbAQ==", "requires": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 23deec55..191c199c 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.2.0", - "react-i18next": "^16.1.5", + "react-i18next": "^16.1.6", "react-router-dom": "^7.9.4", "sass-embedded": "^1.93.2", "uuid": "^13.0.0",