Bump react-i18next from 11.14.3 to 11.15.0

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.14.3 to 11.15.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.14.3...v11.15.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-12-13 04:08:48 +00:00 committed by Jon Koops
parent a06db7a506
commit 0516c60839
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View file

@ -24,7 +24,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.0", "react-flow-renderer": "^9.7.0",
"react-hook-form": "^6.15.8", "react-hook-form": "^6.15.8",
"react-i18next": "^11.14.3", "react-i18next": "^11.15.0",
"react-router-dom": "^5.3.0", "react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2" "use-react-router-breadcrumbs": "^2.0.2"
}, },
@ -11565,8 +11565,7 @@
"node_modules/html-escaper": { "node_modules/html-escaper": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
"dev": true
}, },
"node_modules/html-parse-stringify": { "node_modules/html-parse-stringify": {
"version": "3.0.1", "version": "3.0.1",
@ -17388,11 +17387,12 @@
} }
}, },
"node_modules/react-i18next": { "node_modules/react-i18next": {
"version": "11.14.3", "version": "11.15.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.3.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.0.tgz",
"integrity": "sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g==", "integrity": "sha512-7JOIO7KkKSxB7Ycof6ilx9aQ/tviInTqN2sqHyKrjd5MKHyFyKyXVkYrb7KmG/ISFPA4ugWwor5Qsq8IVyQ/Cg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
"html-parse-stringify": "^3.0.1" "html-parse-stringify": "^3.0.1"
}, },
"peerDependencies": { "peerDependencies": {
@ -30636,8 +30636,7 @@
"html-escaper": { "html-escaper": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
"dev": true
}, },
"html-parse-stringify": { "html-parse-stringify": {
"version": "3.0.1", "version": "3.0.1",
@ -35045,11 +35044,12 @@
"requires": {} "requires": {}
}, },
"react-i18next": { "react-i18next": {
"version": "11.14.3", "version": "11.15.0",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.3.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.0.tgz",
"integrity": "sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g==", "integrity": "sha512-7JOIO7KkKSxB7Ycof6ilx9aQ/tviInTqN2sqHyKrjd5MKHyFyKyXVkYrb7KmG/ISFPA4ugWwor5Qsq8IVyQ/Cg==",
"requires": { "requires": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
"html-parse-stringify": "^3.0.1" "html-parse-stringify": "^3.0.1"
} }
}, },

View file

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