From a48a36aaf295933c719435a3dc4f2ba18d43a5e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 21:18:51 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.57 (#5780) 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 5974a86b6..720e3cd45 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6432,9 +6432,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.55", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.55.tgz", - "integrity": "sha512-YbcOutzDxCzwCZssljyZMS6qyfV9+t0mRt13uNnB6ID5U8ya92JkAwqdfUGjzt4YAcqcTiObw3IpjomRiPWbOw==", + "version": "0.13.57", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.57.tgz", + "integrity": "sha512-BRxKaYAPG5VF5PvuO9um6iVnnpM+iJdA4z4cFkh0TMxtQpUpPGXjpHCWtk4w5ZSbH1//AptYMO2LfUoba4Z/4Q==", "requires": { "debounce": "^1.2.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index 07689b629..1841707fe 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^7.3.1", - "zigbee-herdsman": "0.13.55", + "zigbee-herdsman": "0.13.57", "zigbee-herdsman-converters": "14.0.23", "zigbee2mqtt-frontend": "0.3.4" },