Bump i18next-http-backend from 2.0.0 to 2.0.1 (#3689)

Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-11-02 12:08:34 +01:00 committed by GitHub
parent 62e8fe73ab
commit 6462785e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -11,7 +11,7 @@
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.0",
"i18next-http-backend": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",

View file

@ -56,7 +56,7 @@
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.0",
"i18next-http-backend": "^2.0.1",
"keycloak-js": "999.0.0-dev",
"lodash-es": "^4.17.21",
"react": "^17.0.2",

20
package-lock.json generated
View file

@ -34,7 +34,7 @@
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-icons": "^4.92.6",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.0",
"i18next-http-backend": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",
@ -134,7 +134,7 @@
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.0",
"i18next-http-backend": "^2.0.1",
"keycloak-js": "999.0.0-dev",
"lodash-es": "^4.17.21",
"react": "^17.0.2",
@ -9443,9 +9443,9 @@
}
},
"node_modules/i18next-http-backend": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.0.tgz",
"integrity": "sha512-6aFT5LcDOSxFyaoezruIxZDzpp6nu92j1iZc444nrz/OOaF7rsxQFNi1es19la53MQQFzG7uD2Koxi7Jav8khg==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.1.tgz",
"integrity": "sha512-kzvSkOT3yhVijumDlp8/TgD1v07lYdFXsf5YYbB7Yu+K2S6PO0lKgZ4c/fyFcAKWiAiTjt9uVecBAbnJjKzhOw==",
"dependencies": {
"cross-fetch": "3.1.5"
}
@ -18717,7 +18717,7 @@
"@types/react-dom": "^17.0.16",
"@vitejs/plugin-react": "^2.2.0",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.0",
"i18next-http-backend": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.0.0",
@ -18829,7 +18829,7 @@
"gunzip-maybe": "^1.4.2",
"http2-proxy": "^5.0.53",
"i18next": "^22.0.2",
"i18next-http-backend": "^2.0.0",
"i18next-http-backend": "^2.0.1",
"jsdom": "^20.0.2",
"keycloak-js": "999.0.0-dev",
"ldap-server-mock": "^5.0.0",
@ -21853,9 +21853,9 @@
"dev": true
},
"i18next-http-backend": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.0.tgz",
"integrity": "sha512-6aFT5LcDOSxFyaoezruIxZDzpp6nu92j1iZc444nrz/OOaF7rsxQFNi1es19la53MQQFzG7uD2Koxi7Jav8khg==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.1.tgz",
"integrity": "sha512-kzvSkOT3yhVijumDlp8/TgD1v07lYdFXsf5YYbB7Yu+K2S6PO0lKgZ4c/fyFcAKWiAiTjt9uVecBAbnJjKzhOw==",
"requires": {
"cross-fetch": "3.1.5"
}