From 7cfb524d1c6ee890a657f526c453e789f4f1b703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:25:17 +0200 Subject: [PATCH] Deps: Bump i18next-http-backend from 2.5.2 to 2.6.1 (#4136) Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.5.2 to 2.6.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...v2.6.1) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71091df0e1..0f0d172bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", "i18next": "^23.14.0", - "i18next-http-backend": "^2.5.2", + "i18next-http-backend": "^2.6.1", "ical.js": "^2.0.0", "memoize-one": "^6.0.0", "moment": "^2.30.1", @@ -7508,9 +7508,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==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.6.1.tgz", + "integrity": "sha512-rCilMAnlEQNeKOZY1+x8wLM5IpYOj10guGvEpeC59tNjj6MMreLIjIW8D1RclhD3ifLwn6d/Y9HEM1RUE6DSog==", "dependencies": { "cross-fetch": "4.0.0" } diff --git a/package.json b/package.json index 72742497aa..f63a55fa9b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "history": "^4.10.1", "hoist-non-react-statics": "^3.3.2", "i18next": "^23.14.0", - "i18next-http-backend": "^2.5.2", + "i18next-http-backend": "^2.6.1", "ical.js": "^2.0.0", "memoize-one": "^6.0.0", "moment": "^2.30.1",