From be906fec768fca627448d9f7e486213af2131e2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 17:52:09 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.88 (#6882) 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 18f06de8..279b8c3f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6572,9 +6572,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.87", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.87.tgz", - "integrity": "sha512-cfCLotsg6MzF2ptTwxfl1wV8kbopqNaHG2n7YS77OZJsXL2tbJi/0fL7asXtJB2fO/MRIgj0gYMUMivUe4TYIw==", + "version": "0.13.88", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.88.tgz", + "integrity": "sha512-PTCg7+ATwD29qjuUWcvJHN8E+GFL70b1lRTFzZbMMWdMNKCVy6ZQhPSwjmq+tTNRtzyCVUb2IW7boDR0Aetq+A==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index 7bcff382..e4dce855 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.87", + "zigbee-herdsman": "0.13.88", "zigbee-herdsman-converters": "14.0.100", "zigbee2mqtt-frontend": "0.3.114" },