Bump i18next-http-backend from 2.1.1 to 2.2.0 in /js (#19171)

Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.1.1 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/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-03-20 17:21:56 +00:00 committed by GitHub
parent 2ad4aae5d3
commit 68e34c85bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-icons": "^4.93.6",
"i18next": "^22.4.12",
"i18next-http-backend": "^2.1.1",
"i18next-http-backend": "^2.2.0",
"keycloak-js": "999.0.0-SNAPSHOT",
"keycloak-masthead": "999.0.0-SNAPSHOT",
"lodash-es": "^4.17.21",

View file

@ -77,7 +77,7 @@
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^22.4.12",
"i18next-http-backend": "^2.1.1",
"i18next-http-backend": "^2.2.0",
"keycloak-js": "999.0.0-SNAPSHOT",
"lodash-es": "^4.17.21",
"react": "^18.2.0",

10
js/package-lock.json generated
View file

@ -40,7 +40,7 @@
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-icons": "^4.93.6",
"i18next": "^22.4.12",
"i18next-http-backend": "^2.1.1",
"i18next-http-backend": "^2.2.0",
"keycloak-js": "999.0.0-SNAPSHOT",
"keycloak-masthead": "999.0.0-SNAPSHOT",
"lodash-es": "^4.17.21",
@ -72,7 +72,7 @@
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^22.4.12",
"i18next-http-backend": "^2.1.1",
"i18next-http-backend": "^2.2.0",
"keycloak-js": "999.0.0-SNAPSHOT",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
@ -6436,9 +6436,9 @@
}
},
"node_modules/i18next-http-backend": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.1.1.tgz",
"integrity": "sha512-jByfUCDVgQ8+/Wens7queQhYYvMcGTW/lR4IJJNEDDXnmqjLrwi8ubXKpmp76/JIWEZHffNdWqnxFJcTVGeaOw==",
"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"
}