From 136b374b2d6fc436d75171cad63251fe56d28906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:55:13 +0000 Subject: [PATCH] build(deps-dev): bump i18next-cli in /frontend in the i18next group Bumps the i18next group in /frontend with 1 update: [i18next-cli](https://github.com/i18next/i18next-cli). Updates `i18next-cli` from 1.43.0 to 1.44.0 - [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-cli/compare/v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: i18next-cli dependency-version: 1.44.0 dependency-type: direct:development update-type: version-update:semver-minor 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 6ab2361c9..37000c2ab 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -54,7 +54,7 @@ "browserslist-to-esbuild": "^2.1.1", "graphql": "^16.12.0", "happy-dom": "^20.5.0", - "i18next-cli": "^1.43.0", + "i18next-cli": "^1.44.0", "knip": "^5.81.0", "msw": "^2.12.8", "msw-storybook-addon": "^2.0.6", @@ -8541,9 +8541,9 @@ } }, "node_modules/i18next-cli": { - "version": "1.43.0", - "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.43.0.tgz", - "integrity": "sha512-qCh/qRVndNfW7CQP9BmyfZX82Cx1Tzs0cIR2fBIiExlpj6ucN7aunl5iQQOI3ixr1x1P8GcaEhzsLR58ovKhXA==", + "version": "1.44.0", + "resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.44.0.tgz", + "integrity": "sha512-QQa6Z+HwaGfdW3AoudhCdOoXQzSw+ELLjDon46589wpbUP7uylzPHgEXmvrHaVD2f/llMiEDChJZ0iMdnDHF+A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 7d7cef7c9..b39aa5c42 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "browserslist-to-esbuild": "^2.1.1", "graphql": "^16.12.0", "happy-dom": "^20.5.0", - "i18next-cli": "^1.43.0", + "i18next-cli": "^1.44.0", "knip": "^5.81.0", "msw": "^2.12.8", "msw-storybook-addon": "^2.0.6",