diff options
-rw-r--r-- | FrontEnd/package-lock.json | 6 | ||||
-rw-r--r-- | FrontEnd/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index f18df2bd..1ebe046f 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -10714,9 +10714,9 @@ "integrity": "sha512-ki6OGVgSjDCF0Gt4SMl2cUNBA9ZB8g59bwv9ZiSEXQ37Cw9ZGY0s7EgfPFQYDvaiVx22jto7/dYgQeS+Qw1Mfw==" }, "react-i18next": { - "version": "11.8.5", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.5.tgz", - "integrity": "sha512-2jY/8NkhNv2KWBnZuhHxTn13aMxAbvhiDUNskm+1xVVnrPId78l8fA7fCyVeO3XU1kptM0t4MtvxV1Nu08cjLw==", + "version": "11.8.6", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.6.tgz", + "integrity": "sha512-Nr4Fq7BvzDLJQmaDyJRkPPINgMW1Y1qeT4STBoY/ePGmYlCZGShTYqqyBm0ly6M8dV1X0twt7M5dfmDzfi9yGQ==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/FrontEnd/package.json b/FrontEnd/package.json index eaab3645..e869645d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -20,7 +20,7 @@ "react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.5",
+ "react-i18next": "^11.8.6",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|