diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:10:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:10:57 +0000 |
commit | f5a25b61bfc64df661875b36a4a1e5ffc78f3440 (patch) | |
tree | c2b368c15a794ec48d2bb84b05ef8a12feb55536 /FrontEnd/package.json | |
parent | 104c453b93b22f083b9cef53aa579070c037b777 (diff) | |
download | timeline-f5a25b61bfc64df661875b36a4a1e5ffc78f3440.tar.gz timeline-f5a25b61bfc64df661875b36a4a1e5ffc78f3440.tar.bz2 timeline-f5a25b61bfc64df661875b36a4a1e5ffc78f3440.zip |
build(deps): Bump i18next from 19.8.5 to 19.8.7 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 19.8.5 to 19.8.7.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v19.8.5...v19.8.7)
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 3e06c1b9..4c976a46 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.8.3",
- "i18next": "^19.8.4",
+ "i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
|