diff options
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 2b84cddd..3c1e30fe 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,18 +13,18 @@ "bootstrap-icons": "^1.8.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
- "core-js": "^3.22.8",
+ "core-js": "^3.23.0",
"i18next": "^21.8.9",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
- "marked": "^4.0.16",
+ "marked": "^4.0.17",
"moment": "^2.29.2",
"pepjs": "^0.5.3",
"react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.17.0",
+ "react-i18next": "^11.17.1",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|