From 3eb7105d33992bd2a303cb79567c5ba74282e51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:07:53 +0000 Subject: [PATCH] Bump i18next from 10.6.0 to 24.0.0 Bumps [i18next](https://github.com/i18next/i18next) from 10.6.0 to 24.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/v10.6.0...v24.0.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7f663d7fe..0992bbe64d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "glob-all": "^3.1.0", "gulp": "5.0.0", "gulp-webserver": "^0.9.1", - "i18next": "^10.3.0", + "i18next": "^24.0.0", "i18next-browser-languagedetector": "^2.1.0", "i18next-fs-backend": "^2.3.2", "i18next-http-middleware": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 184ca853ad..caa261e058 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6050,10 +6050,12 @@ i18next-http-middleware@^3.6.0: resolved "https://registry.yarnpkg.com/i18next-http-middleware/-/i18next-http-middleware-3.6.0.tgz#4781751fac03e951a74a8c9f95f6bb5bc680fbdd" integrity sha512-pLyTOC8Dzj83byN0s4hd/i/Ewg6T36YjMrc+Zfnqz2Ca0G5ab9IPvPR8xZqr6TS0s/ZtPs2MZucDkWgqoRmNXA== -i18next@^10.3.0: - version "10.6.0" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-10.6.0.tgz#90ffd9f9bc617f34b9a12e037260f524445f7684" - integrity sha512-ycRlN145kQf8EsyDAzMfjqv1ZT1Jwp7P2H/07bP8JLWm+7cSLD4XqlJOvq4mKVS2y2mMIy10lX9ZeYUdQ0qSRw== +i18next@^24.0.0: + version "24.0.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.0.tgz#26c80a064da655013acfca2d750bdf7a342860bb" + integrity sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ== + dependencies: + "@babel/runtime" "^7.23.2" iconv-lite@0.4.24, iconv-lite@^0.4.24: version "0.4.24"