Bump react-i18next from 11.15.0 to 11.15.1

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.0 to 11.15.1.
- [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.15.0...v11.15.1)

---
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-12-20 04:09:07 +00:00 committed by Jon Koops
parent 4013dfeb09
commit 9a7cbb44c9
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.0",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.15.0",
"react-i18next": "^11.15.1",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -17261,9 +17261,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.15.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.0.tgz",
"integrity": "sha512-7JOIO7KkKSxB7Ycof6ilx9aQ/tviInTqN2sqHyKrjd5MKHyFyKyXVkYrb7KmG/ISFPA4ugWwor5Qsq8IVyQ/Cg==",
"version": "11.15.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz",
"integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
@ -34803,9 +34803,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.15.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.0.tgz",
"integrity": "sha512-7JOIO7KkKSxB7Ycof6ilx9aQ/tviInTqN2sqHyKrjd5MKHyFyKyXVkYrb7KmG/ISFPA4ugWwor5Qsq8IVyQ/Cg==",
"version": "11.15.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz",
"integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",

View file

@ -40,7 +40,7 @@
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.0",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.15.0",
"react-i18next": "^11.15.1",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},