From 124a166e8649fbabfbbf89fcf7d4b64b59f5977f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:51:44 +0000 Subject: [PATCH] Bump i18next from 22.5.1 to 23.12.1 in /GUI Bumps [i18next](https://github.com/i18next/i18next) from 22.5.1 to 23.12.1. - [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/v22.5.1...v23.12.1) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- GUI/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/package.json b/GUI/package.json index ed6d42c7..1c7b69e0 100644 --- a/GUI/package.json +++ b/GUI/package.json @@ -25,7 +25,7 @@ "eslint-plugin-prettier": "^4.2.1", "file-saver": "^2.0.5", "howler": "^2.2.4", - "i18next": "^22.4.9", + "i18next": "^23.12.1", "i18next-browser-languagedetector": "^7.0.1", "moment": "^2.29.4", "radix-ui": "^1.0.1",