From bd149af508e6098fbb74ee465ce45905e2f390fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 19:26:00 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.20 (#4753) 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 9495152c..3e2b5764 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6467,9 +6467,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.19", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.19.tgz", - "integrity": "sha512-czr+EadCafjbrQVSWSb7P4e3A3XamVAk6Szvh1si+DAfvgbpXm+yQ0i01JMbRdG1jH2w2c0yK0l40/KrPWk+1w==", + "version": "0.13.20", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.20.tgz", + "integrity": "sha512-OGhhz3DjrQfUYlaUo4ahjxw4fYtaIGcWWRW879XM1lsaRz/VHcv55VyT94nybgFdw3MMzpuxrtGfgHkxZtaaSQ==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index d5c75846..d7e36927 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.19", + "zigbee-herdsman": "0.13.20", "zigbee-herdsman-converters": "12.0.217", "zigbee2mqtt-frontend": "0.2.39" },