From 7c3806e8e00a762064ab2bf5f5af77333ff682e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:16:50 +0000 Subject: [PATCH] build(deps): bump the i18next group in /frontend with 2 updates Bumps the i18next group in /frontend with 2 updates: [react-i18next](https://github.com/i18next/react-i18next) and [i18next-cli](https://github.com/i18next/i18next-cli). Updates `react-i18next` from 16.5.0 to 16.5.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.5.0...v16.5.1) Updates `i18next-cli` from 1.32.0 to 1.34.1 - [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-cli/compare/v1.32.0...v1.34.1) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next - dependency-name: i18next-cli dependency-version: 1.34.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 20 +++++++++++--------- frontend/package.json | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a2327a12d..baa03a381 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "i18next": "^25.7.3", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.1", "swagger-ui-dist": "^5.31.0", "valibot": "^1.2.0", "vaul": "^1.1.2" @@ -54,7 +54,7 @@ "browserslist-to-esbuild": "^2.1.1", "graphql": "^16.12.0", "happy-dom": "^20.0.11", - "i18next-cli": "^1.32.0", + "i18next-cli": "^1.34.1", "knip": "^5.75.1", "msw": "^2.12.4", "msw-storybook-addon": "^2.0.6", @@ -8699,9 +8699,9 @@ } }, "node_modules/i18next-cli": { - "version": "1.32.0", - "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.32.0.tgz", - "integrity": "sha512-Shn31g/rhWUbg2SzPXuaqgUfL5K8IZ+USUIcoNkg6nOCBog3l0aeklWq205a04TxTAEb9YaGCQbD9EC+Jg70OA==", + "version": "1.34.1", + "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.34.1.tgz", + "integrity": "sha512-s9bIgtu5fE5BgGFxlXGgYwvIdKGXQuLkR2tG7hbwn8Y8wcJ5r3CyNqOsjnKyG+QMGn16/Vs0Q8RNeM9AWF82aw==", "dev": true, "license": "MIT", "dependencies": { @@ -8718,6 +8718,8 @@ "jsonc-parser": "3.3.1", "minimatch": "10.1.1", "ora": "9.0.0", + "react": "^19.2.3", + "react-i18next": "^16.5.1", "swc-walk": "1.0.1" }, "bin": { @@ -11450,12 +11452,12 @@ } }, "node_modules/react-i18next": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.0.tgz", - "integrity": "sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw==", + "version": "16.5.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.5.1.tgz", + "integrity": "sha512-Hks6UIRZWW4c+qDAnx1csVsCGYeIR4MoBGQgJ+NUoNnO6qLxXuf8zu0xdcinyXUORgGzCdRsexxO1Xzv3sTdnw==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.27.6", + "@babel/runtime": "^7.28.4", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, diff --git a/frontend/package.json b/frontend/package.json index 18c8c3a56..f620689ff 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "i18next": "^25.7.3", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-i18next": "^16.5.0", + "react-i18next": "^16.5.1", "swagger-ui-dist": "^5.31.0", "valibot": "^1.2.0", "vaul": "^1.1.2" @@ -64,7 +64,7 @@ "browserslist-to-esbuild": "^2.1.1", "graphql": "^16.12.0", "happy-dom": "^20.0.11", - "i18next-cli": "^1.32.0", + "i18next-cli": "^1.34.1", "knip": "^5.75.1", "msw": "^2.12.4", "msw-storybook-addon": "^2.0.6",