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 50670580..3f2aaa52 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -15,7 +15,7 @@ "i18next": "^19.8.9",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
- "lodash": "^4.17.20",
+ "lodash": "^4.17.21",
"pepjs": "^0.5.3",
"react": "^17.0.1",
"react-bootstrap": "^1.5.0",
@@ -66,7 +66,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
- "@types/node": "^14.14.30",
+ "@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-responsive": "^8.0.2",
@@ -90,7 +90,7 @@ "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
- "html-webpack-plugin": "5.1.0",
+ "html-webpack-plugin": "5.2.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.8",
"postcss": "^8.2.6",
|