From 4884a52d8c83abf011119791f20255e3e805e269 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 05:22:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c2fd7b..6b54d05 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prop-types": "^15.6.0", "raf": "3.4.0", "react": "^16.1.1", - "react-dev-utils": "^4.2.1", + "react-dev-utils": "^7.0.2", "react-dom": "^16.1.1", "react-redux": "^5.0.6", "react-router": "^4.2.0", @@ -43,7 +43,7 @@ "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.6.2", "webpack": "3.8.1", - "webpack-dev-server": "2.9.4", + "webpack-dev-server": "3.1.10", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" },