diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 07:01:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 07:01:10 +0000 |
commit | ac208701e6a64282192e6f0ac50e2b8c577cdb39 (patch) | |
tree | 17f3bd1b5d51fd970b1c47f8b1f83cad4468c016 | |
parent | 6a03ab47d3ad609aa51b9a2aebcc80574ed480bb (diff) | |
download | timeline-ac208701e6a64282192e6f0ac50e2b8c577cdb39.tar.gz timeline-ac208701e6a64282192e6f0ac50e2b8c577cdb39.tar.bz2 timeline-ac208701e6a64282192e6f0ac50e2b8c577cdb39.zip |
build(deps): Bump i18next from 20.2.1 to 20.2.2 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.2.1 to 20.2.2.
- [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.2.1...v20.2.2)
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 9cc18d50..131fda10 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -13,7 +13,7 @@ "bootstrap-icons": "^1.4.1", "classnames": "^2.3.1", "core-js": "^3.11.0", - "i18next": "^20.2.1", + "i18next": "^20.2.2", "i18next-browser-languagedetector": "^6.1.0", "js-base64": "^3.6.0", "lodash": "^4.17.21", @@ -7709,9 +7709,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", - "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", + "version": "20.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", + "integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -22159,9 +22159,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", - "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", + "version": "20.2.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.2.tgz", + "integrity": "sha512-uWCv9LzKpe+OwvnKKrb8CbJwgAhasQofD58cB0PQ6bTPXEl5PlItl5C4esmY8HtriLu9nrjc2Hi0IfYv3Fy8BQ==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c0c6b42a..10d95ea4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -11,7 +11,7 @@ "bootstrap-icons": "^1.4.1",
"classnames": "^2.3.1",
"core-js": "^3.11.0",
- "i18next": "^20.2.1",
+ "i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
|