diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-19 05:06:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 05:06:35 +0000 |
commit | c332ea205128fc1817d6835c77bdadb028177dff (patch) | |
tree | bbe6e93180fe3a1af05a39cb639cfd4eddbf8fea | |
parent | aa98cede952c042e70433ab1134580c5f9534c6b (diff) | |
download | timeline-c332ea205128fc1817d6835c77bdadb028177dff.tar.gz timeline-c332ea205128fc1817d6835c77bdadb028177dff.tar.bz2 timeline-c332ea205128fc1817d6835c77bdadb028177dff.zip |
build(deps): Bump i18next from 21.8.2 to 21.8.3 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.8.2 to 21.8.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/v21.8.2...v21.8.3)
---
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 d8206d51..f07d8881 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.2",
+ "i18next": "^21.8.3",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|