diff options
author | crupest <crupest@outlook.com> | 2021-12-08 13:15:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 13:15:33 +0800 |
commit | 770b4289de8a566e85814d82b0a5f80be9716a10 (patch) | |
tree | 398f396d6f98b5ab2791396dad1a5bd1ad3bad1a | |
parent | 7ba7b6e2887f3dd232557dccc70694185708ff47 (diff) | |
parent | 6c7b2eef85701ac3a518162e2870cc79740ef3bb (diff) | |
download | timeline-770b4289de8a566e85814d82b0a5f80be9716a10.tar.gz timeline-770b4289de8a566e85814d82b0a5f80be9716a10.tar.bz2 timeline-770b4289de8a566e85814d82b0a5f80be9716a10.zip |
Merge pull request #976 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.5.6
-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 14ab57be..f43413d0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.1.0",
"core-js": "^3.19.3",
- "i18next": "^21.5.5",
+ "i18next": "^21.5.6",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|