Bump react-i18next from 11.17.4 to 11.18.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.17.4 to 11.18.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.17.4...v11.18.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] 2022-07-08 12:31:19 +00:00 committed by Jon Koops
parent 882c222307
commit 032a47030e
2 changed files with 8 additions and 14 deletions

20
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.17.4",
"react-i18next": "^11.18.0",
"react-router-dom": "^5.3.3",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -8981,10 +8981,6 @@
"node": ">=12"
}
},
"node_modules/html-escaper": {
"version": "2.0.2",
"license": "MIT"
},
"node_modules/html-parse-stringify": {
"version": "3.0.1",
"license": "MIT",
@ -13352,11 +13348,11 @@
}
},
"node_modules/react-i18next": {
"version": "11.17.4",
"license": "MIT",
"version": "11.18.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.0.tgz",
"integrity": "sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
"html-parse-stringify": "^3.0.1"
},
"peerDependencies": {
@ -23160,9 +23156,6 @@
"whatwg-encoding": "^2.0.0"
}
},
"html-escaper": {
"version": "2.0.2"
},
"html-parse-stringify": {
"version": "3.0.1",
"requires": {
@ -26066,10 +26059,11 @@
"requires": {}
},
"react-i18next": {
"version": "11.17.4",
"version": "11.18.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.0.tgz",
"integrity": "sha512-coJujU20xJ5Wa5rHjTyB5LFKZb1yfXo2A+40RRSyAF0FlZRHyy+3C1Mr92x1JPfS7W7v2TWNn8mRhpDFGJwXVg==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
"html-parse-stringify": "^3.0.1"
}
},

View file

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