diff options
author | crupest <crupest@outlook.com> | 2022-03-06 00:12:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 00:12:35 +0800 |
commit | 7010d2dab8e2064c00020846c817cde6acbd454d (patch) | |
tree | 8271f76972c73271e08bf00f9d865a18222bd411 | |
parent | cdb0c5411afab5825df79f8957a9383aa56c353c (diff) | |
parent | a269d407f5f58c5a2ad0bf8a1d04796b2bb8217c (diff) | |
download | timeline-7010d2dab8e2064c00020846c817cde6acbd454d.tar.gz timeline-7010d2dab8e2064c00020846c817cde6acbd454d.tar.bz2 timeline-7010d2dab8e2064c00020846c817cde6acbd454d.zip |
Merge pull request #1089 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.6.13
-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 00d83848..dfd95d6d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.1",
"core-js": "^3.21.1",
- "i18next": "^21.6.11",
+ "i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|