From 1af0e3667ac66d64bd3445b4b4e702e5c0e4265e Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 3 Jan 2018 13:10:20 -0800 Subject: [PATCH] Update mqtt dependency (#543) Tests pass, I'm sure Tim and I have signed the CLA, merging. --- iot/mqtt_example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/mqtt_example/package.json b/iot/mqtt_example/package.json index ea886891a8..5ffbe362b5 100644 --- a/iot/mqtt_example/package.json +++ b/iot/mqtt_example/package.json @@ -10,7 +10,7 @@ "@google-cloud/nodejs-repo-tools": "1.4.17", "ava": "0.22.0", "jsonwebtoken": "7.4.1", - "mqtt": "2.7.2", + "mqtt": "2.15.0", "uuid": "3.1.0", "yargs": "8.0.2" },