diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-06 14:20:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 14:20:11 +0000 |
commit | 83233e29eac4909cfe43136a805c54e44f296296 (patch) | |
tree | 9ca3e4b13681757d78db1032c069e2dd7302dd64 | |
parent | c0be83e73116111d30dca98a407be31e432ff0c8 (diff) | |
download | timeline-83233e29eac4909cfe43136a805c54e44f296296.tar.gz timeline-83233e29eac4909cfe43136a805c54e44f296296.tar.bz2 timeline-83233e29eac4909cfe43136a805c54e44f296296.zip |
build(deps): Bump i18next from 21.5.2 to 21.5.4 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.5.2 to 21.5.4.
- [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.5.2...v21.5.4)
---
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 0456fd0d..409fbfb8 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.3",
- "i18next": "^21.5.2",
+ "i18next": "^21.5.4",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|