From a0b3753476053ed60159fb209f974b83e2aad7f9 Mon Sep 17 00:00:00 2001 From: Marc Hassan Date: Fri, 8 May 2020 19:31:13 -0400 Subject: [PATCH] bump webpack-dev-server to 3.11.0 (#8975) Co-authored-by: Marc Hassan --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 470b5374deb..645fe41e8ec 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -79,7 +79,7 @@ "ts-pnp": "1.2.0", "url-loader": "2.3.0", "webpack": "4.43.0", - "webpack-dev-server": "3.10.3", + "webpack-dev-server": "3.11.0", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "4.3.1" },