diff --git a/build/tools/package.json b/build/tools/package.json index 808b69b9c..ffff41225 100644 --- a/build/tools/package.json +++ b/build/tools/package.json @@ -19,9 +19,9 @@ }, "homepage": "https://github.com/azure/azure-iot-sdk-node#readme", "dependencies": { - "azure-iothub": "1.14.6", + "azure-iothub": "1.14.7", "chalk": "^1.1.3", "pem": "^1.14.2", "yargs": "^15.3.1" } -} +} \ No newline at end of file diff --git a/common/core/package.json b/common/core/package.json index 91ac0cd70..d1a823eb7 100644 --- a/common/core/package.json +++ b/common/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-common", - "version": "1.12.13", + "version": "1.12.14", "description": "Common components shared by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -78,4 +78,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/common/transport/amqp/package.json b/common/transport/amqp/package.json index 04284660f..f09c0302c 100644 --- a/common/transport/amqp/package.json +++ b/common/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-amqp-base", - "version": "2.4.13", + "version": "2.4.14", "description": "AMQP operations used by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -8,7 +8,7 @@ "typings": "index.d.ts", "dependencies": { "async": "^3.2.3", - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "debug": "^4.3.1", "lodash.merge": "^4.6.1", "machina": "^4.0.2", @@ -84,4 +84,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/common/transport/http/package.json b/common/transport/http/package.json index 1398dbe14..d36f0bf31 100644 --- a/common/transport/http/package.json +++ b/common/transport/http/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-http-base", - "version": "1.11.13", + "version": "1.11.14", "description": "HTTP operations used by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", @@ -8,7 +8,7 @@ "typings": "index.d.ts", "dependencies": { "debug": "^4.3.1", - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "uuid": "^8.3.2" }, "devDependencies": { @@ -77,4 +77,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/common/transport/mqtt/package.json b/common/transport/mqtt/package.json index 3e6dbc10c..ac1fdc03f 100644 --- a/common/transport/mqtt/package.json +++ b/common/transport/mqtt/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-mqtt-base", - "version": "1.12.13", + "version": "1.12.14", "description": "MQTT operations used by Azure IoT device and service SDKs", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "debug": "^4.3.1", "machina": "^4.0.2", "mqtt": "^4.2.8", @@ -79,4 +79,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/device/core/package.json b/device/core/package.json index 52d888628..d4df1f18b 100644 --- a/device/core/package.json +++ b/device/core/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-device", - "version": "1.17.8", + "version": "1.17.9", "description": "Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -9,8 +9,8 @@ "dependencies": { "@azure/abort-controller": "1.0.1", "@azure/storage-blob": "^12.8.0", - "azure-iot-common": "1.12.13", - "azure-iot-http-base": "1.11.13", + "azure-iot-common": "1.12.14", + "azure-iot-http-base": "1.11.14", "debug": "^4.3.1", "lodash": "^4.17.21", "machina": "^4.0.2", @@ -85,4 +85,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/device/node-red/package.json b/device/node-red/package.json index 2aaf3fcfe..e4133769a 100644 --- a/device/node-red/package.json +++ b/device/node-red/package.json @@ -5,10 +5,10 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8" + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9" }, "node-red": { "nodes": { diff --git a/device/samples/javascript/package.json b/device/samples/javascript/package.json index bd0275f1e..f2791b11d 100644 --- a/device/samples/javascript/package.json +++ b/device/samples/javascript/package.json @@ -6,13 +6,13 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iot-provisioning-device": "1.8.12", - "azure-iot-provisioning-device-mqtt": "1.7.12", - "azure-iot-security-symmetric-key": "1.7.12", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iot-provisioning-device": "1.8.13", + "azure-iot-provisioning-device-mqtt": "1.7.13", + "azure-iot-security-symmetric-key": "1.7.13", "es5-shim": "^4.5.12", "https-proxy-agent": "^5.0.0", "lodash": "^4.17.21" @@ -25,4 +25,4 @@ "lint": "jshint --show-non-errors .", "ci": "npm run lint" } -} +} \ No newline at end of file diff --git a/device/samples/typescript/package.json b/device/samples/typescript/package.json index 3c64aa0f3..e568e2198 100644 --- a/device/samples/typescript/package.json +++ b/device/samples/typescript/package.json @@ -7,14 +7,14 @@ "license": "MIT", "dependencies": { "@azure/storage-blob": "^12.8.0", - "azure-iot-common": "^1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iot-provisioning-device": "1.8.12", - "azure-iot-provisioning-device-mqtt": "1.7.12", - "azure-iot-security-symmetric-key": "1.7.12", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iot-provisioning-device": "1.8.13", + "azure-iot-provisioning-device-mqtt": "1.7.13", + "azure-iot-security-symmetric-key": "1.7.13", "https-proxy-agent": "^5.0.0" }, "devDependencies": { @@ -35,4 +35,4 @@ "ci": "npm -s run lint && npm -s run build", "clean": "tsc --build --clean" } -} +} \ No newline at end of file diff --git a/device/transport/amqp/package.json b/device/transport/amqp/package.json index 1e5d8be34..5bcc2b563 100644 --- a/device/transport/amqp/package.json +++ b/device/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-device-amqp", - "version": "1.13.8", + "version": "1.13.9", "description": "AMQP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "index.d.ts", "dependencies": { "async": "^3.2.3", - "azure-iot-amqp-base": "2.4.13", - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", + "azure-iot-amqp-base": "2.4.14", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", "debug": "^4.3.1", "machina": "^4.0.2", "rhea": "^1.0.15", @@ -82,4 +82,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/device/transport/http/package.json b/device/transport/http/package.json index e2c63b71c..15eb9ce2d 100644 --- a/device/transport/http/package.json +++ b/device/transport/http/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-device-http", - "version": "1.13.8", + "version": "1.13.9", "description": "HTTP transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-http-base": "1.11.13", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-http-base": "1.11.14", "debug": "^4.3.1", "node-crontab": "^0.0.8" }, "devDependencies": { "@types/node": "^16.10.2", - "azure-iothub": "1.14.6", + "azure-iothub": "1.14.7", "chai": "^4.3.3", "mocha": "^9.2.1", "nyc": "^15.0.0", @@ -79,4 +79,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/device/transport/mqtt/package.json b/device/transport/mqtt/package.json index 17f4b0df2..aac23293f 100644 --- a/device/transport/mqtt/package.json +++ b/device/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-device-mqtt", - "version": "1.15.8", + "version": "1.15.9", "description": "MQTT transport for Azure IoT device SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-mqtt-base": "1.12.13", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-mqtt-base": "1.12.14", "debug": "^4.3.1", "machina": "^4.0.2", "uuid": "^8.3.2" @@ -81,4 +81,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/e2etests/package.json b/e2etests/package.json index 55c5c414a..16d8b2f75 100644 --- a/e2etests/package.json +++ b/e2etests/package.json @@ -10,12 +10,12 @@ "@azure/event-hubs": "^1.0.8", "@azure/storage-blob": "^12.8.0", "async": "^3.2.3", - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iothub": "1.14.6", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iothub": "1.14.7", "azure-storage": "^2.10.4", "debug": "^4.3.1", "lodash": "^4.17.21", @@ -83,4 +83,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/device/package.json b/provisioning/device/package.json index 59b8f286e..80b2d335d 100644 --- a/provisioning/device/package.json +++ b/provisioning/device/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-provisioning-device", - "version": "1.8.12", + "version": "1.8.13", "description": "Azure Device Provisioning SDK device client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "debug": "^4.3.1", "machina": "^4.0.2" }, @@ -76,4 +76,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/device/samples/package.json b/provisioning/device/samples/package.json index 59bf7d1cd..fc3653d25 100644 --- a/provisioning/device/samples/package.json +++ b/provisioning/device/samples/package.json @@ -5,17 +5,17 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iot-provisioning-device": "1.8.12", - "azure-iot-provisioning-device-amqp": "1.8.12", - "azure-iot-provisioning-device-http": "1.8.12", - "azure-iot-provisioning-device-mqtt": "1.7.12", - "azure-iot-security-symmetric-key": "1.7.12", - "azure-iot-security-tpm": "1.8.12", - "azure-iot-security-x509": "1.7.12", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iot-provisioning-device": "1.8.13", + "azure-iot-provisioning-device-amqp": "1.8.13", + "azure-iot-provisioning-device-http": "1.8.13", + "azure-iot-provisioning-device-mqtt": "1.7.13", + "azure-iot-security-symmetric-key": "1.7.13", + "azure-iot-security-tpm": "1.8.13", + "azure-iot-security-x509": "1.7.13", "rhea": "^1.0.15" }, "scripts": { @@ -32,4 +32,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/device/ts-samples/package.json b/provisioning/device/ts-samples/package.json index 6e0bc1759..2883bf002 100644 --- a/provisioning/device/ts-samples/package.json +++ b/provisioning/device/ts-samples/package.json @@ -5,17 +5,17 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iot-provisioning-device": "1.8.12", - "azure-iot-provisioning-device-amqp": "1.8.12", - "azure-iot-provisioning-device-http": "1.8.12", - "azure-iot-provisioning-device-mqtt": "1.7.12", - "azure-iot-security-symmetric-key": "1.7.12", - "azure-iot-security-tpm": "1.8.12", - "azure-iot-security-x509": "1.7.12" + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iot-provisioning-device": "1.8.13", + "azure-iot-provisioning-device-amqp": "1.8.13", + "azure-iot-provisioning-device-http": "1.8.13", + "azure-iot-provisioning-device-mqtt": "1.7.13", + "azure-iot-security-symmetric-key": "1.7.13", + "azure-iot-security-tpm": "1.8.13", + "azure-iot-security-x509": "1.7.13" }, "devDependencies": { "encoding": "^0.1.13", @@ -39,4 +39,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/e2e/package.json b/provisioning/e2e/package.json index ffcdd5b77..ad563df1f 100644 --- a/provisioning/e2e/package.json +++ b/provisioning/e2e/package.json @@ -1,21 +1,21 @@ { "name": "azure-iot-provisioning-device-e2e", - "version": "1.8.13", + "version": "1.8.14", "description": "E2E tests for the Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "dependencies": { "async": "^3.2.3", - "azure-iot-common": "1.12.13", - "azure-iot-provisioning-device": "1.8.12", - "azure-iot-provisioning-device-amqp": "1.8.12", - "azure-iot-provisioning-device-http": "1.8.12", - "azure-iot-provisioning-device-mqtt": "1.7.12", - "azure-iot-provisioning-service": "1.9.0", - "azure-iot-security-symmetric-key": "1.7.12", - "azure-iot-security-tpm": "1.8.12", - "azure-iot-security-x509": "1.7.12", - "azure-iothub": "1.14.6", + "azure-iot-common": "1.12.14", + "azure-iot-provisioning-device": "1.8.13", + "azure-iot-provisioning-device-amqp": "1.8.13", + "azure-iot-provisioning-device-http": "1.8.13", + "azure-iot-provisioning-device-mqtt": "1.7.13", + "azure-iot-provisioning-service": "1.9.1", + "azure-iot-security-symmetric-key": "1.7.13", + "azure-iot-security-tpm": "1.8.13", + "azure-iot-security-x509": "1.7.13", + "azure-iothub": "1.14.7", "chai": "^4.3.3", "debug": "^4.3.1", "jshint": "^2.13.4", @@ -48,4 +48,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/service/package.json b/provisioning/service/package.json index cb9618acb..1142e1ba3 100644 --- a/provisioning/service/package.json +++ b/provisioning/service/package.json @@ -1,14 +1,14 @@ { "name": "azure-iot-provisioning-service", - "version": "1.9.0", + "version": "1.9.1", "description": "Azure IoT SDK - Provisioning Service Client", "author": "Microsoft Corporation", "license": "MIT", "main": "iotprovisioningservice.js", "typings": "iotprovisioningservice.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-http-base": "1.11.13", + "azure-iot-common": "1.12.14", + "azure-iot-http-base": "1.11.14", "debug": "^4.3.1", "@azure/core-http": "1.2.3" }, @@ -78,4 +78,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/service/samples/package.json b/provisioning/service/samples/package.json index 716f64c37..f4db98da0 100644 --- a/provisioning/service/samples/package.json +++ b/provisioning/service/samples/package.json @@ -5,7 +5,7 @@ "author": "Microsoft Corporation", "license": "MIT", "dependencies": { - "azure-iot-provisioning-service": "1.9.0", + "azure-iot-provisioning-service": "1.9.1", "yargs": "^15.3.1" }, "devDependencies": { @@ -26,4 +26,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/transport/amqp/package.json b/provisioning/transport/amqp/package.json index deb7ce7bc..d58578f86 100644 --- a/provisioning/transport/amqp/package.json +++ b/provisioning/transport/amqp/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-provisioning-device-amqp", - "version": "1.8.12", + "version": "1.8.13", "description": "AMQP transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", @@ -8,9 +8,9 @@ "typings": "index.d.ts", "dependencies": { "async": "^3.2.3", - "azure-iot-amqp-base": "2.4.13", - "azure-iot-common": "1.12.13", - "azure-iot-provisioning-device": "1.8.12", + "azure-iot-amqp-base": "2.4.14", + "azure-iot-common": "1.12.14", + "azure-iot-provisioning-device": "1.8.13", "buffer-builder": "^0.2.0", "debug": "^4.3.1", "machina": "^4.0.2", @@ -82,4 +82,4 @@ "url": "httpss://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/transport/http/package.json b/provisioning/transport/http/package.json index efa900376..47e61a2a8 100644 --- a/provisioning/transport/http/package.json +++ b/provisioning/transport/http/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-provisioning-device-http", - "version": "1.8.12", + "version": "1.8.13", "description": "HTTP transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-http-base": "1.11.13", - "azure-iot-provisioning-device": "1.8.12", + "azure-iot-common": "1.12.14", + "azure-iot-http-base": "1.11.14", + "azure-iot-provisioning-device": "1.8.13", "debug": "^4.3.1", "machina": "^4.0.2" }, @@ -78,4 +78,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/provisioning/transport/mqtt/package.json b/provisioning/transport/mqtt/package.json index bb15eb6b1..1a52a241a 100644 --- a/provisioning/transport/mqtt/package.json +++ b/provisioning/transport/mqtt/package.json @@ -1,15 +1,15 @@ { "name": "azure-iot-provisioning-device-mqtt", - "version": "1.7.12", + "version": "1.7.13", "description": "MQTT transport for Azure Device Provisioning SDK", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-mqtt-base": "1.12.13", - "azure-iot-provisioning-device": "1.8.12", + "azure-iot-common": "1.12.14", + "azure-iot-mqtt-base": "1.12.14", + "azure-iot-provisioning-device": "1.8.13", "debug": "^4.3.1", "machina": "^4.0.2", "uuid": "^8.3.2" @@ -79,4 +79,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/sdklab/longhaultests/package.json b/sdklab/longhaultests/package.json index d6ea632aa..78414c1ad 100644 --- a/sdklab/longhaultests/package.json +++ b/sdklab/longhaultests/package.json @@ -30,13 +30,13 @@ }, "dependencies": { "async": "^3.2.3", - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iothub": "1.14.6", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iothub": "1.14.7", "debug": "^4.3.1", "uuid": "^8.3.2" } -} +} \ No newline at end of file diff --git a/sdklab/mean_time_recovery/package.json b/sdklab/mean_time_recovery/package.json index e30f08ad7..523bf5f8d 100644 --- a/sdklab/mean_time_recovery/package.json +++ b/sdklab/mean_time_recovery/package.json @@ -11,9 +11,9 @@ "license": "MIT", "dependencies": { "aedes": "^0.46.3", - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-mqtt": "1.15.8", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-mqtt": "1.15.9", "colors": "^1.4.0", "eslint": "^7.10.0", "tslint": "^6.1.3" @@ -21,4 +21,4 @@ "devDependencies": { "encoding": "^0.1.13" } -} +} \ No newline at end of file diff --git a/sdklab/stress_fault/package.json b/sdklab/stress_fault/package.json index a541c3279..6802364c2 100644 --- a/sdklab/stress_fault/package.json +++ b/sdklab/stress_fault/package.json @@ -31,14 +31,14 @@ "typescript": "4.4.4" }, "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iothub": "1.14.6", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iothub": "1.14.7", "debug": "^4.3.1", "pem": "^1.14.2", "uuid": "^8.3.2" } -} +} \ No newline at end of file diff --git a/security/symmetric/package.json b/security/symmetric/package.json index 3bcf70acb..1f07bbf7b 100644 --- a/security/symmetric/package.json +++ b/security/symmetric/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-symmetric-key", - "version": "1.7.12", + "version": "1.7.13", "description": "Azure IoT Symmetric Key Security Client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "debug": "^4.3.1" }, "devDependencies": { @@ -76,4 +76,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/security/tpm/package.json b/security/tpm/package.json index f3226b05b..91fc53dc6 100644 --- a/security/tpm/package.json +++ b/security/tpm/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-tpm", - "version": "1.8.12", + "version": "1.8.13", "description": "Azure IoT TPM security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "base32-encode": "^1.0.0", "debug": "^4.3.1", "machina": "^4.0.2", @@ -80,4 +80,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/security/x509/package.json b/security/x509/package.json index 5d7844581..9eeaf74c3 100644 --- a/security/x509/package.json +++ b/security/x509/package.json @@ -1,13 +1,13 @@ { "name": "azure-iot-security-x509", - "version": "1.7.12", + "version": "1.7.13", "description": "Azure IoT x509 security client", "author": "Microsoft Corporation", "license": "MIT", "main": "index.js", "typings": "index.d.ts", "dependencies": { - "azure-iot-common": "1.12.13", + "azure-iot-common": "1.12.14", "debug": "^4.3.1" }, "devDependencies": { @@ -75,4 +75,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/service/package.json b/service/package.json index 42f649c17..922700568 100644 --- a/service/package.json +++ b/service/package.json @@ -1,6 +1,6 @@ { "name": "azure-iothub", - "version": "1.14.6", + "version": "1.14.7", "description": "Azure IoT SDK - IoT Hub", "author": "Microsoft Corporation", "license": "MIT", @@ -11,9 +11,9 @@ "@azure/identity": "1.2.5", "@azure/ms-rest-js": "^2.0.5", "async": "^3.2.3", - "azure-iot-amqp-base": "2.4.13", - "azure-iot-common": "1.12.13", - "azure-iot-http-base": "1.11.13", + "azure-iot-amqp-base": "2.4.14", + "azure-iot-common": "1.12.14", + "azure-iot-http-base": "1.11.14", "debug": "^4.3.1", "lodash": "^4.17.21", "machina": "^4.0.2", @@ -100,4 +100,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/service/samples/javascript/package.json b/service/samples/javascript/package.json index 17514c0e0..5d6b9e61c 100644 --- a/service/samples/javascript/package.json +++ b/service/samples/javascript/package.json @@ -11,10 +11,10 @@ "ci": "npm run lint" }, "dependencies": { - "azure-iothub": "1.14.6", + "azure-iothub": "1.14.7", "azure-storage": "^2.10.4" }, "devDependencies": { "jshint": "^2.13.4" } -} +} \ No newline at end of file diff --git a/service/samples/typescript/package.json b/service/samples/typescript/package.json index 0c2fba84e..ab7f846e9 100644 --- a/service/samples/typescript/package.json +++ b/service/samples/typescript/package.json @@ -6,7 +6,7 @@ "author": "Microsoft Corp.", "license": "MIT", "dependencies": { - "azure-iothub": "1.14.6" + "azure-iothub": "1.14.7" }, "devDependencies": { "encoding": "^0.1.13", @@ -22,4 +22,4 @@ "npmlockrefresh": "npm i --package-lock-only", "ci": "npm -s run lint && npm -s run build" } -} +} \ No newline at end of file diff --git a/stresstests/package.json b/stresstests/package.json index 9049d3688..bdff02acd 100644 --- a/stresstests/package.json +++ b/stresstests/package.json @@ -6,12 +6,12 @@ "private": true, "license": "MIT", "dependencies": { - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iothub": "1.14.6", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iothub": "1.14.7", "@azure/event-hubs": "^1.0.8", "uuid": "^8.3.2", "debug": "^4.3.1", @@ -36,4 +36,4 @@ "url": "https://github.com/Azure/azure-iot-sdk-node/issues" }, "homepage": "https://github.com/Azure/azure-iot-sdk-node#readme" -} +} \ No newline at end of file diff --git a/ts-e2e/package.json b/ts-e2e/package.json index 4723bc926..eb7e46ba4 100644 --- a/ts-e2e/package.json +++ b/ts-e2e/package.json @@ -19,12 +19,12 @@ "@types/mocha": "^2.2.41", "@types/node": "^16.10.2", "@types/uuid": "^3.4.5", - "azure-iot-common": "1.12.13", - "azure-iot-device": "1.17.8", - "azure-iot-device-amqp": "1.13.8", - "azure-iot-device-http": "1.13.8", - "azure-iot-device-mqtt": "1.15.8", - "azure-iothub": "1.14.6", + "azure-iot-common": "1.12.14", + "azure-iot-device": "1.17.9", + "azure-iot-device-amqp": "1.13.9", + "azure-iot-device-http": "1.13.9", + "azure-iot-device-mqtt": "1.15.9", + "azure-iothub": "1.14.7", "chai": "^4.3.3", "debug": "^4.3.1", "mocha": "^9.2.1", @@ -33,4 +33,4 @@ "uuid": "^8.3.2", "uuid-buffer": "^1.0.3" } -} +} \ No newline at end of file