Bump react-i18next from 11.18.0 to 11.18.1

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.0 to 11.18.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.18.0...v11.18.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] 2022-07-18 04:11:13 +00:00 committed by Jon Koops
parent 6a70acd82e
commit b4486303e1
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -25,7 +25,7 @@
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.18.0",
"react-i18next": "^11.18.1",
"react-router-dom": "^5.3.3",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -15360,9 +15360,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.18.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.0.tgz",
"integrity": "sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==",
"version": "11.18.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.1.tgz",
"integrity": "sha512-S8cl4mvIOSA7OQCE5jNy2yhv705Vwi+7PinpqKIYcBmX/trJtHKqrf6CL67WJSA8crr2JU+oxE9jn9DQIrQezg==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"
@ -30175,9 +30175,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.18.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.0.tgz",
"integrity": "sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==",
"version": "11.18.1",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.1.tgz",
"integrity": "sha512-S8cl4mvIOSA7OQCE5jNy2yhv705Vwi+7PinpqKIYcBmX/trJtHKqrf6CL67WJSA8crr2JU+oxE9jn9DQIrQezg==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"

View file

@ -44,7 +44,7 @@
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.18.0",
"react-i18next": "^11.18.1",
"react-router-dom": "^5.3.3",
"use-react-router-breadcrumbs": "^2.0.2"
},