From b24aab17b1e1e363a347f6f9ae54e630a14b47fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:04:13 +0300 Subject: [PATCH] chore(deps): bump i18next from 24.2.3 to 25.0.0 in /frontend (#106) Bumps [i18next](https://github.com/i18next/i18next) from 24.2.3 to 25.0.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v24.2.3...v25.0.0) --- updated-dependencies: - dependency-name: i18next dependency-version: 25.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 6a0b554..866e73a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@mantine/notifications": "^7.16.0", "@tanstack/react-query": "4", "axios": "^1.7.9", - "i18next": "^24.2.3", + "i18next": "^25.0.0", "i18next-browser-languagedetector": "^8.0.4", "i18next-chained-backend": "^4.6.2", "i18next-http-backend": "^3.0.2",