From 509b7d377063e40cf111493104ffcdbc3e7eec9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 08:58:53 +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 d97a281..69609dc 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "offline-plugin": "^5.0.5", "pako": "^1.0.6", "prop-types": "^15.6.2", - "react": "^15.6.1", - "react-dom": "^15.6.1", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-modal": "^3.1.11", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2",