diff options
author | crupest <crupest@outlook.com> | 2021-09-18 23:58:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 23:58:26 +0800 |
commit | b944812574930eca58dc14385059e74aef596e46 (patch) | |
tree | 642bfc93163275eb6d42f18613e65ccbb38d62d6 | |
parent | 9c0fbaf097682442a8b5a92878fccd3f055efd41 (diff) | |
parent | efc69f41a58a8005f95dacda1f37bfcc983d2fae (diff) | |
download | timeline-b944812574930eca58dc14385059e74aef596e46.tar.gz timeline-b944812574930eca58dc14385059e74aef596e46.tar.bz2 timeline-b944812574930eca58dc14385059e74aef596e46.zip |
Merge pull request #803 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.6.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 90f90d55..28490e40 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.17.2",
- "i18next": "^20.6.0",
+ "i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.1",
"lodash": "^4.17.21",
|