From fc7bb9238c4968b22e832552e45a36e39669c76c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Sep 2020 22:03:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BL-608877 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f9a643..d647dec 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.6.0", "winston": "^2.1.0", "snyk": "^1.25.0" },