diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-25 09:07:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 09:07:07 +0000 |
commit | 900b9e1644805f330063539af79863ace311905c (patch) | |
tree | 4618561aee81d978e5be6bdd08acfd9d5f05b120 /FrontEnd/package.json | |
parent | cdf7948fe7c1ada2548660263bdd810adb1c4cc7 (diff) | |
parent | 1573152d8d4089039f36a698f147763fc63dc1f0 (diff) | |
download | timeline-900b9e1644805f330063539af79863ace311905c.tar.gz timeline-900b9e1644805f330063539af79863ace311905c.tar.bz2 timeline-900b9e1644805f330063539af79863ace311905c.zip |
Merge pull request #405 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.1.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 e34b0207..1dfec090 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": "^20.0.0",
+ "i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|