From 6f15da8b4d6c0f754a8de7772d17f7a99e80c2de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 03:49:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b845afa..55df37b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "npm": "^3.0.0" }, "dependencies": { - "react": "15.2.1", + "react": "16.5.0", "react-dom": "15.2.1", "react-redux": "4.4.5", "react-router": "2.5.2", @@ -20,7 +20,7 @@ "redux": "3.5.2", "redux-thunk": "2.1.0", "bootstrap-sass": "3.3.6", - "isomorphic-fetch": "2.2.1", + "isomorphic-fetch": "3.0.0", "es6-promise": "3.2.1", "react-typeahead": "2.0.0-alpha.4", "lodash": "4.13.1"