diff options
-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",
|