Bump i18next from 19.4.2 to 19.4.3

Bumps [i18next](https://github.com/i18next/i18next) from 19.4.2 to 19.4.3.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v19.4.2...v19.4.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-20 23:25:49 +00:00
committed by GitHub
parent af55ab656b
commit 77418ed2b1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8693,9 +8693,9 @@
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
}, },
"i18next": { "i18next": {
"version": "19.4.2", "version": "19.4.3",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.2.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.3.tgz",
"integrity": "sha512-gDctWhIgACc92Uub7vb0GTdtLKZTgiDIiBkGExOSPgqhCSyyPOb8svLxixzzSS3yMjC3fduK/BbkRt95JHwvDw==", "integrity": "sha512-mqjfrYnvoqh9s2yVnzUjMfELCOoRuiKbRYzICZozaHYZMpUx17MpWDCW6zC+E42CaveIet/Zh07j22GAo4CFqQ==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1" "@babel/runtime": "^7.3.1"
} }

View File

@ -15,7 +15,7 @@
"autoprefixer": "^9.7.6", "autoprefixer": "^9.7.6",
"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.3",
"i18next-browser-languagedetector": "^4.1.1", "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",