From be61249d04d1dcde0ca16c979e930ac814c25033 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 20:51:17 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.39 (#5184) 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 fcf543099..98f1c3bfe 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6485,9 +6485,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.38", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.38.tgz", - "integrity": "sha512-6W414Xscq7wSgmI/8tXsxAF9Z1dOqAwsffc+9O+9nPYeBDT+OfLwPjUdxegriwbwd30wyk2xaUYbM14Gk187Gw==", + "version": "0.13.39", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.39.tgz", + "integrity": "sha512-HwObR3sOWUCwxfu4tZN/L7Te1Y6yaSBu4ItGioVpSVLalr6M+NfPzBF8zqpUx+HRvLxEBD1saq0RNTy2t4CTXQ==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index 724c6dbbf..de5a2d98b 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.38", + "zigbee-herdsman": "0.13.39", "zigbee-herdsman-converters": "13.0.10", "zigbee2mqtt-frontend": "0.2.100" },