Merge pull request #142 from gnmyt/dependabot/npm_and_yarn/client/i18next-http-backend-2.0.2

Bump i18next-http-backend from 2.0.1 to 2.0.2 in /client
This commit is contained in:
Mathias Wagner
2022-11-25 23:03:59 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
"cron-parser": "^4.7.0",
"i18next": "^22.0.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.1",
"i18next-http-backend": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0",
@@ -3152,9 +3152,9 @@
}
},
"node_modules/i18next-http-backend": {
"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==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.2.tgz",
"integrity": "sha512-TFiIqitZEc8+jyca31EW5ef5PjUYtUGGfL8c8FJwiiHguq5OQTqoR3mxpKqaCPiikg+cxSgXtNA2gZPCu0aryQ==",
"dependencies": {
"cross-fetch": "3.1.5"
}
@@ -6832,9 +6832,9 @@
}
},
"i18next-http-backend": {
"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==",
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.0.2.tgz",
"integrity": "sha512-TFiIqitZEc8+jyca31EW5ef5PjUYtUGGfL8c8FJwiiHguq5OQTqoR3mxpKqaCPiikg+cxSgXtNA2gZPCu0aryQ==",
"requires": {
"cross-fetch": "3.1.5"
}

View File

@@ -14,7 +14,7 @@
"cron-parser": "^4.7.0",
"i18next": "^22.0.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.0.1",
"i18next-http-backend": "^2.0.2",
"react-i18next": "^12.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",