From 21649bd29c586943266f3940270095632d522ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:14:10 +0000 Subject: [PATCH] build(deps): bump react-i18next in /frontend in the i18next group Bumps the i18next group in /frontend with 1 update: [react-i18next](https://github.com/i18next/react-i18next). Updates `react-i18next` from 16.1.4 to 16.1.5 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.1.4...v16.1.5) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 17 +++++++++-------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 01a777848..65228bdd0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "i18next": "^25.6.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^16.1.4", + "react-i18next": "^16.2.4", "swagger-ui-dist": "^5.29.5", "valibot": "^1.1.0", "vaul": "^1.1.2" @@ -11185,13 +11185,14 @@ } }, "node_modules/react-i18next": { - "version": "16.1.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.4.tgz", - "integrity": "sha512-0UUKZDHjKnLk6dfbYXEZ9CVqLMpNiul+dHbPVQo2z2t1GkdirkeHXb/TtdsNuv+nyNOTDl1Jp6F6uwf9M3DMcg==", + "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": ">= 25.5.2", @@ -13074,9 +13075,9 @@ } }, "node_modules/use-sync-external-store": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz", - "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/frontend/package.json b/frontend/package.json index ba8444e80..777bca780 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "i18next": "^25.6.0", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^16.1.4", + "react-i18next": "^16.2.4", "swagger-ui-dist": "^5.29.5", "valibot": "^1.1.0", "vaul": "^1.1.2"