From c620058b348fa7d59013beafcbda2b83ec95b6c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Sep 2018 06:08:04 +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 f349947..1043624 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pre-commit": "~1.2.2" }, "dependencies": { - "mosca": "~2.2.0", + "mosca": "~2.8.2", "ascoltatori": "~3.2.0", "commander": "~2.9.0", "bunyan": "~1.8.5",