Bump i18next-browser-languagedetector from 4.1.0 to 4.1.1

Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) from 4.1.0 to 4.1.1.
- [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.1.0...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-17 23:22:42 +00:00
committed by GitHub
parent ddae218ebb
commit 3ff2257356
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8701,9 +8701,9 @@
} }
}, },
"i18next-browser-languagedetector": { "i18next-browser-languagedetector": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.1.0.tgz", "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.1.1.tgz",
"integrity": "sha512-Ffsd/gpiJpsPRuLbhIB1RktHXNCuHRaMiKNZRwY5BwVthG9P+qg2WFL0ULpy/KW50+yNBSE4Y/gM5u8CmV5wdA==", "integrity": "sha512-akv0zurR/2KU7s1qaWkirY9FEEOT1TNsQaezEg8+1BLLQre7vylqb7tYoUgYqP/0/BEzXJgnoQnj+sh5xYFMhg==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5" "@babel/runtime": "^7.5.5"
} }

View File

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