diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-11 00:28:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 00:28:05 +0000 |
commit | 392930e66e15ac9852f634238cdf007c4c86929c (patch) | |
tree | 9338e5b3601d49cc6c12841787b560ffedabf1d3 | |
parent | 2bab167cb2521528906db8bce7f442d5eb7c0595 (diff) | |
parent | 9c88658b9e29c9b989c6f089c65710ab4dead85b (diff) | |
download | timeline-392930e66e15ac9852f634238cdf007c4c86929c.tar.gz timeline-392930e66e15ac9852f634238cdf007c4c86929c.tar.bz2 timeline-392930e66e15ac9852f634238cdf007c4c86929c.zip |
Merge pull request #360 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-19.9.2
-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 27bc01d3..a8805988 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.1", - "i18next": "^19.9.1", + "i18next": "^19.9.2", "i18next-browser-languagedetector": "^6.0.1", "localforage": "^1.9.0", "lodash": "^4.17.21", @@ -7697,9 +7697,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "19.9.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz", - "integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==", + "version": "19.9.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", + "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -22227,9 +22227,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "19.9.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.1.tgz", - "integrity": "sha512-9Azzyb3DvMJUMd7sPhwVEs6PQcogvdHmLQTjMQ+P+h3XwW4O66/8lgZTmYShgkjPOCqTw4Fwl5LOp/VhZgPo5A==", + "version": "19.9.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", + "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index a91d1073..137b318d 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.1",
- "i18next": "^19.9.1",
+ "i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|