diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-15 08:28:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 08:28:52 +0000 |
commit | b89b7a27e8c77abced4efe37625ff1ae834953ab (patch) | |
tree | b2182c081dc87bc1a1cdce1ac09868c7be3d0bb4 | |
parent | 367ffd23e7e7f10f467f65b023c8e5a0148f0e02 (diff) | |
download | timeline-b89b7a27e8c77abced4efe37625ff1ae834953ab.tar.gz timeline-b89b7a27e8c77abced4efe37625ff1ae834953ab.tar.bz2 timeline-b89b7a27e8c77abced4efe37625ff1ae834953ab.zip |
build(deps): Bump react-i18next from 11.8.9 to 11.8.10 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.9 to 11.8.10.
- [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.9...v11.8.10)
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 0d1aa4b8..00ee86e4 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.1",
- "react-i18next": "^11.8.9",
+ "react-i18next": "^11.8.10",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|