From 8f94c13019cf973c2dbe2638dcdd403e398e88df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 04:10:55 +0000 Subject: [PATCH] build(deps): bump i18next-http-backend from 2.6.2 to 2.7.0 in /website Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.6.2 to 2.7.0. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.6.2...v2.7.0) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 82213b002..957d97bbb 100644 --- a/website/package.json +++ b/website/package.json @@ -13,7 +13,7 @@ "file-saver": "^2.0.5", "i18next": "^23.16.8", "i18next-browser-languagedetector": "^8.0.0", - "i18next-http-backend": "^2.6.2", + "i18next-http-backend": "^2.7.0", "openpgp": "^5.11.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/website/yarn.lock b/website/yarn.lock index ef16897e7..82de1d3d7 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2607,10 +2607,10 @@ i18next-browser-languagedetector@^8.0.0: dependencies: "@babel/runtime" "^7.23.2" -i18next-http-backend@^2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.6.2.tgz#b25516446ae6f251ce8231e70e6ffbca833d46a5" - integrity sha512-Hp/kd8/VuoxIHmxsknJXjkTYYHzivAyAF15pzliKzk2TiXC25rZCEerb1pUFoxz4IVrG3fCvQSY51/Lu4ECV4A== +i18next-http-backend@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.7.0.tgz#b5f487210eae9da9e9964a697b768ec2cbf6039d" + integrity sha512-ruusEX6azT8pXy+C2etRQZ0ylbs1ix/z6D+zNv/tUcy9Sw8TWRO989Z7X1LLV31JVO/cAoSk3gH3rapSTL+j9w== dependencies: cross-fetch "4.0.0"