diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-28 05:06:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 05:06:16 +0000 |
commit | ffc2209bbcf324a49eaae12890b9731037a12cbe (patch) | |
tree | f8d6b63782e1d36072434e31e2d52036443ea3d6 /FrontEnd/package.json | |
parent | 5e54508610be0f10bff5cf8c7f89a48ab7a19caa (diff) | |
download | timeline-ffc2209bbcf324a49eaae12890b9731037a12cbe.tar.gz timeline-ffc2209bbcf324a49eaae12890b9731037a12cbe.tar.bz2 timeline-ffc2209bbcf324a49eaae12890b9731037a12cbe.zip |
build(deps): Bump react-i18next from 11.18.0 to 11.18.3 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.0 to 11.18.3.
- [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.18.0...v11.18.3)
---
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/package.json')
-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 b8c62fc1..90425e7b 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.2.0",
- "react-i18next": "^11.18.0",
+ "react-i18next": "^11.18.3",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|