From 0ba6d74a1208bfa89b3db688b2148c2e50b2b8cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Sep 2018 23:58:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mosca:20180613 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f9a643..ac30ebb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "csweb": "git://github.com/TNOCS/csWeb.git#7d9befbc04c236572c2a2b80753575d03d402797", "hypertimer": "^2.1.3", - "mosca": "^1.1.1", + "mosca": "^2.8.2", "winston": "^2.1.0", "snyk": "^1.25.0" },