diff options
author | crupest <crupest@outlook.com> | 2022-06-24 18:03:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 18:03:42 +0800 |
commit | 9ae61077084158c20abb10d03c9b2a3c2b5fa4ff (patch) | |
tree | 0b17e37076e23eaef0bff443f3840f261a66c829 | |
parent | 919dfbe800ac421aa1f1d9cb66b21c84ed87a410 (diff) | |
parent | 337761fd1ffc5117f02c39b0abd44c72ce8ea184 (diff) | |
download | timeline-9ae61077084158c20abb10d03c9b2a3c2b5fa4ff.tar.gz timeline-9ae61077084158c20abb10d03c9b2a3c2b5fa4ff.tar.bz2 timeline-9ae61077084158c20abb10d03c9b2a3c2b5fa4ff.zip |
Merge pull request #1265 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.8.10
-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 4340c699..24be7585 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.23.0",
- "i18next": "^21.8.9",
+ "i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|