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:
parent
2ad4aae5d3
commit
68e34c85bd
3 changed files with 7 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -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
10
js/package-lock.json
generated
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue