diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-09 07:12:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 07:12:50 +0000 |
commit | dfabac9d73f347cbd0aa8593af459adb00a7ca3a (patch) | |
tree | 3b5e20d8b0b82a3a6dd3e7776bb5deb305140970 | |
parent | 7978a4c8597a152e002516692fedb182a18fcae1 (diff) | |
download | timeline-dfabac9d73f347cbd0aa8593af459adb00a7ca3a.tar.gz timeline-dfabac9d73f347cbd0aa8593af459adb00a7ca3a.tar.bz2 timeline-dfabac9d73f347cbd0aa8593af459adb00a7ca3a.zip |
build(deps): Bump react-i18next from 11.8.5 to 11.8.6 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.5 to 11.8.6.
- [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.5...v11.8.6)
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 eaab3645..e869645d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.5",
+ "react-i18next": "^11.8.6",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|