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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 13:10:03 +00:00 committed by GitHub
parent 6f4ecbe220
commit 67d7f0a8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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"
}

View File

@ -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",