From 20dbe85fcf1ad61c6e6a861468c8ef396c815cc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Aug 2018 22:00:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:react-dom:20180802 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f3def7f..8ded112f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "normalize.css": "^3.0.3", "pngjs": "^2.3.0", "react": "^0.14.3", - "react-dom": "^0.14.3", + "react-dom": "^16.0.1", "three": "^0.77.0", "websockify": "^0.7.1" },