From ee55550bda402162bf8ef422b3c82ef562047675 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Mar 2021 23:20:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7561e31..45bd3f2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "promise": "8.1.0", "prop-types": "^15.6.0", "react": "^16.0.0", - "react-dev-utils": "^4.0.1", + "react-dev-utils": "^11.0.4", "react-dom": "^16.0.0", "react-redux": "^5.0.6", "react-router": "^4.2.0", @@ -46,7 +46,7 @@ "style-loader": "0.23.1", "sw-precache-webpack-plugin": "0.11.5", "url-loader": "0.6.2", - "webpack": "4.43.0", + "webpack": "5.0.0", "webpack-dev-server": "3.11.0", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.4",