From e121622dcef8588145a5a99b836b7b9e8e8e9e53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 07:59:21 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8b5c29c..0147c6b 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ "dependencies": { "babel-preset-react": "^6.5.0", "immutable": "^3.8.1", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "lodash": "^4.13.1", "node-uuid": "^1.4.7", "normalizr": "^2.1.0", - "react": "^15.1.0", + "react": "^16.5.0", "react-addons-shallow-compare": "^15.1.0", "react-bootstrap": "^0.29.5", - "react-dom": "^15.1.0", + "react-dom": "^16.5.0", "react-redux": "^4.4.5", "react-router": "^2.4.1", "react-router-redux": "^4.0.4",