From a296a02e0ad92c3a57d06f2fd343586c792c2594 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Sep 2021 21:44:07 +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 8b5c29c..a725f79 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "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",