diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-17 06:56:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 06:56:32 +0000 |
commit | 9bb8ddefd3f73e831014cf97cf3a65f063b8ef22 (patch) | |
tree | 314cee327ac98965c46a0aaaea0480c3228ad4eb | |
parent | ebf35e69137ef05663466b6305654d415c6c9601 (diff) | |
download | timeline-9bb8ddefd3f73e831014cf97cf3a65f063b8ef22.tar.gz timeline-9bb8ddefd3f73e831014cf97cf3a65f063b8ef22.tar.bz2 timeline-9bb8ddefd3f73e831014cf97cf3a65f063b8ef22.zip |
build(deps): Bump i18next from 19.8.7 to 19.8.8 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 19.8.7 to 19.8.8.
- [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.7...v19.8.8)
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 fdccbb90..5b5f7e98 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.8.3", - "i18next": "^19.8.7", + "i18next": "^19.8.8", "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.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", - "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz", + "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -21987,9 +21987,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.8.7", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", - "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.8.tgz", + "integrity": "sha512-GCwSImEZYqUKgb1gUfIw/LMeItpcypdMOhjlHovI7qyBuaIHR8P7z9mfBuxlyl3yDuRnAsAcJv0iynDh71SQ4g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 1a01ed25..2d50dac7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.8.3",
- "i18next": "^19.8.7",
+ "i18next": "^19.8.8",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
|