From 108694276e1bc3e6dff9df475132191bd34679d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Aug 2021 21:48:08 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.127 (#8305) Co-authored-by: Koenkk Co-authored-by: Koen Kanters --- 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 a1f3d66f7..27a32edb4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -8472,9 +8472,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.126", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.126.tgz", - "integrity": "sha512-+WAgw7bC344BUqgwpctrWEs9m3cDnS4m2YWpeCVBYdBPBx7gcIk/9QoZKUbx4pkH7aQpILjkuIsan5fAmaKsqQ==", + "version": "0.13.127", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.127.tgz", + "integrity": "sha512-rZYC2NJ2MK3hvUOfc1tTPsVx2a1Hj4bN0KM7mP9jh3O6pv3Sli+Ji2UtKQzW+d8VRudfQdwlIGK3s465eU8gRA==", "requires": { "@serialport/bindings": "9.2.0", "debounce": "^1.2.1", diff --git a/package.json b/package.json index fb0725d30..b2f425e2d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^7.5.2", - "zigbee-herdsman": "0.13.126", + "zigbee-herdsman": "0.13.127", "zigbee-herdsman-converters": "14.0.216", "zigbee2mqtt-frontend": "0.5.22" },