From be72515ce37b5529fb0242fd6022170539313a07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 21:46:13 +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 234823c..54d1773 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "express": "^4.13.4", "firebase": "3.4.1", "history": "^2.1.2", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "nwb": "0.12.2", "object-assign": "^4.1.0", - "react": "15.3.2", + "react": "16.5.0", "react-dom": "15.3.2", "react-router": "2.8.1", "react-router-scroll": "^0.3.2",