Bump react-i18next from 11.14.2 to 11.14.3

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.14.2 to 11.14.3.
- [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.2...v11.14.3)

---
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-11-29 04:08:47 +00:00 committed by Jon Koops
parent 352a28c013
commit b30011264b
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.4",
"react-flow-renderer": "^9.6.11",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.14.2",
"react-i18next": "^11.14.3",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -17064,9 +17064,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.14.2",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.2.tgz",
"integrity": "sha512-fmDhwNA0zDmSEL3BBT5qwNMvxrKu25oXDDAZyHprfB0AHZmWXfBmRLf8MX8i1iBd2I2C2vsA2D9wxYBIwzooEQ==",
"version": "11.14.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.3.tgz",
"integrity": "sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"
@ -34510,9 +34510,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.14.2",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.2.tgz",
"integrity": "sha512-fmDhwNA0zDmSEL3BBT5qwNMvxrKu25oXDDAZyHprfB0AHZmWXfBmRLf8MX8i1iBd2I2C2vsA2D9wxYBIwzooEQ==",
"version": "11.14.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.14.3.tgz",
"integrity": "sha512-Hf2aanbKgYxPjG8ZdKr+PBz9sY6sxXuZWizxCYyJD2YzvJ0W9JTQcddVEjDaKyBoCyd3+5HTerdhc9ehFugc6g==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-parse-stringify": "^3.0.1"

View file

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