From 616edc97de9c458bd51e97f4bfa006fe419ec9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:48:28 +0000 Subject: [PATCH] chore(deps): bump react-i18next from 15.7.4 to 16.2.4 in /frontend Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.4 to 16.2.4. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v16.2.4) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 13 +++++++------ frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e5044e57..aed9cd60 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^19.1.1", "react-dropzone": "^14.3.8", "react-google-drive-picker": "^1.2.2", - "react-i18next": "^15.4.0", + "react-i18next": "^16.2.4", "react-markdown": "^9.0.1", "react-redux": "^9.2.0", "react-router-dom": "^7.6.1", @@ -9762,16 +9762,17 @@ } }, "node_modules/react-i18next": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.7.4.tgz", - "integrity": "sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==", + "version": "16.2.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.2.4.tgz", + "integrity": "sha512-pvbcPQ+YuQQoRkKBA4VCU9aO8dOgP/vdKEizIYXcAk3+AmI8yQKSJaCzxQQu4Kgg2zWZm3ax9KqHv8ItUlRY0A==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", - "html-parse-stringify": "^3.0.1" + "html-parse-stringify": "^3.0.1", + "use-sync-external-store": "^1.6.0" }, "peerDependencies": { - "i18next": ">= 23.4.0", + "i18next": ">= 25.5.2", "react": ">= 16.8.0", "typescript": "^5" }, diff --git a/frontend/package.json b/frontend/package.json index 92c9b0cb..e9ed3c5c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "react-dom": "^19.1.1", "react-dropzone": "^14.3.8", "react-google-drive-picker": "^1.2.2", - "react-i18next": "^15.4.0", + "react-i18next": "^16.2.4", "react-markdown": "^9.0.1", "react-redux": "^9.2.0", "react-router-dom": "^7.6.1",