Bump i18next-http-backend from 1.4.4 to 2.0.0 (#3662)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 1.4.4 to 2.0.0. - [Release notes](https://github.com/i18next/i18next-http-backend/releases) - [Commits](https://github.com/i18next/i18next-http-backend/compare/v1.4.4...v2.0.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> 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
b9257a5988
commit
bad489fef9
3 changed files with 12 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
||||||
"@patternfly/react-core": "^4.250.1",
|
"@patternfly/react-core": "^4.250.1",
|
||||||
"@patternfly/react-icons": "^4.92.6",
|
"@patternfly/react-icons": "^4.92.6",
|
||||||
"i18next": "^22.0.2",
|
"i18next": "^22.0.2",
|
||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^2.0.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-i18next": "^12.0.0",
|
"react-i18next": "^12.0.0",
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"flat": "^5.0.2",
|
"flat": "^5.0.2",
|
||||||
"i18next": "^22.0.2",
|
"i18next": "^22.0.2",
|
||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^2.0.0",
|
||||||
"keycloak-js": "999.0.0-dev",
|
"keycloak-js": "999.0.0-dev",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
|
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -34,7 +34,7 @@
|
||||||
"@patternfly/react-core": "^4.250.1",
|
"@patternfly/react-core": "^4.250.1",
|
||||||
"@patternfly/react-icons": "^4.92.6",
|
"@patternfly/react-icons": "^4.92.6",
|
||||||
"i18next": "^22.0.2",
|
"i18next": "^22.0.2",
|
||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^2.0.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-i18next": "^12.0.0",
|
"react-i18next": "^12.0.0",
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"flat": "^5.0.2",
|
"flat": "^5.0.2",
|
||||||
"i18next": "^22.0.2",
|
"i18next": "^22.0.2",
|
||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^2.0.0",
|
||||||
"keycloak-js": "999.0.0-dev",
|
"keycloak-js": "999.0.0-dev",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
|
@ -9356,8 +9356,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/i18next-http-backend": {
|
"node_modules/i18next-http-backend": {
|
||||||
"version": "1.4.4",
|
"version": "2.0.0",
|
||||||
"license": "MIT",
|
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-6aFT5LcDOSxFyaoezruIxZDzpp6nu92j1iZc444nrz/OOaF7rsxQFNi1es19la53MQQFzG7uD2Koxi7Jav8khg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cross-fetch": "3.1.5"
|
"cross-fetch": "3.1.5"
|
||||||
}
|
}
|
||||||
|
@ -18302,7 +18303,7 @@
|
||||||
"@types/react-dom": "^17.0.16",
|
"@types/react-dom": "^17.0.16",
|
||||||
"@vitejs/plugin-react": "^2.1.0",
|
"@vitejs/plugin-react": "^2.1.0",
|
||||||
"i18next": "^22.0.2",
|
"i18next": "^22.0.2",
|
||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^2.0.0",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-i18next": "^12.0.0",
|
"react-i18next": "^12.0.0",
|
||||||
|
@ -18415,7 +18416,7 @@
|
||||||
"gunzip-maybe": "^1.4.2",
|
"gunzip-maybe": "^1.4.2",
|
||||||
"http2-proxy": "^5.0.53",
|
"http2-proxy": "^5.0.53",
|
||||||
"i18next": "^22.0.2",
|
"i18next": "^22.0.2",
|
||||||
"i18next-http-backend": "^1.4.4",
|
"i18next-http-backend": "^2.0.0",
|
||||||
"jsdom": "^20.0.1",
|
"jsdom": "^20.0.1",
|
||||||
"keycloak-js": "999.0.0-dev",
|
"keycloak-js": "999.0.0-dev",
|
||||||
"ldap-server-mock": "^5.0.0",
|
"ldap-server-mock": "^5.0.0",
|
||||||
|
@ -21489,7 +21490,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"i18next-http-backend": {
|
"i18next-http-backend": {
|
||||||
"version": "1.4.4",
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-6aFT5LcDOSxFyaoezruIxZDzpp6nu92j1iZc444nrz/OOaF7rsxQFNi1es19la53MQQFzG7uD2Koxi7Jav8khg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"cross-fetch": "3.1.5"
|
"cross-fetch": "3.1.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue