Bump react-i18next from 11.11.1 to 11.11.3

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.11.1 to 11.11.3.
- [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.11.1...v11.11.3)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-16 09:03:24 +00:00 committed by Jon Koops
parent fd677b28ca
commit fd412c8e83
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View file

@ -21,7 +21,7 @@
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.11.1",
"react-i18next": "^11.11.3",
"react-router-dom": "^5.2.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -24751,8 +24751,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.11.1",
"integrity": "sha512-MtfzPEOvx0ev2cz0HmrEcduuqkktSa5bfeN8Flp0cvN0xP3H3MRSTa8P6pxPtqstHbRe1cD9QBOr5T/FEV2gOw==",
"version": "11.11.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz",
"integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"
@ -48131,8 +48132,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.11.1",
"integrity": "sha512-MtfzPEOvx0ev2cz0HmrEcduuqkktSa5bfeN8Flp0cvN0xP3H3MRSTa8P6pxPtqstHbRe1cD9QBOr5T/FEV2gOw==",
"version": "11.11.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.3.tgz",
"integrity": "sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"

View file

@ -39,7 +39,7 @@
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.11.1",
"react-i18next": "^11.11.3",
"react-router-dom": "^5.2.0",
"use-react-router-breadcrumbs": "^2.0.2"
},