From 4a2d904c19c5d6a9560c9a7af6fa50e70820227f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:09:04 +0000 Subject: [PATCH] Bump i18next-http-backend from 2.5.2 to 3.0.1 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.5.2 to 3.0.1. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.5.2...v3.0.1) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fb554e7..58adb59e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "html-react-parser": "4.2.0", "i18next": "23.12.2", "i18next-browser-languagedetector": "8.0.0", - "i18next-http-backend": "2.5.2", + "i18next-http-backend": "3.0.1", "immer": "9.0.16", "is-hotkey": "0.2.0", "jotai": "2.6.0", @@ -8169,10 +8169,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.2.tgz", - "integrity": "sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==", - "license": "MIT", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-3.0.1.tgz", + "integrity": "sha512-XT2lYSkbAtDE55c6m7CtKxxrsfuRQO3rUfHzj8ZyRtY9CkIX3aRGwXGTkUhpGWce+J8n7sfu3J0f2wTzo7Lw0A==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/package.json b/package.json index 1ecbc190..f75b5955 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "html-react-parser": "4.2.0", "i18next": "23.12.2", "i18next-browser-languagedetector": "8.0.0", - "i18next-http-backend": "2.5.2", + "i18next-http-backend": "3.0.1", "immer": "9.0.16", "is-hotkey": "0.2.0", "jotai": "2.6.0",