Bump react-i18next from 11.16.5 to 11.16.6

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.5 to 11.16.6.
- [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.16.5...v11.16.6)

---
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] 2022-04-18 04:12:31 +00:00 committed by Jon Koops
parent 52f9e814b6
commit 6a2b2e94f0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -24,7 +24,7 @@
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.16.5",
"react-i18next": "^11.16.6",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -17748,9 +17748,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.16.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.5.tgz",
"integrity": "sha512-dkDN9suVU/jaD9A0xM4qNU9++LwgueWZn5XGTDEKTZeBgsd3q17ssTQXlSbEb0Gl0iLDdUKU7MrdjQjDc33ztA==",
"version": "11.16.6",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.6.tgz",
"integrity": "sha512-qa76GnvAPafNSxKNN/XMhdCkVN/9Lm+BpzW5+6FE2ctYUemhbglP7oklGmYiJXlG24p9itqzlJDbCi3SNd3jzA==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
@ -35871,9 +35871,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.16.5",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.5.tgz",
"integrity": "sha512-dkDN9suVU/jaD9A0xM4qNU9++LwgueWZn5XGTDEKTZeBgsd3q17ssTQXlSbEb0Gl0iLDdUKU7MrdjQjDc33ztA==",
"version": "11.16.6",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.16.6.tgz",
"integrity": "sha512-qa76GnvAPafNSxKNN/XMhdCkVN/9Lm+BpzW5+6FE2ctYUemhbglP7oklGmYiJXlG24p9itqzlJDbCi3SNd3jzA==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",

View file

@ -42,7 +42,7 @@
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.16.5",
"react-i18next": "^11.16.6",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},