From 848df9a56d61bc2a56e83b1420273e7d919fe312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:03:11 +0000 Subject: [PATCH] Bump i18next-http-backend from 2.7.3 to 3.0.5 in /client Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.7.3 to 3.0.5. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.7.3...v3.0.5) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 19 ++++++++++++++----- client/package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index e426022..f69fca8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -16,7 +16,7 @@ "axios": "^1.7.4", "i18next": "^23.11.5", "i18next-browser-languagedetector": "^8.0.0", - "i18next-http-backend": "^2.5.2", + "i18next-http-backend": "^3.0.5", "i18next-locize-backend": "^6.4.3", "js-cookie": "^3.0.5", "motion": "^12.34.3", @@ -7711,12 +7711,21 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.7.3.tgz", - "integrity": "sha512-FgZxrXdRA5u44xfYsJlEBL4/KH3f2IluBpgV/7riW0YW2VEyM8FzVt2XHAOi6id0Ppj7vZvCZVpp5LrGXnc8Ig==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.5.tgz", + "integrity": "sha512-QaWHnsxieEDcqKe+vo/RFqpiIFRi/KBqlOSPcUlvinBaISCeiTRCbtrazHAjtHtsLC66oDsROAH8frWkQzfMMQ==", "license": "MIT", "dependencies": { - "cross-fetch": "4.0.0" + "cross-fetch": "4.1.0" + } + }, + "node_modules/i18next-http-backend/node_modules/cross-fetch": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.1.0.tgz", + "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==", + "license": "MIT", + "dependencies": { + "node-fetch": "^2.7.0" } }, "node_modules/i18next-locize-backend": { diff --git a/client/package.json b/client/package.json index 6eb7bc5..258a9c8 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "axios": "^1.7.4", "i18next": "^23.11.5", "i18next-browser-languagedetector": "^8.0.0", - "i18next-http-backend": "^2.5.2", + "i18next-http-backend": "^3.0.5", "i18next-locize-backend": "^6.4.3", "js-cookie": "^3.0.5", "motion": "^12.34.3",