diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-02 14:45:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 14:45:50 +0000 |
commit | d3a2f12c74ca3261b798469a319a6367095ed889 (patch) | |
tree | 4561109d21a2a2e4ca1118c7e4a24e1f7056fe0f /FrontEnd | |
parent | 9234884514bf770c20faf6717c6dfae5e615f582 (diff) | |
download | timeline-d3a2f12c74ca3261b798469a319a6367095ed889.tar.gz timeline-d3a2f12c74ca3261b798469a319a6367095ed889.tar.bz2 timeline-d3a2f12c74ca3261b798469a319a6367095ed889.zip |
build(deps): Bump i18next from 21.0.2 to 21.2.3 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.0.2 to 21.2.3.
- [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.0.2...v21.2.3)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 fbda035e..d406b361 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.18.1",
- "i18next": "^21.0.2",
+ "i18next": "^21.2.3",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|