From 2ef8e66d28c714ee56ca09425b52a36036c0cb01 Mon Sep 17 00:00:00 2001 From: Karl Gustafsson Date: Thu, 2 Jun 2022 13:40:30 +0200 Subject: [PATCH] Bump webpack-dev-server to fix CVE-2022-1650 Fix was made in webpack-dev-server with this push: https://github.com/webpack/webpack-dev-server/commit/e765182e426cbca9c3c09294b02ac2d9737c1d74 --- 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 a98cb879b95..3c58759f819 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -72,7 +72,7 @@ "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.2.5", "webpack": "^5.64.4", - "webpack-dev-server": "^4.6.0", + "webpack-dev-server": "^4.9.1", "webpack-manifest-plugin": "^4.0.2", "workbox-webpack-plugin": "^6.4.1" },