From 67d7f0a8bac3ca612341c0f0e831e1262866e687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:10:03 +0000 Subject: [PATCH] Bump i18next-http-backend from 1.4.5 to 2.2.0 in /frontend (#503) Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 1.4.5 to 2.2.0. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.4.5...v2.2.0) --- updated-dependencies: - dependency-name: i18next-http-backend dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4f53bc21..be9a7303 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "file-replace-loader": "^1.4.0", "i18next": "^21.6.14", "i18next-browser-languagedetector": "^7.0.1", - "i18next-http-backend": "^1.4.0", + "i18next-http-backend": "^2.2.0", "install": "^0.13.0", "js-sha256": "^0.9.0", "light-bolt11-decoder": "^3.0.0", @@ -7707,9 +7707,9 @@ } }, "node_modules/i18next-http-backend": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz", - "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.2.0.tgz", + "integrity": "sha512-Z4sM7R6tzdLknSPER9GisEBxKPg5FkI07UrQniuroZmS15PHQrcCPLyuGKj8SS68tf+O2aEDYSUnmy1TZqZSbw==", "dependencies": { "cross-fetch": "3.1.5" } @@ -20841,9 +20841,9 @@ } }, "i18next-http-backend": { - "version": "1.4.5", - "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz", - "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.2.0.tgz", + "integrity": "sha512-Z4sM7R6tzdLknSPER9GisEBxKPg5FkI07UrQniuroZmS15PHQrcCPLyuGKj8SS68tf+O2aEDYSUnmy1TZqZSbw==", "requires": { "cross-fetch": "3.1.5" } diff --git a/frontend/package.json b/frontend/package.json index 3dcf1b4d..317c06e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -64,7 +64,7 @@ "file-replace-loader": "^1.4.0", "i18next": "^21.6.14", "i18next-browser-languagedetector": "^7.0.1", - "i18next-http-backend": "^1.4.0", + "i18next-http-backend": "^2.2.0", "install": "^0.13.0", "js-sha256": "^0.9.0", "light-bolt11-decoder": "^3.0.0",