diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 08:09:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 08:09:54 +0000 |
commit | a887f63d227b26e1b9bf2c3fc4201ee18637a3b0 (patch) | |
tree | c9e06f550fe0189196dbfb52ddabd6d405bcd5da | |
parent | 67983d47a68a30ee00f8485a6c5f9755f1e7c7a4 (diff) | |
parent | ac208701e6a64282192e6f0ac50e2b8c577cdb39 (diff) | |
download | timeline-a887f63d227b26e1b9bf2c3fc4201ee18637a3b0.tar.gz timeline-a887f63d227b26e1b9bf2c3fc4201ee18637a3b0.tar.bz2 timeline-a887f63d227b26e1b9bf2c3fc4201ee18637a3b0.zip |
Merge pull request #484 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.2.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 20dba2f5..aff9a6e7 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 7c24b919..764d5d17 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",
|