Bump react-i18next from 11.15.1 to 11.15.3

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.1 to 11.15.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.15.1...v11.15.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] 2022-01-03 09:50:10 +00:00 committed by Jon Koops
parent bea23b9ca1
commit c90e22c5f0
2 changed files with 16 additions and 8 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.1", "react-flow-renderer": "^9.7.1",
"react-hook-form": "^6.15.8", "react-hook-form": "^6.15.8",
"react-i18next": "^11.15.1", "react-i18next": "^11.15.3",
"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"
}, },
@ -17217,9 +17217,9 @@
} }
}, },
"node_modules/react-i18next": { "node_modules/react-i18next": {
"version": "11.15.1", "version": "11.15.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz",
"integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==", "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2", "html-escaper": "^2.0.2",
@ -17228,6 +17228,14 @@
"peerDependencies": { "peerDependencies": {
"i18next": ">= 19.0.0", "i18next": ">= 19.0.0",
"react": ">= 16.8.0" "react": ">= 16.8.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
} }
}, },
"node_modules/react-is": { "node_modules/react-is": {
@ -34740,9 +34748,9 @@
"requires": {} "requires": {}
}, },
"react-i18next": { "react-i18next": {
"version": "11.15.1", "version": "11.15.3",
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.1.tgz", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.15.3.tgz",
"integrity": "sha512-lnje1uKu5XeM5MLvfbt1oygF+nEIZnpOM4Iu8bkx5ECD4XRYgi3SJDmolrp0EDxDHeK2GgFb+vEEK0hsZ9sjeA==", "integrity": "sha512-RSUEM4So3Tu2JHV0JsZ5Yje+4nz66YViMfPZoywxOy0xyn3L7tE2CHvJ7Y9LUsrTU7vGmZ5bwb8PpjnkatdIxg==",
"requires": { "requires": {
"@babel/runtime": "^7.14.5", "@babel/runtime": "^7.14.5",
"html-escaper": "^2.0.2", "html-escaper": "^2.0.2",

View file

@ -40,7 +40,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-flow-renderer": "^9.7.1", "react-flow-renderer": "^9.7.1",
"react-hook-form": "^6.15.8", "react-hook-form": "^6.15.8",
"react-i18next": "^11.15.1", "react-i18next": "^11.15.3",
"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"
}, },