Bump react-i18next from 11.15.3 to 11.15.4

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.3 to 11.15.4.
- [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.15.3...v11.15.4)

---
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-02-14 04:10:54 +00:00 committed by Jon Koops
parent f78771a8ec
commit 2733d0267c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -24,7 +24,7 @@
"react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.3",
"react-hook-form": "^6.15.8",
"react-i18next": "^11.15.3",
"react-i18next": "^11.15.4",
"react-router-dom": "^5.3.0",
"use-react-router-breadcrumbs": "^2.0.2"
},
@ -17187,9 +17187,9 @@
}
},
"node_modules/react-i18next": {
"version": "11.15.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz",
"integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==",
"version": "11.15.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.4.tgz",
"integrity": "sha512-jKJNAcVcbPGK+yrTcXhLblgPY16n6NbpZZL3Mk8nswj1v3ayIiUBVDU09SgqnT+DluyQBS97hwSvPU5yVFG0yg==",
"dependencies": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",
@ -34675,9 +34675,9 @@
"requires": {}
},
"react-i18next": {
"version": "11.15.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz",
"integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==",
"version": "11.15.4",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.4.tgz",
"integrity": "sha512-jKJNAcVcbPGK+yrTcXhLblgPY16n6NbpZZL3Mk8nswj1v3ayIiUBVDU09SgqnT+DluyQBS97hwSvPU5yVFG0yg==",
"requires": {
"@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2",

View file

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