diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-23 05:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 05:05:24 +0000 |
commit | 310c7539ad742f1df11397f4495ae1e5dca3841d (patch) | |
tree | bbf7fb5bc8b2d7929e537653601745bea6c189b2 /FrontEnd | |
parent | b6f2a1984c7c64c0c0d6f3405bcb4d10151e751b (diff) | |
download | timeline-310c7539ad742f1df11397f4495ae1e5dca3841d.tar.gz timeline-310c7539ad742f1df11397f4495ae1e5dca3841d.tar.bz2 timeline-310c7539ad742f1df11397f4495ae1e5dca3841d.zip |
build(deps): Bump react-i18next from 11.15.4 to 11.15.5 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.4 to 11.15.5.
- [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.15.4...v11.15.5)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 ca58e0dc..d5fabe0f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,7 +23,7 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.15.4",
+ "react-i18next": "^11.15.5",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.1",
|