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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-06 13:16:50 +00:00
committed by GitHub
parent 5a741f1ee1
commit 7c3806e8e0
2 changed files with 13 additions and 11 deletions

View File

@@ -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"
},

View File

@@ -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",