From ca877e29527e50a460627bcfa656d218ad371c0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jul 2024 08:37:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f9a643..5a4ba7c 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.0.0", "winston": "^2.1.0", "snyk": "^1.25.0" },