Bump react-i18next from 11.12.0 to 11.13.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.12.0 to 11.13.0.
- [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.12.0...v11.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-01 04:14:36 +00:00 committed by Jon Koops
parent 7b14da28a0
commit 2b592e93b9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -23,7 +23,7 @@
"react-error-boundary": "^3.1.3",
"react-flow-renderer": "^9.6.9",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.12.0",
"react-i18next": "^11.13.0",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -16954,9 +16954,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz",
"integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==",
"version": "11.13.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.13.0.tgz",
"integrity": "sha512-AY8ydSqx8LVm1Tn5yXFA0JwCeSWpcFOSr96HrjUXXVAWWbptamZOY2iMxVaGNlGxSLnRY0U2sdCIPVYHcmhBxQ==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"
@ -34368,9 +34368,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz",
"integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==",
"version": "11.13.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.13.0.tgz",
"integrity": "sha512-AY8ydSqx8LVm1Tn5yXFA0JwCeSWpcFOSr96HrjUXXVAWWbptamZOY2iMxVaGNlGxSLnRY0U2sdCIPVYHcmhBxQ==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"

View file

@ -39,7 +39,7 @@
"react-error-boundary": "^3.1.3",
"react-flow-renderer": "^9.6.9",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.12.0",
"react-i18next": "^11.13.0",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},