diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 08:11:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 08:11:01 +0000 |
commit | cea8f45c0281c79b9d2c0828c79868e71f94a2cc (patch) | |
tree | c240aa7b318cb1d96179c63350c0c4b6004f7160 /FrontEnd | |
parent | 0e18a459bbf4abfc118d4aef7c25913cc27d4055 (diff) | |
download | timeline-cea8f45c0281c79b9d2c0828c79868e71f94a2cc.tar.gz timeline-cea8f45c0281c79b9d2c0828c79868e71f94a2cc.tar.bz2 timeline-cea8f45c0281c79b9d2c0828c79868e71f94a2cc.zip |
build(deps): Bump i18next from 19.9.2 to 20.0.0 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 19.9.2 to 20.0.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.9.2...v20.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package-lock.json | 14 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index a46180a4..e36323e9 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -14,7 +14,7 @@ "classnames": "^2.2.6", "clsx": "^1.1.1", "core-js": "^3.9.1", - "i18next": "^19.9.2", + "i18next": "^20.0.0", "i18next-browser-languagedetector": "^6.1.0", "localforage": "^1.9.0", "lodash": "^4.17.21", @@ -7865,9 +7865,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "19.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", - "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.0.0.tgz", + "integrity": "sha512-PtyZadfdqoJz9MBbjXhMVM8IvG3YAGfUhzAu/JyR/xI35bbrxNVMhVs9jMlgSkzveiTm6KlwD2q9mC9co9Zsew==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -22496,9 +22496,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", - "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.0.0.tgz", + "integrity": "sha512-PtyZadfdqoJz9MBbjXhMVM8IvG3YAGfUhzAu/JyR/xI35bbrxNVMhVs9jMlgSkzveiTm6KlwD2q9mC9co9Zsew==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index ad509c60..d4cc9bfd 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.1",
- "i18next": "^19.9.2",
+ "i18next": "^20.0.0",
"i18next-browser-languagedetector": "^6.1.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|