diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 08:21:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 08:21:46 +0000 |
commit | c0f6b2e752257cdf1577191369bde78f79a1aff3 (patch) | |
tree | f17c7848c6aa336d9a965f0af45f37f368732d13 /FrontEnd/package.json | |
parent | 689eed05a09f62f128d247bd5ae2fc2b4fcf2ad8 (diff) | |
parent | cea8f45c0281c79b9d2c0828c79868e71f94a2cc (diff) | |
download | timeline-c0f6b2e752257cdf1577191369bde78f79a1aff3.tar.gz timeline-c0f6b2e752257cdf1577191369bde78f79a1aff3.tar.bz2 timeline-c0f6b2e752257cdf1577191369bde78f79a1aff3.zip |
Merge pull request #397 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.0.0
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 7c050713..0e05459b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.1",
- "i18next": "^19.9.2",
+ "i18next": "^20.0.0",
"i18next-browser-languagedetector": "^6.1.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|