From 8d3edf1dd50c5c3c4948d2bd2df95dd679f0608f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 19:30:27 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.71 (#6301) 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 c6ed59ec..560908c3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6474,9 +6474,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.70", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.70.tgz", - "integrity": "sha512-s5wraHhJ1EPjqFfXmuEKGtc5y+ud4Ru+ybGM7ftU0125jxH8AJ8rT6QYolHCOB1kmptErSATjtbu0V+lxRPRxA==", + "version": "0.13.71", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.71.tgz", + "integrity": "sha512-fraLNLzA/eT9OERIJHyeGTT7ySJ91/WaCArPja/Or0t2HE2vDSgOaRoN9WhmWU2vd1nsoXGAwzrTMFnM02ECxA==", "requires": { "debounce": "^1.2.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index bfc59bb3..78ac8012 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^7.3.1", - "zigbee-herdsman": "0.13.70", + "zigbee-herdsman": "0.13.71", "zigbee-herdsman-converters": "14.0.57", "zigbee2mqtt-frontend": "0.3.54" },