From 471e5af87ebf40b042b489387d25b3a29f8ef003 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Mar 2022 20:42:08 +0000 Subject: [PATCH] fix: packages/react-devtools-shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- packages/react-devtools-shell/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools-shell/package.json b/packages/react-devtools-shell/package.json index d7b50b3c7f8bc..c7e4b453d48bc 100644 --- a/packages/react-devtools-shell/package.json +++ b/packages/react-devtools-shell/package.json @@ -28,6 +28,6 @@ "style-loader": "^0.23.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", - "webpack-dev-server": "^3.10.3" + "webpack-dev-server": "^4.7.3" } }