diff options
author | crupest <crupest@outlook.com> | 2021-12-18 21:06:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 21:06:09 +0800 |
commit | a6dd9ae9639b78bd39f40ff51eee2de460e91cb3 (patch) | |
tree | 4f25ac35ac70457efd6387d3b221206e727f4073 | |
parent | 81dc0b8de46341e9f41508c273cf818b58ed01b0 (diff) | |
parent | 22ee7fc745696180e5f99bf0ecb8eaf94fe9f104 (diff) | |
download | timeline-a6dd9ae9639b78bd39f40ff51eee2de460e91cb3.tar.gz timeline-a6dd9ae9639b78bd39f40ff51eee2de460e91cb3.tar.bz2 timeline-a6dd9ae9639b78bd39f40ff51eee2de460e91cb3.zip |
Merge pull request #994 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.6.2
build(deps): Bump i18next from 21.6.0 to 21.6.2 in /FrontEnd
-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 01762881..35c1a0b7 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.0",
+ "i18next": "^21.6.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|