From 1395c95353387ede237687e73744a26ff3f03d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:21:57 +0000 Subject: [PATCH] Bump i18next-http-backend from 2.7.1 to 3.0.1 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.7.1 to 3.0.1. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/commits/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 ++++----- resources/assets/v2/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef956e8930..c53e3dad9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6891,10 +6891,9 @@ } }, "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" } @@ -11958,7 +11957,7 @@ "date-fns": "^4.0.0", "i18next": "^23.15.2", "i18next-chained-backend": "^4.6.2", - "i18next-http-backend": "^2.6.2", + "i18next-http-backend": "^3.0.1", "i18next-localstorage-backend": "^4.2.0", "leaflet": "^1.9.4", "store": "^2.0.12" diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index 09ee42b3f7..b32bad3950 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -33,7 +33,7 @@ "date-fns": "^4.0.0", "i18next": "^23.15.2", "i18next-chained-backend": "^4.6.2", - "i18next-http-backend": "^2.6.2", + "i18next-http-backend": "^3.0.1", "i18next-localstorage-backend": "^4.2.0", "leaflet": "^1.9.4", "store": "^2.0.12"