diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-12 05:05:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 05:05:49 +0000 |
commit | 761f1e2603c3e786678c0c651921e4bb57769f7b (patch) | |
tree | 68211710c9489e867c4b6289bf03dd93d7deabae | |
parent | 9e626bee69f6bdebf36650ab9cd6e1b5fb6491f4 (diff) | |
download | timeline-761f1e2603c3e786678c0c651921e4bb57769f7b.tar.gz timeline-761f1e2603c3e786678c0c651921e4bb57769f7b.tar.bz2 timeline-761f1e2603c3e786678c0c651921e4bb57769f7b.zip |
build(deps): Bump i18next from 21.8.0 to 21.8.1 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.8.0 to 21.8.1.
- [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.8.0...v21.8.1)
---
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 2dd8a63b..961ffedc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.22.5",
- "i18next": "^21.8.0",
+ "i18next": "^21.8.1",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|