diff options
author | crupest <crupest@outlook.com> | 2022-06-04 01:25:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 01:25:45 +0800 |
commit | fa619646686369d2b2f2947afcf5112ed778e31b (patch) | |
tree | 9ea5f6679d46ea5e376d004cb6b9ac589d8f4884 | |
parent | e0c6621424ec0cc356c3625766209ebacabe5e17 (diff) | |
parent | f2b7aff154f780c58e7fe45b7eb72f6fd3a19083 (diff) | |
download | timeline-fa619646686369d2b2f2947afcf5112ed778e31b.tar.gz timeline-fa619646686369d2b2f2947afcf5112ed778e31b.tar.bz2 timeline-fa619646686369d2b2f2947afcf5112ed778e31b.zip |
Merge pull request #1235 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.8.8
-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 0c46fd57..8eaa25f3 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.7",
- "i18next": "^21.8.5",
+ "i18next": "^21.8.8",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|