From fd3019dce82898c47ef11f51feebea43cc4f254c Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 31 Jul 2019 21:34:30 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.4.5. https://github.com/Koenkk/zigbee2mqtt/issues/1798 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f2206928f..fa06fcff1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6032,9 +6032,9 @@ } }, "zigbee-herdsman": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.4.2.tgz", - "integrity": "sha512-/GzGATM7cLnpo/50o8VrJ0ZWtXkGcGGbp884I7x5blxPkpe4b+API0PxutoC/nB6PnA6CjCgNYGFepF4zBi92g==", + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.4.5.tgz", + "integrity": "sha512-sDRXPj1dq4DVWJrVjn4zsnletWlx3bwc7cxqgSxjUxXWVzOiuDicVDQPPuQEUL7h1oxH+8KCzVlw11oGvuYneg==", "requires": { "busyman": "^0.3.0", "concentrate": "^0.2.3", diff --git a/package.json b/package.json index 171e5253f..c4426ea63 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "rimraf": "*", "semver": "*", "winston": "2.4.2", - "zigbee-herdsman": "0.4.2", + "zigbee-herdsman": "0.4.5", "zigbee-shepherd-converters": "10.1.8", "deep-diff": "*" },