diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-19 15:32:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 15:32:03 +0000 |
commit | df062d962e533db6ce6a24c7dd9e5c575663c21f (patch) | |
tree | a31b0d2f3aac39790172206e4a397a94fc4a5d60 | |
parent | 644afb182fa1692faff04e70f0e95ba37fdfa25b (diff) | |
download | timeline-df062d962e533db6ce6a24c7dd9e5c575663c21f.tar.gz timeline-df062d962e533db6ce6a24c7dd9e5c575663c21f.tar.bz2 timeline-df062d962e533db6ce6a24c7dd9e5c575663c21f.zip |
build(deps): Bump i18next from 19.8.8 to 19.8.9 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 19.8.8 to 19.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/v19.8.8...v19.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
-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 b86a1fa1..b1f358de 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.0", - "i18next": "^19.8.8", + "i18next": "^19.8.9", "i18next-browser-languagedetector": "^6.0.1", "localforage": "^1.9.0", "lodash": "^4.17.20", @@ -7577,9 +7577,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "19.8.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz", - "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", + "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -21987,9 +21987,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.8.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz", - "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", + "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index be4b93f7..a3e8a0b1 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.8",
+ "i18next": "^19.8.9",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
|