Bump react-i18next from 11.16.9 to 11.17.0
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.9 to 11.17.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.16.9...v11.17.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:
parent
87a43e8094
commit
d42edc564b
2 changed files with 8 additions and 5 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -25,7 +25,7 @@
|
|||
"react-error-boundary": "^3.1.4",
|
||||
"react-flow-renderer": "^9.7.4",
|
||||
"react-hook-form": "^6.15.8",
|
||||
"react-i18next": "^11.16.9",
|
||||
"react-i18next": "^11.17.0",
|
||||
"react-router-dom": "^5.3.3",
|
||||
"use-react-router-breadcrumbs": "^2.0.2"
|
||||
},
|
||||
|
@ -16869,8 +16869,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-i18next": {
|
||||
"version": "11.16.9",
|
||||
"license": "MIT",
|
||||
"version": "11.17.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.0.tgz",
|
||||
"integrity": "sha512-ewq2S4bVUTRqOMAdM/XvzCn9xUPIryzeBQRghmJ8lC6VI/8Kp7z1GwoLyt8j7GB2ywhN2SjPk7LU4sHzVeu7aw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"html-escaper": "^2.0.2",
|
||||
|
@ -32103,7 +32104,9 @@
|
|||
"requires": {}
|
||||
},
|
||||
"react-i18next": {
|
||||
"version": "11.16.9",
|
||||
"version": "11.17.0",
|
||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.17.0.tgz",
|
||||
"integrity": "sha512-ewq2S4bVUTRqOMAdM/XvzCn9xUPIryzeBQRghmJ8lC6VI/8Kp7z1GwoLyt8j7GB2ywhN2SjPk7LU4sHzVeu7aw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"html-escaper": "^2.0.2",
|
||||
|
|
|
@ -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.16.9",
|
||||
"react-i18next": "^11.17.0",
|
||||
"react-router-dom": "^5.3.3",
|
||||
"use-react-router-breadcrumbs": "^2.0.2"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue