diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-25 06:27:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 06:27:37 +0000 |
commit | 22fd69c1f6412489df770753d71a245fb4c401fd (patch) | |
tree | 4ac5b02a1dab2cd0ff2df842b16f26df38fcea8e | |
parent | 3af9bdfe997257db36ea102fbaec15e58c3b0f51 (diff) | |
download | timeline-22fd69c1f6412489df770753d71a245fb4c401fd.tar.gz timeline-22fd69c1f6412489df770753d71a245fb4c401fd.tar.bz2 timeline-22fd69c1f6412489df770753d71a245fb4c401fd.zip |
build(deps): Bump react-i18next from 11.8.10 to 11.8.11 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.10 to 11.8.11.
- [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.10...v11.8.11)
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 e34b0207..f29c486a 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.10",
+ "react-i18next": "^11.8.11",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|