diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-25 07:07:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 07:07:11 +0000 |
commit | a405b34e56555c69df98642a233628c4d290bcf9 (patch) | |
tree | ed1e8314282fc45529f38ad4e6105e2e517bb44d | |
parent | 927016904d8f2828cc644ac786898b1270aff21d (diff) | |
download | timeline-a405b34e56555c69df98642a233628c4d290bcf9.tar.gz timeline-a405b34e56555c69df98642a233628c4d290bcf9.tar.bz2 timeline-a405b34e56555c69df98642a233628c4d290bcf9.zip |
build(deps): Bump i18next from 19.8.9 to 19.9.0 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 19.8.9 to 19.9.0.
- [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/v19.8.9...v19.9.0)
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 d3d0f755..3a54e7c5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",
- "i18next": "^19.8.9",
+ "i18next": "^19.9.0",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|