From 34f452f07481d2a0456aec3f1b1eadfca636ac5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:54:05 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 15.4.1 to 15.5.1 in /client Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.4.1 to 15.5.1. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.4.1...v15.5.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 15.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 20 ++++++++++++-------- client/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c964f31a..eeaedcb4 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.1.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.0", - "react-i18next": "^15.4.1", + "react-i18next": "^15.5.1", "react-router-dom": "^7.5.2", "sass": "^1.86.3", "uuid": "^11.1.0", @@ -4850,9 +4850,9 @@ } }, "node_modules/react-i18next": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.1.tgz", - "integrity": "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.1.tgz", + "integrity": "sha512-C8RZ7N7H0L+flitiX6ASjq9p5puVJU1Z8VyL3OgM/QOMRf40BMZX+5TkpxzZVcTmOLPX5zlti4InEX5pFyiVeA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", @@ -4860,7 +4860,8 @@ }, "peerDependencies": { "i18next": ">= 23.2.3", - "react": ">= 16.8.0" + "react": ">= 16.8.0", + "typescript": "^5" }, "peerDependenciesMeta": { "react-dom": { @@ -4868,6 +4869,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, @@ -9190,9 +9194,9 @@ } }, "react-i18next": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.1.tgz", - "integrity": "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.1.tgz", + "integrity": "sha512-C8RZ7N7H0L+flitiX6ASjq9p5puVJU1Z8VyL3OgM/QOMRf40BMZX+5TkpxzZVcTmOLPX5zlti4InEX5pFyiVeA==", "requires": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index 90746582..0b7aa61d 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react": "^19.1.0", "react-chartjs-2": "^5.3.0", "react-dom": "^19.1.0", - "react-i18next": "^15.4.1", + "react-i18next": "^15.5.1", "react-router-dom": "^7.5.2", "sass": "^1.86.3", "uuid": "^11.1.0",