diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-10 05:14:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 05:14:39 +0000 |
commit | 7ed848ac292123e8265dad62afc2a2f272577769 (patch) | |
tree | 05f935f183f62ac56c5c0d71de1c9159a2400b96 | |
parent | 3d6c9fd916e18c99b3a5497b8313672680571b5e (diff) | |
download | timeline-7ed848ac292123e8265dad62afc2a2f272577769.tar.gz timeline-7ed848ac292123e8265dad62afc2a2f272577769.tar.bz2 timeline-7ed848ac292123e8265dad62afc2a2f272577769.zip |
build(deps): Bump i18next from 21.6.13 to 21.6.14 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.13 to 21.6.14.
- [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.13...v21.6.14)
---
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 d839b670..f80e3b22 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.1",
"core-js": "^3.21.1",
- "i18next": "^21.6.13",
+ "i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|