diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-05 05:06:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 05:06:35 +0000 |
commit | ee198a590aac32f9bc2944eab544d14990573abc (patch) | |
tree | 248bd5226f7c894ed36a930d30c0f5c339ab366f | |
parent | b6aca624e5790970573bc5818dbb2be53c4109fb (diff) | |
download | timeline-ee198a590aac32f9bc2944eab544d14990573abc.tar.gz timeline-ee198a590aac32f9bc2944eab544d14990573abc.tar.bz2 timeline-ee198a590aac32f9bc2944eab544d14990573abc.zip |
build(deps): Bump react-i18next from 11.16.7 to 11.16.8 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.7 to 11.16.8.
- [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.16.7...v11.16.8)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 1b2308ce..00333eec 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.16.6",
+ "react-i18next": "^11.16.8",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|