From e9d577c8c32ff6df0dd9ef1bcdd8150be70c5cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:35:53 +0000 Subject: [PATCH] build(deps): bump i18next-http-backend from 2.4.2 to 2.4.3 in /website Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.4.2 to 2.4.3. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-patch ... 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 5adc6adfd..ff3527bf6 100644 --- a/website/package.json +++ b/website/package.json @@ -13,7 +13,7 @@ "file-saver": "^2.0.5", "i18next": "^23.8.1", "i18next-browser-languagedetector": "^7.2.0", - "i18next-http-backend": "^2.4.2", + "i18next-http-backend": "^2.4.3", "openpgp": "^5.11.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/website/yarn.lock b/website/yarn.lock index 6f5cc5102..900073092 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2406,10 +2406,10 @@ i18next-browser-languagedetector@^7.2.0: dependencies: "@babel/runtime" "^7.23.2" -i18next-http-backend@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.4.2.tgz#bd53cacaed671e9f38bdcfd46ac9d1763a898186" - integrity sha512-wKrgGcaFQ4EPjfzBTjzMU0rbFTYpa0S5gv9N/d8WBmWS64+IgJb7cHddMvV+tUkse7vUfco3eVs2lB+nJhPo3w== +i18next-http-backend@^2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-2.4.3.tgz#be9a0aaff5f34542f1f9c1f7bd03eb96d8476dbd" + integrity sha512-jo2M03O6n1/DNb51WSQ8PsQ0xEELzLZRdYUTbf17mLw3rVwnJF9hwNgMXvEFSxxb+N8dT+o0vtigA6s5mGWyPA== dependencies: cross-fetch "4.0.0"