diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-17 05:07:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 05:07:07 +0000 |
commit | dac9481fdc648a2031af47bc56774c2ad12777fe (patch) | |
tree | 7934e57f0b60a18315784b32cf18a43abee1e364 | |
parent | c9284e06b512e877489f56edf2df2c96b754286c (diff) | |
download | timeline-dac9481fdc648a2031af47bc56774c2ad12777fe.tar.gz timeline-dac9481fdc648a2031af47bc56774c2ad12777fe.tar.bz2 timeline-dac9481fdc648a2031af47bc56774c2ad12777fe.zip |
build(deps): Bump i18next from 21.4.2 to 21.5.2 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.4.2 to 21.5.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/v21.4.2...v21.5.2)
---
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 88407474..98f43bef 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.19.1",
- "i18next": "^21.4.2",
+ "i18next": "^21.5.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|