From 3f0bd04f401567ac7e1bc3562c66ba7e02d895f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Mar 2020 21:22:27 +0000 Subject: [PATCH] fix: upgrade webpack-dev-server from 3.2.1 to 3.10.3 Snyk has created this PR to upgrade webpack-dev-server from 3.2.1 to 3.10.3. See this package in NPM: https://www.npmjs.com/package/webpack-dev-server See this project in Snyk: https://app.snyk.io/org/drich7449/project/a5e33679-bacb-4638-8de5-ff13540f3187?utm_source=github&utm_medium=upgrade-pr --- 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 6c55bad5e96..391b810e26d 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -77,7 +77,7 @@ "ts-pnp": "1.1.4", "url-loader": "2.2.0", "webpack": "4.41.2", - "webpack-dev-server": "3.2.1", + "webpack-dev-server": "3.10.3", "webpack-manifest-plugin": "2.2.0", "workbox-webpack-plugin": "4.3.1" },