From fcf10680f47d5a2b3e9a741f1385ba781a74df17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 14:29:57 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.21 (#4761) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 3e2b57641..1624fae27 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6467,9 +6467,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.20", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.20.tgz", - "integrity": "sha512-OGhhz3DjrQfUYlaUo4ahjxw4fYtaIGcWWRW879XM1lsaRz/VHcv55VyT94nybgFdw3MMzpuxrtGfgHkxZtaaSQ==", + "version": "0.13.21", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.21.tgz", + "integrity": "sha512-TEtaMuzbRmx/YvqDci4p/iHNgur5jDzz/G9/fDV+P23muzX0IC9JqSyR8RmLm9ybLD+JjGEqCa45vPFxGvNz/w==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index d7e36927b..7807c9054 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.20", + "zigbee-herdsman": "0.13.21", "zigbee-herdsman-converters": "12.0.217", "zigbee2mqtt-frontend": "0.2.39" },