diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-08 05:06:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 05:06:12 +0000 |
commit | c93aa9be0aafbbd0af2feeed8db81ecfc9502e8b (patch) | |
tree | 45d6fd1113c91981d52d5cd37931e9413b9dac51 | |
parent | 17ffddfbafd5f05048c144b0e4f6dc21c0d5be96 (diff) | |
download | timeline-c93aa9be0aafbbd0af2feeed8db81ecfc9502e8b.tar.gz timeline-c93aa9be0aafbbd0af2feeed8db81ecfc9502e8b.tar.bz2 timeline-c93aa9be0aafbbd0af2feeed8db81ecfc9502e8b.zip |
build(deps): Bump i18next from 21.8.8 to 21.8.9 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.8.8 to 21.8.9.
- [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.8...v21.8.9)
---
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 b15b4597..30efd951 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.8",
- "i18next": "^21.8.8",
+ "i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|