diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-20 05:08:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 05:08:04 +0000 |
commit | 338421080e64ec5d4389cf00d1268ad5b4f838e9 (patch) | |
tree | 1ab57d7aded2af9188970c193d458f08da82869a | |
parent | a00b4dc5b76c6fc6da291fea31ed7bd3c5fa231e (diff) | |
download | timeline-338421080e64ec5d4389cf00d1268ad5b4f838e9.tar.gz timeline-338421080e64ec5d4389cf00d1268ad5b4f838e9.tar.bz2 timeline-338421080e64ec5d4389cf00d1268ad5b4f838e9.zip |
build(deps): Bump i18next from 21.6.2 to 21.6.3 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.2 to 21.6.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.6.2...v21.6.3)
---
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 b60dfb1f..fc581d2a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.1.0",
"core-js": "^3.20.0",
- "i18next": "^21.6.2",
+ "i18next": "^21.6.3",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|