From ef6dee44ab07b54189786c85d2545fd627372a73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 19:12:08 +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-IP-6240864 --- 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 469e003bab1..5b3be3683b0 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -64,7 +64,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": "4.8.0", "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "3.6.2" },