From 296d37b5d3cf8a01f1dc721330ee4bc232dfcd09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:38:00 +0000 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-ANSIHTML-1296849 --- 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 7170e4ff98b..3096465aa39 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -61,7 +61,7 @@ "terser-webpack-plugin": "1.1.0", "url-loader": "1.1.1", "webpack": "4.19.1", - "webpack-dev-server": "3.1.9", + "webpack-dev-server": "3.11.3", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "3.6.2" },