diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-28 07:06:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 07:06:03 +0000 |
commit | 3d74020ea787f728a51a102b482ebd33bea4f93b (patch) | |
tree | 37b3d69fb28a74b041d5de53954751d82b3b1f30 | |
parent | ab0fb093ee0769ff67b3b71efdfcccd34bd8683a (diff) | |
download | timeline-3d74020ea787f728a51a102b482ebd33bea4f93b.tar.gz timeline-3d74020ea787f728a51a102b482ebd33bea4f93b.tar.bz2 timeline-3d74020ea787f728a51a102b482ebd33bea4f93b.zip |
build(deps): Bump react-i18next from 11.8.13 to 11.8.14 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.13 to 11.8.14.
- [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.13...v11.8.14)
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 f9b7560e..9e5af1ad 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -19,7 +19,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
- "react-i18next": "^11.8.13",
+ "react-i18next": "^11.8.14",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|