Update webpack-dev-server 3.1.5 → 3.1.7 (#4955)

This fixes the functionality of this dependency for Node 10 and above.

Refs: https://github.com/webpack/webpack-dev-server/pull/1451
Refs: https://github.com/nodejs/node/issues/21665
This commit is contained in:
Anna Henningsen
2018-09-02 22:02:29 +02:00
committed by Dan Abramov
parent a671462c10
commit 7b7acde872

View File

@@ -68,7 +68,7 @@
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "1.0.1",
"webpack": "4.8.3",
"webpack-dev-server": "3.1.5",
"webpack-dev-server": "3.1.7",
"webpack-manifest-plugin": "2.0.3",
"whatwg-fetch": "2.0.4"
},