From d484963943f580c4c3c21649c60004b0b77ebf0a Mon Sep 17 00:00:00 2001 From: dippyhippy Date: Sun, 3 Jun 2018 00:15:14 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:cli:20160615 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:qs:20140806 - https://snyk.io/vuln/npm:qs:20140806-1 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:superagent:20170807 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3edf256..f9c1e1a 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ "license": "MIT", "dependencies": { "commander": "^2.1.0", - "flowhub-registry": "0.0.2", - "noflo": "^0.5.0", - "noflo-runtime-websocket": "^0.2.3", + "flowhub-registry": "0.1.0", + "noflo": "^0.8.0", + "noflo-runtime-websocket": "^0.8.0", "uuid": "^1.4.1" }, "devDependencies": {