From a8cf925fcb7cc40f549c95f82899855641f2aaef Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 16 Mar 2019 22:55:37 +0100 Subject: [PATCH] Update zigbee-shepherd, zigbee-shepherd-converters and zcl-id. --- npm-shrinkwrap.json | 61 +++++++++++++++++++++------------------------ package.json | 6 ++--- 2 files changed, 31 insertions(+), 36 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d621f42..6e20475e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3244,26 +3244,15 @@ "dev": true }, "handlebars": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz", - "integrity": "sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.1.tgz", + "integrity": "sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA==", "dev": true, "requires": { - "async": "^2.5.0", + "neo-async": "^2.6.0", "optimist": "^0.6.1", "source-map": "^0.6.1", "uglify-js": "^3.1.4" - }, - "dependencies": { - "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", - "dev": true, - "requires": { - "lodash": "^4.17.11" - } - } } }, "har-schema": { @@ -4816,6 +4805,12 @@ } } }, + "neo-async": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz", + "integrity": "sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==", + "dev": true + }, "next-tick": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz", @@ -5342,9 +5337,9 @@ "dev": true }, "prompts": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.0.3.tgz", - "integrity": "sha512-H8oWEoRZpybm6NV4to9/1limhttEo13xK62pNvn2JzY0MA03p7s0OjtmhXyon3uJmxiJJVSuUwEJFFssI3eBiQ==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.0.4.tgz", + "integrity": "sha512-HTzM3UWp/99A0gk51gAegwo1QRYA7xjcZufMNe33rCclFszUYAuHe1fIN/3ZmiHeGPkUsNaRyQm1hHOfM0PKxA==", "dev": true, "requires": { "kleur": "^3.0.2", @@ -6897,21 +6892,21 @@ } }, "zcl-id": { - "version": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", - "from": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", + "version": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", + "from": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "requires": { "busyman": "^0.3.0", "enum": "^2.5.0" } }, "zcl-packet": { - "version": "git+https://github.com/Koenkk/zcl-packet.git#59663cd2b72c544b7409975b0da1a8a4bfcd9832", - "from": "git+https://github.com/Koenkk/zcl-packet.git#59663cd2b72c544b7409975b0da1a8a4bfcd9832", + "version": "git+https://github.com/Koenkk/zcl-packet.git#31b023453793dda9536a1dd874bf65d2b1b3fc7f", + "from": "git+https://github.com/Koenkk/zcl-packet.git#31b023453793dda9536a1dd874bf65d2b1b3fc7f", "requires": { "concentrate": "^0.2.3", "dissolve-chunks": "^1.3.0", "enum": "^2.3.0", - "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872" + "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d" } }, "ziee": { @@ -6935,8 +6930,8 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#47fc75a070530f217273c561dd15eb68629c3c0a", - "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#47fc75a070530f217273c561dd15eb68629c3c0a", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#6e587ad4093246baedaa01ad651be1be08c11a14", + "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#6e587ad4093246baedaa01ad651be1be08c11a14", "requires": { "areq": "^0.2.0", "busyman": "^0.3.0", @@ -6945,26 +6940,26 @@ "objectbox": "^0.3.0", "proving": "^0.1.0", "q": "^1.5.1", - "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", - "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#59663cd2b72c544b7409975b0da1a8a4bfcd9832", + "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#31b023453793dda9536a1dd874bf65d2b1b3fc7f", "ziee": "^0.3.0", "zstack-constants": "^0.2.0" } }, "zigbee-shepherd-converters": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.4.tgz", - "integrity": "sha512-W+3t2ip+EFDedfrSRfoSLz2pOXIZqswgkMXisw4tmqrkG9ifxC3jB2WvGy0K+K2bXPlRvT/zsbxmf0hHoJPhBA==", + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.6.tgz", + "integrity": "sha512-UDr90tDlKr0jnacp4K2O5GMatuL14ML0CihwXgvLinGbMicJnBgA+yHMYgWDqY6MbUPfnkaPT20b5cB5XtAKHA==", "requires": { "chai": "*", "debounce": "*", "debug": "3.2.6", - "zcl-id": "https://github.com/koenkk/zcl-id/tarball/77ba3058c6c4b09a9958761ae5e3046765c12872" + "zcl-id": "https://github.com/koenkk/zcl-id/tarball/4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d" }, "dependencies": { "zcl-id": { - "version": "https://github.com/koenkk/zcl-id/tarball/77ba3058c6c4b09a9958761ae5e3046765c12872", - "integrity": "sha512-kyQZ6+5vv1NR2nMlJ5zahSCsjSvmLsZl3a7LTahIcZtLHpiOUxfAdueCyjJFkpsJgwxDea9OJj0ftIcQZQEwwQ==", + "version": "https://github.com/koenkk/zcl-id/tarball/4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", + "integrity": "sha512-Qn/it+05QRuufqavDYCFgpr2B7jha46WQyM29iKbtCVCHdCTpFad6FgkMTWIkBzmCkbsrV76uFIC5Nrlze8ZbA==", "requires": { "busyman": "^0.3.0", "enum": "^2.5.0" diff --git a/package.json b/package.json index f4a42537..2db0ef84 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "rimraf": "*", "semver": "*", "winston": "2.4.2", - "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", + "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "ziee": "*", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#47fc75a070530f217273c561dd15eb68629c3c0a", - "zigbee-shepherd-converters": "8.0.4", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#6e587ad4093246baedaa01ad651be1be08c11a14", + "zigbee-shepherd-converters": "8.0.6", "zive": "*" }, "devDependencies": {