diff options
author | crupest <crupest@outlook.com> | 2022-02-01 20:39:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 20:39:29 +0800 |
commit | f99388ae666cddcf6ed77c645d17226be8fb24b7 (patch) | |
tree | 7bc65bf92451fa55a74aefea930b5d87564adc27 /FrontEnd | |
parent | 2e74d74f19b4f397af4e641f6101931718c1ccf8 (diff) | |
parent | 9009204c0b1b8075c322d830332a58fd522ab1ed (diff) | |
download | timeline-f99388ae666cddcf6ed77c645d17226be8fb24b7.tar.gz timeline-f99388ae666cddcf6ed77c645d17226be8fb24b7.tar.bz2 timeline-f99388ae666cddcf6ed77c645d17226be8fb24b7.zip |
Merge pull request #1043 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.6.10
build(deps): Bump i18next from 21.6.4 to 21.6.10 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-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 f9f786c8..57e32eeb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.0",
"core-js": "^3.20.3",
- "i18next": "^21.6.4",
+ "i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|