From 9061e9757abcff7af27b7e5d443adf7ed8156632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:15:48 +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.0 to 16.1.3 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.1.0...v16.1.3) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 548c4c057..43233c342 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.0", + "react-i18next": "^16.1.4", "swagger-ui-dist": "^5.29.5", "valibot": "^1.1.0", "vaul": "^1.1.2" @@ -11192,9 +11192,9 @@ } }, "node_modules/react-i18next": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.0.tgz", - "integrity": "sha512-10qpoODc0ntrWpZdko9CQnl2Xf4VJXUAS9sa7WOkTrQzbbfyoSSUZ3Rsnpgt8la6qCxeB61yzYjyW8U1g3hUUg==", + "version": "16.1.4", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.1.4.tgz", + "integrity": "sha512-0UUKZDHjKnLk6dfbYXEZ9CVqLMpNiul+dHbPVQo2z2t1GkdirkeHXb/TtdsNuv+nyNOTDl1Jp6F6uwf9M3DMcg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", diff --git a/frontend/package.json b/frontend/package.json index 7f8f639e4..fdaba7fcc 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.0", + "react-i18next": "^16.1.4", "swagger-ui-dist": "^5.29.5", "valibot": "^1.1.0", "vaul": "^1.1.2"