diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-07 07:02:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 07:02:27 +0000 |
commit | b39d425b0f310a162161b741937bea6c2022725e (patch) | |
tree | bc08989f8f0e85698ebb5ce423c1b4fe46b20356 | |
parent | 9c667efbc6190c4366f898b978534d60e99773e5 (diff) | |
download | timeline-b39d425b0f310a162161b741937bea6c2022725e.tar.gz timeline-b39d425b0f310a162161b741937bea6c2022725e.tar.bz2 timeline-b39d425b0f310a162161b741937bea6c2022725e.zip |
build(deps): Bump i18next from 20.1.0 to 20.2.1 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.1.0 to 20.2.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.1.0...v20.2.1)
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 51e7fa27..1f437f2b 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1", "clsx": "^1.1.1", "core-js": "^3.10.0", - "i18next": "^20.1.0", + "i18next": "^20.2.1", "i18next-browser-languagedetector": "^6.1.0", "js-base64": "^3.6.0", "localforage": "^1.9.0", @@ -7728,9 +7728,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "node_modules/i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -22281,9 +22281,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/FrontEnd/package.json b/FrontEnd/package.json index fcc11666..232c5fe3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "classnames": "^2.3.1",
"clsx": "^1.1.1",
"core-js": "^3.10.0",
- "i18next": "^20.1.0",
+ "i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"js-base64": "^3.6.0",
"localforage": "^1.9.0",
|