diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-26 05:06:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 05:06:49 +0000 |
commit | 3eac96c1cfaffc6662e6434799fb30bfc5e33726 (patch) | |
tree | 83ee4b453ceba8035e9bc528acd6db7e5d2c6237 | |
parent | 09f8bfe09f4d2fa1728460adae54f6ba2e0eba2a (diff) | |
download | timeline-3eac96c1cfaffc6662e6434799fb30bfc5e33726.tar.gz timeline-3eac96c1cfaffc6662e6434799fb30bfc5e33726.tar.bz2 timeline-3eac96c1cfaffc6662e6434799fb30bfc5e33726.zip |
build(deps): Bump i18next from 20.3.4 to 20.3.5 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.4 to 20.3.5.
- [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.4...v20.3.5)
---
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 8449e0a0..ada78c88 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.4",
+ "i18next": "^20.3.5",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|