diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:23:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:23:33 +0000 |
commit | cd7263929191091d3d6cb3d686f740eb75c2c837 (patch) | |
tree | d43093e69feb31570b9e6874dafb360648dc2d59 | |
parent | 03b21af283c2352e2ab04c5234bbc6dc445cf885 (diff) | |
parent | f5a25b61bfc64df661875b36a4a1e5ffc78f3440 (diff) | |
download | timeline-cd7263929191091d3d6cb3d686f740eb75c2c837.tar.gz timeline-cd7263929191091d3d6cb3d686f740eb75c2c837.tar.bz2 timeline-cd7263929191091d3d6cb3d686f740eb75c2c837.zip |
Merge pull request #231 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-19.8.7
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 40dc5a5a..74984cf2 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -6337,9 +6337,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.8.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.5.tgz", - "integrity": "sha512-mDuH/mvnNXZmvqxl3akSZuJtbX7ou7M66kzfXQTfRngTZ9cAjktlx4yVzA+gS9VPZp51eZOQAGfEDbFcnyvliw==", + "version": "19.8.7", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.7.tgz", + "integrity": "sha512-ezo1gb7QO4OQ5gQCdZMUxopwQSoqpRp6whdEjm1grxMSmkGj1NJ+kYS0UQd4NnpPIVqsgqTQ2L2eqSQYQ+U3Fw==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 667fc444..fb5e14ab 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.4",
+ "i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.20",
|