diff --git a/build/tools/package.json b/build/tools/package.json index b5a06ca1f..8808f7d9c 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.1.14", + "azure-iothub": "1.1.15", "chalk": "^1.1.3", "pem": "^1.8.3", "yargs": "^4.7.1" diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index fb1312bd2..4264f2e61 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -15,7 +15,7 @@ "uuid": "^3.0.1" }, "devDependencies": { - "azure-iothub": "1.1.14", + "azure-iothub": "1.1.15", "bluebird": "^3.5.0", "chai": "^3.5.0", "istanbul": "^0.4.5", diff --git a/device/transport/http/package.json b/device/transport/http/package.json index e15e5947f..1e39d4518 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -13,7 +13,7 @@ "node-crontab": "^0.0.8" }, "devDependencies": { - "azure-iothub": "1.1.14", + "azure-iothub": "1.1.15", "chai": "^3.5.0", "istanbul": "^0.4.4", "jshint": "^2.9.2", diff --git a/e2etests/package.json b/e2etests/package.json index c758a1df3..d86182f46 100644 --- a/e2etests/package.json +++ b/e2etests/package.json @@ -14,7 +14,7 @@ "azure-iot-device-amqp": "1.1.17", "azure-iot-device-http": "1.1.17", "azure-iot-device-mqtt": "1.1.17", - "azure-iothub": "1.1.14", + "azure-iothub": "1.1.15", "azure-storage": "^1.2.0", "bluebird": "^3.3.0", "debug": "^2.2.0", diff --git a/service/package.json b/service/package.json index 3724c7154..4ab0276a3 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "azure-iothub", - "version": "1.1.14", + "version": "1.1.15", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", diff --git a/service/samples/package.json b/service/samples/package.json index eb988c675..a40dacd8f 100644 --- a/service/samples/package.json +++ b/service/samples/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.1.14", + "azure-iothub": "1.1.15", "azure-storage": "^1.2.0" } } \ No newline at end of file