diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-18 05:04:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 05:04:35 +0000 |
commit | 6459bbca5ff890b0ded69ede40c54715a499ad13 (patch) | |
tree | 49639fb8a85418775bd61764f54d7346a0c23f39 | |
parent | fd83b662f97295aadf3459194a6b4f1a0d440446 (diff) | |
download | timeline-6459bbca5ff890b0ded69ede40c54715a499ad13.tar.gz timeline-6459bbca5ff890b0ded69ede40c54715a499ad13.tar.bz2 timeline-6459bbca5ff890b0ded69ede40c54715a499ad13.zip |
build(deps): Bump i18next from 20.3.1 to 20.3.2 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.1 to 20.3.2.
- [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.1...v20.3.2)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 c1cc1c09..8af746ca 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.14.0",
- "i18next": "^20.3.1",
+ "i18next": "^20.3.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|