From b2881b44f6c0488e8289e3759cdd72a1134dc2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:53:42 +0000 Subject: [PATCH] build(deps): bump i18next-http-backend from 2.6.2 to 3.0.1 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.6.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.6.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 750c6bb5..e42d8dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "i18next": "^23.16.0", "i18next-browser-languagedetector": "^7.0.1", "i18next-fs-backend": "^2.1.1", - "i18next-http-backend": "^2.3.1", + "i18next-http-backend": "^3.0.1", "isbot": "^3.6.12", "lodash.debounce": "^4.0.8", "lucide-react": "^0.454.0", @@ -14775,10 +14775,9 @@ "license": "MIT" }, "node_modules/i18next-http-backend": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.7.1.tgz", - "integrity": "sha512-vPksHIckysGgykCD8JwCr2YsJEml9Cyw+Yu2wtb4fQ7xIn9RH/hkUDh5UkwnIzb0kSL4SJ30Ab/sCInhQxbCgg==", - "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 bfbbac73..7ac54cbb 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "i18next": "^23.16.0", "i18next-browser-languagedetector": "^7.0.1", "i18next-fs-backend": "^2.1.1", - "i18next-http-backend": "^2.3.1", + "i18next-http-backend": "^3.0.1", "isbot": "^3.6.12", "lodash.debounce": "^4.0.8", "lucide-react": "^0.454.0",