Merge pull request #671 from gnmyt/dependabot/npm_and_yarn/client/i18next-http-backend-2.5.2

Bump i18next-http-backend from 2.5.1 to 2.5.2 in /client
This commit is contained in:
Mathias Wagner
2024-05-18 11:33:31 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
"cron-parser": "^4.9.0",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.1",
"i18next-http-backend": "^2.5.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
@@ -3692,9 +3692,9 @@
}
},
"node_modules/i18next-http-backend": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.1.tgz",
"integrity": "sha512-+rNX1tghdVxdfjfPt0bI1sNg5ahGW9kA7OboG7b4t03Fp69NdDlRIze6yXhIbN8rbHxJ8IP4dzRm/okZ15lkQg==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.2.tgz",
"integrity": "sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==",
"dependencies": {
"cross-fetch": "4.0.0"
}
@@ -8051,9 +8051,9 @@
}
},
"i18next-http-backend": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.1.tgz",
"integrity": "sha512-+rNX1tghdVxdfjfPt0bI1sNg5ahGW9kA7OboG7b4t03Fp69NdDlRIze6yXhIbN8rbHxJ8IP4dzRm/okZ15lkQg==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.5.2.tgz",
"integrity": "sha512-+K8HbDfrvc1/2X8jpb7RLhI9ZxBDpx3xogYkQwGKlWAUXLSEGXzgdt3EcUjLlBCdMwdQY+K+EUF6oh8oB6rwHw==",
"requires": {
"cross-fetch": "4.0.0"
}

View File

@@ -16,7 +16,7 @@
"cron-parser": "^4.9.0",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.1",
"i18next-http-backend": "^2.5.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",