diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-24 07:14:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 07:14:18 +0000 |
commit | 7319f38813f1686d6e366c3dbe2a638908007bf4 (patch) | |
tree | d66028f7e92d1dfff3f26ee813dd98203c6864f2 | |
parent | babb6bc0384ac139749d0920805500828a136072 (diff) | |
download | timeline-7319f38813f1686d6e366c3dbe2a638908007bf4.tar.gz timeline-7319f38813f1686d6e366c3dbe2a638908007bf4.tar.bz2 timeline-7319f38813f1686d6e366c3dbe2a638908007bf4.zip |
build(deps): Bump i18next from 20.2.4 to 20.3.0 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.2.4 to 20.3.0.
- [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.2.4...v20.3.0)
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 a6f43849..717acedc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.12.1",
- "i18next": "^20.2.4",
+ "i18next": "^20.3.0",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
|