From dbfdbcba4ab4a2b3b188611fbf5879e455909499 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 20:43:42 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.91 (#7122) 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 cb2965a49..cebd4e455 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6642,9 +6642,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.90", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.90.tgz", - "integrity": "sha512-lyOaeU3mmXLpL1ulhWouhknGxrhHQpBqo1/+8OSkVc+lMSyZc7SVTcdzXT4vhy/zyOY/sPlLf8J7xFLjn+LHLA==", + "version": "0.13.91", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.91.tgz", + "integrity": "sha512-XyHBh2N8TUgPAG0bUYfqbmljbqdhk6dhWEdw4fYwi7t6ttvn9hsKPI/5KEGvfigTvqo7pRDJ1MqNJqGLaw0cPw==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index 409649857..ea99ea4bb 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.90", + "zigbee-herdsman": "0.13.91", "zigbee-herdsman-converters": "14.0.112", "zigbee2mqtt-frontend": "0.3.119" },