Bump i18next-browser-languagedetector from 4.0.2 to 4.1.0

Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/i18next/i18next-browser-languageDetector/releases)
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v4.0.2...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-16 23:27:42 +00:00
committed by GitHub
parent 9cd8006013
commit 8ae0fa0cde
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8701,9 +8701,9 @@
}
},
"i18next-browser-languagedetector": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.0.2.tgz",
"integrity": "sha512-AK4IZ3XST4HIKShgpB2gOFeDPrMOnZx56GLA6dGo/8rvkiczIlq05lV8w77c3ShEZxtTZeUVRI4Q/cBFFVXS/w==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.1.0.tgz",
"integrity": "sha512-Ffsd/gpiJpsPRuLbhIB1RktHXNCuHRaMiKNZRwY5BwVthG9P+qg2WFL0ULpy/KW50+yNBSE4Y/gM5u8CmV5wdA==",
"requires": {
"@babel/runtime": "^7.5.5"
}

View File

@ -16,7 +16,7 @@
"axios": "^0.19.2",
"html2canvas": "^1.0.0-rc.5",
"i18next": "^19.4.2",
"i18next-browser-languagedetector": "^4.0.2",
"i18next-browser-languagedetector": "^4.1.0",
"i18next-xhr-backend": "^3.2.2",
"jspdf": "^1.5.3",
"lodash": "^4.17.15",