diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-21 05:05:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 05:05:11 +0000 |
commit | 2541231188b9883cfd08d6a8c09a530bbbdfd77e (patch) | |
tree | 238a0d335ffd820fa4f73680b633b8b2cb8931d4 | |
parent | ce0ff124fa85256024c72154496bdf82a4105d9b (diff) | |
download | timeline-2541231188b9883cfd08d6a8c09a530bbbdfd77e.tar.gz timeline-2541231188b9883cfd08d6a8c09a530bbbdfd77e.tar.bz2 timeline-2541231188b9883cfd08d6a8c09a530bbbdfd77e.zip |
build(deps): Bump i18next from 20.3.3 to 20.3.4 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.3 to 20.3.4.
- [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.3...v20.3.4)
---
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 bbb472bd..a44281f3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.0",
"core-js": "^3.15.2",
- "i18next": "^20.3.3",
+ "i18next": "^20.3.4",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|