From ffd5c6be0b0bd06834c90a711219f588f6969370 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Dec 2018 23:25:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MORGAN-72579 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f3def7f..fd9f615d 100644 --- a/package.json +++ b/package.json @@ -47,10 +47,10 @@ "inquirer": "^0.8.5", "jsbn": "timkurvers/jsbn.git#wowser", "keymaster": "^1.6.2", - "morgan": "^1.3.2", + "morgan": "^1.9.1", "normalize.css": "^3.0.3", "pngjs": "^2.3.0", - "react": "^0.14.3", + "react": "^0.14.9", "react-dom": "^0.14.3", "three": "^0.77.0", "websockify": "^0.7.1"