diff options
author | crupest <crupest@outlook.com> | 2021-09-23 22:12:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-23 22:12:33 +0800 |
commit | 531601478010e16e68309541e5fa4ce01a7972d7 (patch) | |
tree | d0552cfac9a7d3db396376982fc9f561dbfee0fc | |
parent | 4ac90789f77997921be62b625e407cf12c351f06 (diff) | |
parent | b5fbf4c43807e8842527ad8e3ff1aaf782bd4106 (diff) | |
download | timeline-531601478010e16e68309541e5fa4ce01a7972d7.tar.gz timeline-531601478010e16e68309541e5fa4ce01a7972d7.tar.bz2 timeline-531601478010e16e68309541e5fa4ce01a7972d7.zip |
Merge pull request #837 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.0.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 4d1e23c1..48b713b5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.18.0",
- "i18next": "^21.0.0",
+ "i18next": "^21.0.1",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.1",
"lodash": "^4.17.21",
|