Bump react-i18next from 11.3.4 to 11.3.5

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.3.4 to 11.3.5.
- [Release notes](https://github.com/i18next/react-i18next/releases)
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v11.3.4...v11.3.5)

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

6
package-lock.json generated
View File

@ -14048,9 +14048,9 @@
"integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA=="
}, },
"react-i18next": { "react-i18next": {
"version": "11.3.4", "version": "11.3.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.3.4.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.3.5.tgz",
"integrity": "sha512-IRZMD7PAM3C+fJNzRbyLNi1ZD0kc3Z3obBspJjEl+9H+ME41PhVor3BpdIqv/Rm7lUoGhMjmpu42J45ooJ61KA==", "integrity": "sha512-x1dgM7UU/jKQ72/q3p9kkYz0C8fqAfMlUlx+SxqBUcRMTs/09HfnOUZFry1+GBpUcDHAg8R/vmPqL9rRzFO0UQ==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1", "@babel/runtime": "^7.3.1",
"html-parse-stringify2": "2.0.1" "html-parse-stringify2": "2.0.1"

View File

@ -24,7 +24,7 @@
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-easy-panzoom": "^0.4.4", "react-easy-panzoom": "^0.4.4",
"react-i18next": "^11.3.4", "react-i18next": "^11.3.5",
"react-markdown": "^4.3.1", "react-markdown": "^4.3.1",
"react-scripts": "3.4.1", "react-scripts": "3.4.1",
"react-toastify": "^5.5.0", "react-toastify": "^5.5.0",