diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-08 08:11:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 08:11:54 +0000 |
commit | 70567b475e9f13fecf62dd49646da15ce1bb9239 (patch) | |
tree | 58044128803dd07d2b7e525b88fda92e6fdcccc3 /FrontEnd/package.json | |
parent | 85113bd6e24d385bc3986e01b9f7c9e3b5e435e5 (diff) | |
download | timeline-70567b475e9f13fecf62dd49646da15ce1bb9239.tar.gz timeline-70567b475e9f13fecf62dd49646da15ce1bb9239.tar.bz2 timeline-70567b475e9f13fecf62dd49646da15ce1bb9239.zip |
build(deps): Bump react-i18next from 11.8.8 to 11.8.9 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.8 to 11.8.9.
- [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.8...v11.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 76d74e16..7f380ef2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.8",
+ "react-i18next": "^11.8.9",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|