From 891e7029fc8fb7c2f1c87fe55b204933b2b37673 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 19:59:07 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.103 (#7529) 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 c3605dc89..f9d171ce0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6584,9 +6584,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.102", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.102.tgz", - "integrity": "sha512-sgwl6EnYUuMVbZhlp+vgcbiBIrjuO/GdMTtOItwxH+S1mN7eLEMn71ybO0Jy+upOLj3sD6OZyEBNhLgJpU8nwg==", + "version": "0.13.103", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.103.tgz", + "integrity": "sha512-DOo8utcZ5jgWVZDgjbX49/ynPujPHfZK/p2Z8jszCwrBrVoKGAhRVXY1V5EgyOdXjOrdYrPOWSg7T+jElANakw==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index f147292d4..313faf402 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.102", + "zigbee-herdsman": "0.13.103", "zigbee-herdsman-converters": "14.0.150", "zigbee2mqtt-frontend": "0.4.14" },