From 356a4d60eab11857355aa80155869512d7e58b35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 23:16: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 63b50db..d927705 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "@babel/polyfill": "7.0.0", "history": "4.7.2", "prop-types": "15.6.2", - "react": "16.4.2", - "react-dom": "16.4.2", + "react": "16.5.0", + "react-dom": "16.5.0", "react-loadable": "5.5.0", "react-redux": "5.0.7", "react-router-dom": "4.3.1",