diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:16:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:16:39 +0000 |
commit | 6b3a99ea09a039cd634f380017d6382c87d17d16 (patch) | |
tree | 5781f8ef7b5f16c54f61d70bff560d105ab6e603 | |
parent | 6257f02acfcd3c0d06795e0b56ea434ab46d2717 (diff) | |
download | timeline-6b3a99ea09a039cd634f380017d6382c87d17d16.tar.gz timeline-6b3a99ea09a039cd634f380017d6382c87d17d16.tar.bz2 timeline-6b3a99ea09a039cd634f380017d6382c87d17d16.zip |
build(deps): Bump react-i18next from 11.8.11 to 11.8.12 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.11 to 11.8.12.
- [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.8.11...v11.8.12)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 97d1b723..97733bd0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.11",
+ "react-i18next": "^11.8.12",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|