diff options
author | crupest <crupest@outlook.com> | 2022-04-12 21:39:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 21:39:18 +0800 |
commit | effd740948313e4cdacd4f845877adc244997104 (patch) | |
tree | 6185daa41a4a8b35936aa00f3739b510cd77c8d8 | |
parent | 7715ddd0d70efc32bf3d04d2b2c356c333328344 (diff) | |
parent | 321cb65b8c165032fcd65b4f643b35a8726b2cdf (diff) | |
download | timeline-effd740948313e4cdacd4f845877adc244997104.tar.gz timeline-effd740948313e4cdacd4f845877adc244997104.tar.bz2 timeline-effd740948313e4cdacd4f845877adc244997104.zip |
Merge pull request #1156 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.6.16
-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 98b87d79..5d391882 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.21.1",
- "i18next": "^21.6.15",
+ "i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|