Update to latest webpack-dev-server
This fixes a bunch of dependency audit problems. Luckily the new webpack-dev-server is compatible with webpack v4 and webpack v5. Updating this separately from the rest of webpack seems like a step in the right direction. So far there are no problems with the webpack dev server locally and HMR and all these things seem to work perfectly.
Showing
... | ... | @@ -198,7 +198,7 @@ |
"web-vitals": "^0.2.4", | ||
"webpack": "^4.46.0", | ||
"webpack-bundle-analyzer": "^4.4.2", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-stats-plugin": "^0.3.1", | ||
"worker-loader": "^2.0.0", | ||
"xterm": "3.14.5", | ||
... | ... | @@ -257,7 +257,7 @@ |
"stylelint": "^14.3.0", | ||
"timezone-mock": "^1.0.8", | ||
"vue-jest": "4.0.1", | ||
"webpack-dev-server": "^3.11.3", | ||
"webpack-dev-server": "4.7.4", | ||
"xhr-mock": "^2.5.1", | ||
"yarn-check-webpack-plugin": "^1.2.0", | ||
"yarn-deduplicate": "^3.1.0" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment