diff options
author | crupest <crupest@outlook.com> | 2022-05-12 20:42:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 20:42:07 +0800 |
commit | 8d49d54f9e18c75bd7ed02859405edc39cef37f0 (patch) | |
tree | 011edf69f9729959b8dd635a46881e184b06d4d0 | |
parent | ab21ad9d429464ca74f7d5d7b48723369cef49eb (diff) | |
parent | 761f1e2603c3e786678c0c651921e4bb57769f7b (diff) | |
download | timeline-8d49d54f9e18c75bd7ed02859405edc39cef37f0.tar.gz timeline-8d49d54f9e18c75bd7ed02859405edc39cef37f0.tar.bz2 timeline-8d49d54f9e18c75bd7ed02859405edc39cef37f0.zip |
Merge pull request #1205 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.8.1
-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 66ddf474..6a1c0966 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.22.5",
- "i18next": "^21.8.0",
+ "i18next": "^21.8.1",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|