From a2f24a6c8b054db5f09c9fd36973b27bdc3ee39d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Mar 2021 07:22:52 +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-SSRI-1085630 --- 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..09aba0a2c67fc 100644 --- a/packages/react-devtools-shell/package.json +++ b/packages/react-devtools-shell/package.json @@ -26,7 +26,7 @@ "css-loader": "^1.0.1", "raw-loader": "^3.1.0", "style-loader": "^0.23.1", - "webpack": "^4.43.0", + "webpack": "^5.0.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }