diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-31 07:18:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 07:18:43 +0000 |
commit | fc0874d1959c891f8930799e304f0de6d8202e8f (patch) | |
tree | d8fd7a2f091e61ac6b32ac96c2803c5dc2e79183 /FrontEnd | |
parent | df75722b3d08e1d23532c27c197ae9f97f81bd51 (diff) | |
download | timeline-fc0874d1959c891f8930799e304f0de6d8202e8f.tar.gz timeline-fc0874d1959c891f8930799e304f0de6d8202e8f.tar.bz2 timeline-fc0874d1959c891f8930799e304f0de6d8202e8f.zip |
build(deps): Bump i18next from 20.3.0 to 20.3.1 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.3.0 to 20.3.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/v20.3.0...v20.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 c7904f53..08abcfb4 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -15,7 +15,7 @@ "classnames": "^2.3.1", "color": "^3.1.3", "core-js": "^3.13.0", - "i18next": "^20.3.0", + "i18next": "^20.3.1", "i18next-browser-languagedetector": "^6.1.1", "js-base64": "^3.6.1", "lodash": "^4.17.21", @@ -6926,9 +6926,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.0.tgz", - "integrity": "sha512-eFv4aQvaGykp48mI4JEaCcoD/j4zoYjFnDYhChe3ukwvbHx3q4mKZlB8YnmhYrHQR5FopLlCrzcSuY0ZWfiakA==", + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.1.tgz", + "integrity": "sha512-WTY07KreR5z2LBSzAIKs05zpR5tgUT98C4fD96e7Risbc/HZePwF6AEnb9VkjdeSeRn9PDqQBay7ZkphuXt0Xw==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -20204,9 +20204,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.0.tgz", - "integrity": "sha512-eFv4aQvaGykp48mI4JEaCcoD/j4zoYjFnDYhChe3ukwvbHx3q4mKZlB8YnmhYrHQR5FopLlCrzcSuY0ZWfiakA==", + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.3.1.tgz", + "integrity": "sha512-WTY07KreR5z2LBSzAIKs05zpR5tgUT98C4fD96e7Risbc/HZePwF6AEnb9VkjdeSeRn9PDqQBay7ZkphuXt0Xw==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 7608c51b..c9eb6f26 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.13.0",
- "i18next": "^20.3.0",
+ "i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|