From d99851231a858aa73324447baaad4e089927ab84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:04:57 +0000 Subject: [PATCH] Bump i18next-http-backend from 2.6.1 to 2.6.2 Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.6.1 to 2.6.2. - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- resources/assets/v2/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9580ae547..9d6269c922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6272,9 +6272,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", - "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.2.tgz", + "integrity": "sha512-Hp/kd8/VuoxIHmxsknJXjkTYYHzivAyAF15pzliKzk2TiXC25rZCEerb1pUFoxz4IVrG3fCvQSY51/Lu4ECV4A==", "dependencies": { "cross-fetch": "4.0.0" } @@ -10945,7 +10945,7 @@ "date-fns": "^4.0.0", "i18next": "^23.11.2", "i18next-chained-backend": "^4.6.2", - "i18next-http-backend": "^2.4.2", + "i18next-http-backend": "^2.6.2", "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 082b4ecd8c..7e27ee591e 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -33,7 +33,7 @@ "date-fns": "^4.0.0", "i18next": "^23.11.2", "i18next-chained-backend": "^4.6.2", - "i18next-http-backend": "^2.4.2", + "i18next-http-backend": "^2.6.2", "i18next-localstorage-backend": "^4.2.0", "leaflet": "^1.9.4", "store": "^2.0.12"