From e213356c407b55072e808a610d69eed0a769c2ea Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 2 Mar 2019 17:04:21 +0100 Subject: [PATCH] Update zigbee-shepherd-* dependencies. --- npm-shrinkwrap.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fd75a1be..efc127b6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6080,8 +6080,8 @@ } }, "zcl-packet": { - "version": "git+https://github.com/Koenkk/zcl-packet.git#d69cd6fc41086e59e4fa11511d807fc271d0c729", - "from": "git+https://github.com/Koenkk/zcl-packet.git#d69cd6fc41086e59e4fa11511d807fc271d0c729", + "version": "git+https://github.com/Koenkk/zcl-packet.git#39786f72ccc5ade1d4141d9d85d9e9249ce7080f", + "from": "git+https://github.com/Koenkk/zcl-packet.git#39786f72ccc5ade1d4141d9d85d9e9249ce7080f", "requires": { "concentrate": "^0.2.3", "dissolve-chunks": "^1.3.0", @@ -6109,8 +6109,8 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#dcd93b4f6133a8e356971fcfbfa9ea92732c6db6", - "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#dcd93b4f6133a8e356971fcfbfa9ea92732c6db6", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#8c53bd423b69a0eef73e521a2edf447c9392b050", + "from": "git+https://github.com/Koenkk/zigbee-shepherd.git#8c53bd423b69a0eef73e521a2edf447c9392b050", "requires": { "areq": "^0.2.0", "busyman": "^0.3.0", @@ -6119,15 +6119,15 @@ "objectbox": "^0.3.0", "proving": "^0.1.0", "q": "^1.5.1", - "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#2f25e0848562b570453abd663794d5b95e1f324f", - "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#d69cd6fc41086e59e4fa11511d807fc271d0c729", + "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#39786f72ccc5ade1d4141d9d85d9e9249ce7080f", "ziee": "^0.3.0", "zstack-constants": "^0.2.0" }, "dependencies": { "zcl-id": { - "version": "git+https://github.com/Koenkk/zcl-id.git#2f25e0848562b570453abd663794d5b95e1f324f", - "from": "git+https://github.com/Koenkk/zcl-id.git#2f25e0848562b570453abd663794d5b95e1f324f", + "version": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", + "from": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872", "requires": { "busyman": "^0.3.0", "enum": "^2.5.0" @@ -6136,19 +6136,19 @@ } }, "zigbee-shepherd-converters": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.2.0.tgz", - "integrity": "sha512-NQ78Zz7T7cVQYoodXUSXgwIi/JpLtltvPf3Y76vrq4vV98jqujRUyVbLJ1u9fvQUvYtokw+chIHDrsI4ACuapg==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.2.1.tgz", + "integrity": "sha512-fAByFKI9q8JR87tk7irWqFgyUdJur03/mgvKwU+Guh1xb+5DvmhKOg0ndh8szL5aNP3puWKuJZ0cHbgPFTAOcA==", "requires": { "chai": "*", "debounce": "*", "debug": "3.2.6", - "zcl-id": "https://github.com/koenkk/zcl-id/tarball/2f25e0848562b570453abd663794d5b95e1f324f" + "zcl-id": "https://github.com/koenkk/zcl-id/tarball/77ba3058c6c4b09a9958761ae5e3046765c12872" }, "dependencies": { "zcl-id": { - "version": "https://github.com/koenkk/zcl-id/tarball/2f25e0848562b570453abd663794d5b95e1f324f", - "integrity": "sha512-lfVS1kAuuiSs0laGpaOX9tpn3r/hZvNZLCSr1ZxZNaUz9a4xDRdGkvbdEox4x3Xkg8PTFF2Au1S5cFRUmbA/cA==", + "version": "https://github.com/koenkk/zcl-id/tarball/77ba3058c6c4b09a9958761ae5e3046765c12872", + "integrity": "sha512-kyQZ6+5vv1NR2nMlJ5zahSCsjSvmLsZl3a7LTahIcZtLHpiOUxfAdueCyjJFkpsJgwxDea9OJj0ftIcQZQEwwQ==", "requires": { "busyman": "^0.3.0", "enum": "^2.5.0" diff --git a/package.json b/package.json index eb911004..6d4a991b 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "semver": "*", "winston": "2.4.2", "ziee": "*", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#dcd93b4f6133a8e356971fcfbfa9ea92732c6db6", - "zigbee-shepherd-converters": "7.2.0", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#8c53bd423b69a0eef73e521a2edf447c9392b050", + "zigbee-shepherd-converters": "7.2.1", "zive": "*" }, "devDependencies": {