diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 11:00:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 11:00:32 +0000 |
commit | c4007194d4f27641ceccdeb08b143d15ae8fbc8f (patch) | |
tree | d289f5bc54e0fadeba1b2e23bf852c5b7c70edb1 /FrontEnd/package.json | |
parent | 539c1a78afb1bde7f6e3373522a3bd39a37a8257 (diff) | |
parent | 8822e76f053fefdeddf9545d7033e22421a28f69 (diff) | |
download | timeline-c4007194d4f27641ceccdeb08b143d15ae8fbc8f.tar.gz timeline-c4007194d4f27641ceccdeb08b143d15ae8fbc8f.tar.bz2 timeline-c4007194d4f27641ceccdeb08b143d15ae8fbc8f.zip |
Merge pull request #327 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-19.9.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 d56e483e..39b18277 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.0",
- "i18next": "^19.8.9",
+ "i18next": "^19.9.0",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|