diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 03:36:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 03:36:02 +0000 |
commit | 386293537553dc29e9e326b8a16b0b8adca488e9 (patch) | |
tree | b0945da159c21b8e35fbae89f106275067ce97ad | |
parent | 3487c4f0d13449cc978f9653551fa44a53dd04ee (diff) | |
parent | 28b58cb24ea09a2e00abcf9f82657c1143a80f7c (diff) | |
download | timeline-386293537553dc29e9e326b8a16b0b8adca488e9.tar.gz timeline-386293537553dc29e9e326b8a16b0b8adca488e9.tar.bz2 timeline-386293537553dc29e9e326b8a16b0b8adca488e9.zip |
Merge pull request #335 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-19.9.1
-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 678ee42a..41c639fb 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 6dcbaaa3..b5c7af1b 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",
|