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 | 8822e76f053fefdeddf9545d7033e22421a28f69 (patch) | |
tree | 6df2ff92542db4931b27a49803d8f19c63b6ba00 | |
parent | 86106b71e4ae732c80d396ae64da4bb97a6001a1 (diff) | |
download | timeline-8822e76f053fefdeddf9545d7033e22421a28f69.tar.gz timeline-8822e76f053fefdeddf9545d7033e22421a28f69.tar.bz2 timeline-8822e76f053fefdeddf9545d7033e22421a28f69.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-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 e03a5d8f..348580da 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.9", + "i18next": "^19.9.0", "i18next-browser-languagedetector": "^6.0.1", "localforage": "^1.9.0", "lodash": "^4.17.21", @@ -7683,9 +7683,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", - "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", + "version": "19.9.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz", + "integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -22188,9 +22188,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz", - "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==", + "version": "19.9.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz", + "integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==", "requires": { "@babel/runtime": "^7.12.0" } 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",
|