diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 05:09:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 05:09:56 +0000 |
commit | 52392e6b02b460241350f07bf02669f90365c98b (patch) | |
tree | 701b23ff52dcd324fe67c6cd1705d3ea34aa1e42 | |
parent | be41657b64557e9a967fe1173b2468a85a726112 (diff) | |
download | timeline-52392e6b02b460241350f07bf02669f90365c98b.tar.gz timeline-52392e6b02b460241350f07bf02669f90365c98b.tar.bz2 timeline-52392e6b02b460241350f07bf02669f90365c98b.zip |
build(deps): Bump react-i18next from 11.16.8 to 11.16.9 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.8 to 11.16.9.
- [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.8...v11.16.9)
---
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 c943685d..3db899b2 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.8",
+ "react-i18next": "^11.16.9",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|