diff options
author | crupest <crupest@outlook.com> | 2021-12-24 13:22:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 13:22:48 +0800 |
commit | 50190f84b30c765fd9f0046fce399e3b851863db (patch) | |
tree | 0654d712d5818bb7ef30bbb482796cc97a69e117 | |
parent | 80ddc18ce09c47964f170e66eee8a96a68fbe798 (diff) | |
parent | 338421080e64ec5d4389cf00d1268ad5b4f838e9 (diff) | |
download | timeline-50190f84b30c765fd9f0046fce399e3b851863db.tar.gz timeline-50190f84b30c765fd9f0046fce399e3b851863db.tar.bz2 timeline-50190f84b30c765fd9f0046fce399e3b851863db.zip |
Merge pull request #998 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.6.3
-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 b399c559..4b62af09 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.1.0",
"core-js": "^3.20.0",
- "i18next": "^21.6.2",
+ "i18next": "^21.6.3",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|