From d94b2583a0429795a5e526faee61bb629cabe65c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 04:05:45 +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 7e76b61f..f44d95b5 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "graphql-relay": "^0.4.3", "jwt-decode": "^2.1.0", "lodash": "^4.13.1", - "react": "^15.3.1", - "react-dom": "^15.3.1", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-relay": "^0.9.3", "react-router": "^2.7.0", "react-router-relay": "^0.13.5",