diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-31 07:18:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 07:18:43 +0000 |
commit | 18b4d4978333d00446ffa4c150933cc84b80ef2d (patch) | |
tree | 2915788f424866f407280d1a5b39de2baa818f22 | |
parent | fa45532753dee9a68dd351a9f2eca1a931434315 (diff) | |
download | timeline-18b4d4978333d00446ffa4c150933cc84b80ef2d.tar.gz timeline-18b4d4978333d00446ffa4c150933cc84b80ef2d.tar.bz2 timeline-18b4d4978333d00446ffa4c150933cc84b80ef2d.zip |
build(deps): Bump i18next from 20.3.0 to 20.3.1 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.0 to 20.3.1.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v20.3.0...v20.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
-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 7608c51b..c9eb6f26 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.13.0",
- "i18next": "^20.3.0",
+ "i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|