From e0c2d69244fa2277754c4102ea090292cd1e0cc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Nov 2020 14:53:01 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.36 (#5111) Co-authored-by: Koenkk --- 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 c8fb8411..71b72610 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6485,9 +6485,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.35", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.35.tgz", - "integrity": "sha512-H/0Bsm5+GF4EEdj4pAkVdEtlb/opz/Hu9porPo8XP70HpCknMczB/mbf+yLH9N4HjWvBhBfpG/hv+bhVXdkrOg==", + "version": "0.13.36", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.36.tgz", + "integrity": "sha512-N3HOUt6qc7/kXM1nCdb4JW2PdL2I1VdJypMsG1cpYkcamLDCMSLjZNnIg4PMxt2Cb6u2b5d3LGr76MN66GU4IQ==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index 9e37c4a8..4d05a127 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^7.3.1", - "zigbee-herdsman": "0.13.35", + "zigbee-herdsman": "0.13.36", "zigbee-herdsman-converters": "13.0.5", "zigbee2mqtt-frontend": "0.2.91" },