From 950b3c7ace445c61677a6edb1df2d12277c76833 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 19 Apr 2019 20:30:39 +0200 Subject: [PATCH] Update zigbee-shepherd. --- npm-shrinkwrap.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 09ec733bc..8376cf8fd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -926,8 +926,8 @@ "dev": true }, "cc-znp": { - "version": "git+https://github.com/Koenkk/cc-znp.git#099b16a894cdc22184d44d3c9c9e74bc6c0e966e", - "from": "git+https://github.com/Koenkk/cc-znp.git#099b16a894cdc22184d44d3c9c9e74bc6c0e966e", + "version": "git+https://github.com/Koenkk/cc-znp.git#a994d0c532c53745dfae596f69ed924158d8ecce", + "from": "git+https://github.com/Koenkk/cc-znp.git#a994d0c532c53745dfae596f69ed924158d8ecce", "requires": { "debug": "^4.1.1", "enum": "^2.5.0", @@ -6596,9 +6596,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "uglify-js": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.4.tgz", - "integrity": "sha512-GpKo28q/7Bm5BcX9vOu4S46FwisbPbAmkkqPnGIpKvKTM96I85N6XHQV+k4I6FA2wxgLhcsSyHoNhzucwCflvA==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.5.5.tgz", + "integrity": "sha512-e58FqZzPwaLODQetDQKlvErZaGkh1UmzP8YwU0aG65NLourKNtwVyDG8tkIyUU0vqWzxaikSvTaxrCSscmvqvQ==", "dev": true, "optional": true, "requires": { @@ -7049,12 +7049,12 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#6c05654ef31b093386d368a9db8e51691452968e", - "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#6c05654ef31b093386d368a9db8e51691452968e", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#30d08aacf50327dc1e2c3f146076b9efb8581192", + "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#30d08aacf50327dc1e2c3f146076b9efb8581192", "requires": { "areq": "^0.2.0", "busyman": "^0.3.0", - "cc-znp": "git+https://github.com/Koenkk/cc-znp.git#099b16a894cdc22184d44d3c9c9e74bc6c0e966e", + "cc-znp": "git+https://github.com/Koenkk/cc-znp.git#a994d0c532c53745dfae596f69ed924158d8ecce", "debug": "^3.2.6", "objectbox": "^0.3.0", "proving": "^0.1.0", diff --git a/package.json b/package.json index b484885c3..9bc4c2e10 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "winston": "2.4.2", "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "ziee": "*", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#6c05654ef31b093386d368a9db8e51691452968e", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#30d08aacf50327dc1e2c3f146076b9efb8581192", "zigbee-shepherd-converters": "8.1.2", "zive": "*" },