diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-01 08:43:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 08:43:04 +0000 |
commit | 28b58cb24ea09a2e00abcf9f82657c1143a80f7c (patch) | |
tree | c22e4259b4b33841c15c13ee59265129e866dc41 | |
parent | 483efe705de0c1d1a853d18098c21397aebeab2e (diff) | |
download | timeline-28b58cb24ea09a2e00abcf9f82657c1143a80f7c.tar.gz timeline-28b58cb24ea09a2e00abcf9f82657c1143a80f7c.tar.bz2 timeline-28b58cb24ea09a2e00abcf9f82657c1143a80f7c.zip |
build(deps): Bump i18next from 19.9.0 to 19.9.1 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 19.9.0 to 19.9.1.
- [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.0...v19.9.1)
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 ac2fcd69..b53c4781 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.9.0", + "i18next": "^19.9.1", "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.9.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz", - "integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==", + "version": "19.9.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz", + "integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -22188,9 +22188,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.9.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz", - "integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==", + "version": "19.9.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz", + "integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index b1bfa3b1..90258dfd 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.9.0",
+ "i18next": "^19.9.1",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|