From 6068cd8541e1e525bad450102aa2bff56604d327 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 20:11:18 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.124 (#8176) 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 bde9cb6f3..dcef542d8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -8472,9 +8472,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.123", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.123.tgz", - "integrity": "sha512-NepxdjQe02R+T4xUQhW7334IKJMf7YeOmgxP8AnuBLFl7hKu0LAiZopGX6gt5ejKuztov9WQHlMbdr5hXrjysw==", + "version": "0.13.124", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.124.tgz", + "integrity": "sha512-yXjvFii3Es/BFZakuAMPxcHdnFV8n5Q1DaIhXUs44US55hna1PaQpaaDDaM4DJdIXhPXed1BT10N9KDZzvqTDQ==", "requires": { "@serialport/bindings": "9.2.0", "debounce": "^1.2.1", diff --git a/package.json b/package.json index 7ef129039..8c021825a 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.123", + "zigbee-herdsman": "0.13.124", "zigbee-herdsman-converters": "14.0.205", "zigbee2mqtt-frontend": "0.5.16" },