diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-11 05:09:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 05:09:54 +0000 |
commit | 4cd672229fdc7dc752a46b87c064b13257e6dea2 (patch) | |
tree | c37562739dd75d5fa9445eb6927ea24247a36a58 | |
parent | 82afa5db9d621ae32d94aeb2211f67206007e384 (diff) | |
download | timeline-4cd672229fdc7dc752a46b87c064b13257e6dea2.tar.gz timeline-4cd672229fdc7dc752a46b87c064b13257e6dea2.tar.bz2 timeline-4cd672229fdc7dc752a46b87c064b13257e6dea2.zip |
build(deps): Bump i18next from 20.3.5 to 20.4.0 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.5 to 20.4.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.3.5...v20.4.0)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 7ede7f41..754f1e1e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.16.1",
- "i18next": "^20.3.5",
+ "i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|