diff options
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index cf8ed6d7..26dd110b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.18.1",
- "i18next": "^21.0.2",
+ "i18next": "^21.2.3",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -50,7 +50,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.173",
- "@types/node": "^16.9.6",
+ "@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
|