From 157d345270c45972d42c54826e232db5a4ad81ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 04:06:40 +0000 Subject: [PATCH] Build(deps): bump i18next from 24.0.5 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.5 to 24.2.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.0.5...v24.2.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00b1b1ff..1b3bffff 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "esbuild": "^0.24.0", "fs-extra": "^11.2.0", "gulp-sort": "^2.0.0", - "i18next": "^23.5.1 || ^24.0.0", + "i18next": "^24.2.0", "js-yaml": "^4.1.0", "lilconfig": "^3.1.2", "rsvp": "^4.8.5", diff --git a/yarn.lock b/yarn.lock index 58fff8aa..22c805be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3065,10 +3065,10 @@ husky@^9.1.6: resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c" integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A== -"i18next@^23.5.1 || ^24.0.0": - version "24.0.5" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.0.5.tgz#2678986eca46411cae0329542a84dd4cd7e5f2f0" - integrity sha512-1jSdEzgFPGLZRsQwydoMFCBBaV+PmrVEO5WhANllZPX4y2JSGTxUjJ+xVklHIsiS95uR8gYc/y0hYZWevucNjg== +i18next@^24.2.0: + version "24.2.0" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-24.2.0.tgz#344c15a6f3b43d02aed78e2b08532e5b170951b4" + integrity sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA== dependencies: "@babel/runtime" "^7.23.2"