From 3096dbc80bc657c668bf27172e7fed1c47e1f928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 13:12:58 +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.3.4 to 16.3.5 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v16.3.4...v16.3.5) Updates `i18next-cli` from 1.24.17 to 1.24.20 - [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-cli/compare/v1.24.17...v1.24.20) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: i18next - dependency-name: i18next-cli dependency-version: 1.24.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a6da719f1..4ce99e3b2 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "i18next": "^25.6.3", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^16.3.4", + "react-i18next": "^16.3.5", "swagger-ui-dist": "^5.29.5", "valibot": "^1.1.0", "vaul": "^1.1.2" @@ -54,7 +54,7 @@ "browserslist-to-esbuild": "^2.1.1", "graphql": "^16.11.0", "happy-dom": "^20.0.4", - "i18next-cli": "^1.24.17", + "i18next-cli": "^1.24.20", "knip": "^5.66.4", "msw": "^2.11.6", "msw-storybook-addon": "^2.0.5", @@ -8641,9 +8641,9 @@ } }, "node_modules/i18next-cli": { - "version": "1.24.17", - "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.24.17.tgz", - "integrity": "sha512-Rp77KPCB408yu/pbojoPuvJ8OCKWz5EpdcykJxduoyZtAJN1/GJvT+ApXSP+e8jc5fkMjrFk6ybFWJvDSEQuPg==", + "version": "1.24.20", + "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.24.20.tgz", + "integrity": "sha512-WpHJD24Ghi3s0/nEL2Bv/RUeaflOWEGIdwLkg2QWwQdxCMZCRZzXkRcT2qQzjipUPwjz17Kfe5P8ke8pw0tLJg==", "dev": true, "license": "MIT", "dependencies": { @@ -11025,9 +11025,9 @@ } }, "node_modules/react-i18next": { - "version": "16.3.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.4.tgz", - "integrity": "sha512-DxqSfrAGEYUQn0bh8ccnWmZu6VSejRhteuA58VJenLFR7T/lr4EUuHOote/OydaVfz6MuisLcq7Uxs2fXctRCg==", + "version": "16.3.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.3.5.tgz", + "integrity": "sha512-F7Kglc+T0aE6W2rO5eCAFBEuWRpNb5IFmXOYEgztjZEuiuSLTe/xBIEG6Q3S0fbl8GXMNo+Q7gF8bpokFNWJww==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.6", diff --git a/frontend/package.json b/frontend/package.json index 183446e16..e0cb767f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "i18next": "^25.6.3", "react": "^19.2.0", "react-dom": "^19.2.0", - "react-i18next": "^16.3.4", + "react-i18next": "^16.3.5", "swagger-ui-dist": "^5.29.5", "valibot": "^1.1.0", "vaul": "^1.1.2" @@ -64,7 +64,7 @@ "browserslist-to-esbuild": "^2.1.1", "graphql": "^16.11.0", "happy-dom": "^20.0.4", - "i18next-cli": "^1.24.17", + "i18next-cli": "^1.24.20", "knip": "^5.66.4", "msw": "^2.11.6", "msw-storybook-addon": "^2.0.5",