diff options
author | crupest <crupest@outlook.com> | 2021-07-26 19:12:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 19:12:03 +0800 |
commit | de6af11bd2bd656e8b4580ffbdb475afe1590410 (patch) | |
tree | 59f0db07507f5623b759634216efac7127e87b14 | |
parent | 7636bf70ddfcec590e7b7aceae05c9908e7b3df2 (diff) | |
parent | 3eac96c1cfaffc6662e6434799fb30bfc5e33726 (diff) | |
download | timeline-de6af11bd2bd656e8b4580ffbdb475afe1590410.tar.gz timeline-de6af11bd2bd656e8b4580ffbdb475afe1590410.tar.bz2 timeline-de6af11bd2bd656e8b4580ffbdb475afe1590410.zip |
Merge pull request #694 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.3.5
-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 941a3155..5839e7a9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.0",
"core-js": "^3.15.2",
- "i18next": "^20.3.4",
+ "i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|