From 25a65cd61ccc4135d08cd43f7c3b3bbd29bdfa7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 May 2020 00:53:55 -0400 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- 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 1c56f4cf583..dd0e6f1a277 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -69,7 +69,7 @@ "tachyons": "^4.6.1", "url-loader": "0.5.8", "webpack": "2.2.1", - "webpack-dev-server": "2.4.1", + "webpack-dev-server": "3.11.0", "webpack-manifest-plugin": "1.1.0", "whatwg-fetch": "2.0.2" },