From 155e9119c0505a73c1da38566aa69065fd0e8f58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 22:39:14 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.44 (#5440) 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 efc1ccfc0..e0cbc46cb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6406,9 +6406,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.43", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.43.tgz", - "integrity": "sha512-aZ+T5hvsBoaVH2pTE57rTpbqFhNIkm84sn3V9/16dlm1WX0qDlfpjI8hywDfXsArfpLYGMImeCdht+AOcdo7hQ==", + "version": "0.13.44", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.44.tgz", + "integrity": "sha512-o0CYCDGJlK+OteGTQa5TvWRlV5+Zz0cptYgZEFfwXKKpII3rWlOedK2vHLk0tC1xhHtaWldjmT4XUMja9ALpAw==", "requires": { "debounce": "^1.2.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index cfa3efeea..bc7d7c5c7 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.43", + "zigbee-herdsman": "0.13.44", "zigbee-herdsman-converters": "14.0.0", "zigbee2mqtt-frontend": "0.2.110" },