From c2b9d3ff3ef8b28cdb45f91b312871c119372e58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 05:23:00 +0000 Subject: [PATCH] fix: tutorials/cloud-iot-logging/sample-device/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- tutorials/cloud-iot-logging/sample-device/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/cloud-iot-logging/sample-device/package.json b/tutorials/cloud-iot-logging/sample-device/package.json index 33eeed1a49..280cb175a4 100644 --- a/tutorials/cloud-iot-logging/sample-device/package.json +++ b/tutorials/cloud-iot-logging/sample-device/package.json @@ -5,7 +5,7 @@ "license": "MIT", "dependencies": { "jsonwebtoken": "^8.1.0", - "mqtt": "^2.15.1", + "mqtt": "^4.2.7", "rxjs": "^5.5.10" }, "optionalDependencies": {