diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-15 05:05:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 05:05:46 +0000 |
commit | 7bfa2022160f0b55cf2b21db00dad8026868cef3 (patch) | |
tree | f0fcede6fb8075a1f94b417473bb590a12ef7e79 /FrontEnd/package.json | |
parent | a712215ef63e076e2477d0e92d3bed4a5050ac67 (diff) | |
download | timeline-7bfa2022160f0b55cf2b21db00dad8026868cef3.tar.gz timeline-7bfa2022160f0b55cf2b21db00dad8026868cef3.tar.bz2 timeline-7bfa2022160f0b55cf2b21db00dad8026868cef3.zip |
build(deps): Bump i18next from 20.3.2 to 20.3.3 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.2 to 20.3.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/v20.3.2...v20.3.3)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 d48b886e..f92aee43 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.15.2",
- "i18next": "^20.3.2",
+ "i18next": "^20.3.3",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|