From 6ca931207d74c40acb7b7d39cc858e2e260b5ee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 14:13:37 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.107 (#7559) 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 202e10ba..730d80e0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6584,9 +6584,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.106", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.106.tgz", - "integrity": "sha512-5pmiIJpDQPpf/+OT1kOETFydUlisH2wAWhogtjZOtUnz8WssgIhHhskSqsF1MLnX89iuidm0PqB/iHVQYIpiog==", + "version": "0.13.107", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.107.tgz", + "integrity": "sha512-DJnW0FRrMrzxneloZ6QAuUU87wd1G/0KDKBCl+ObFSBov4LD8eZAkhSzTvEg9/F+ZILPhALqzAED3l/W7OBDAA==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index 1bedc818..c30bd1ca 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.106", + "zigbee-herdsman": "0.13.107", "zigbee-herdsman-converters": "14.0.153", "zigbee2mqtt-frontend": "0.4.15" },