From c171e02cc9a4c01582bc084fbcfaa8355e75abc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 18:30:28 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.102 (#7517) 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 97df0b43..4cc20f7e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6584,9 +6584,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.101", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.101.tgz", - "integrity": "sha512-bABBsDUaPs9V4L5G/khvnE+GwMFvbxg8ekVNBXPXU3RsYK+4Fzs00BWpPdabQ4SMSbVU1yzFrPDEYDWPhcRcjA==", + "version": "0.13.102", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.102.tgz", + "integrity": "sha512-sgwl6EnYUuMVbZhlp+vgcbiBIrjuO/GdMTtOItwxH+S1mN7eLEMn71ybO0Jy+upOLj3sD6OZyEBNhLgJpU8nwg==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index aba264c4..bbb9fd5b 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.101", + "zigbee-herdsman": "0.13.102", "zigbee-herdsman-converters": "14.0.149", "zigbee2mqtt-frontend": "0.4.14" },