diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 07:08:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 07:08:09 +0000 |
commit | 8d38a1e46c96125b7aa10da61c334f1ff9da8ef8 (patch) | |
tree | 7bf78d95581bac8f326a5eaac3ff91a53b1816c5 /FrontEnd/package.json | |
parent | 452a3622bca97545307e562f33ceb147a6c0ca1d (diff) | |
download | timeline-8d38a1e46c96125b7aa10da61c334f1ff9da8ef8.tar.gz timeline-8d38a1e46c96125b7aa10da61c334f1ff9da8ef8.tar.bz2 timeline-8d38a1e46c96125b7aa10da61c334f1ff9da8ef8.zip |
build(deps): Bump i18next-browser-languagedetector in /FrontEnd
Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/i18next/i18next-browser-languageDetector/releases)
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v6.0.1...v6.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 1dc45ed9..4175e61d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "clsx": "^1.1.1",
"core-js": "^3.9.1",
"i18next": "^19.9.2",
- "i18next-browser-languagedetector": "^6.0.1",
+ "i18next-browser-languagedetector": "^6.1.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
|