From 2345b7f540354d1fdf6b876a091183602ba6233e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 21:33:09 +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 6b81066..360f52c 100644 --- a/package.json +++ b/package.json @@ -63,11 +63,11 @@ "karma-tape-reporter": "^1.0.3", "minimist": "^1.2.0", "mocha": "^2.3.3", - "react": "^15.5.4", + "react": "^16.5.0", "react-addons-css-transition-group": "^15.0.0", "react-addons-test-utils": "^15.0.0", - "react-dom": "^15.0.0", - "react-gateway": "^2.2.0", + "react-dom": "^16.5.0", + "react-gateway": "^3.0.0", "react-redux": "^4.0.0", "redux": "^3.0.4" }