From 4bc88e80813b3531f00b4c75e10235dedefc4d05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 07:05:48 +0000 Subject: [PATCH] fix: cloud/dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- cloud/dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/dashboard/package.json b/cloud/dashboard/package.json index aa6c289e0e2..3e1449beb1f 100644 --- a/cloud/dashboard/package.json +++ b/cloud/dashboard/package.json @@ -12,8 +12,8 @@ "blob-to-buffer": "^1.2.6", "material-ui": "^0.17.0", "node-localstorage": "^1.3.0", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-tap-event-plugin": "^2.0.1", "websocket": "^1.0.24", "hashmap": "^2.0.6",