From ecc5f46f31199683b24c2bdb74b34c465629e524 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 17:34:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f77e956..1c643fa 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "map-series-async": "^0.0.1", "mime-types": "^2.1.35", "moment": "^2.29.4", - "mqtt": "^4.3.7", + "mqtt": "^5.3.5", "multer": "1.4.5-lts.1", "nestjs-prisma": "^0.20.0", "passport": "0.6.0",