diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-09 05:05:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 05:05:51 +0000 |
commit | a7bd680b098e62d96c57bd6209d2110a71d6286e (patch) | |
tree | a1f9ff4bacd0027d13ee2c5d27e91a0d708dd1b5 | |
parent | a2ce513faba4e58bc749d024fae18563510701f0 (diff) | |
download | timeline-a7bd680b098e62d96c57bd6209d2110a71d6286e.tar.gz timeline-a7bd680b098e62d96c57bd6209d2110a71d6286e.tar.bz2 timeline-a7bd680b098e62d96c57bd6209d2110a71d6286e.zip |
build(deps): Bump react-i18next from 11.15.3 to 11.15.4 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.3 to 11.15.4.
- [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.3...v11.15.4)
---
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 439b46ef..0103782c 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.3",
+ "react-i18next": "^11.15.4",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.1",
|