diff --git a/iot/beta-features/commands/receive/package.json b/iot/beta-features/commands/receive/package.json index 4aa405e8c7..632232bc5e 100644 --- a/iot/beta-features/commands/receive/package.json +++ b/iot/beta-features/commands/receive/package.json @@ -13,7 +13,7 @@ "dependencies": { "@google-cloud/pubsub": "0.13.2", "jsonwebtoken": "^8.3.0", - "mqtt": "2.15.0", + "mqtt": "2.18.8", "yargs": "8.0.2" }, "devDependencies": { diff --git a/iot/mqtt_example/package.json b/iot/mqtt_example/package.json index 261ef23c08..acbdd5ed3d 100644 --- a/iot/mqtt_example/package.json +++ b/iot/mqtt_example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "jsonwebtoken": "8.4.0", - "mqtt": "2.16.0", + "mqtt": "2.18.8", "yargs": "11.0.0" }, "devDependencies": {