From b5dc732a917e401a8cc110924544a62b23923eb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:24:24 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.12 (#4535) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 0e29abdc1..fe4cedeed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6467,9 +6467,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.11.tgz", - "integrity": "sha512-VgsTcYE9lHyXCaHYgzo0Jbtx69YV34YshfqRrcmst59pMmcGN3Vco3TG9FW7SVIJrsZKtVNKTLaUsxzM/9VcIg==", + "version": "0.13.12", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.12.tgz", + "integrity": "sha512-cVrczDGaGyIu7cusXH1WDtujHqekhPyO14e21uHSYMlWwnx1j7DfxwE9pOwockPtBrcO8wdQyh9OQCmLMlhP6Q==", "requires": { "debug": "^4.2.0", "fast-deep-equal": "^3.1.3", diff --git a/package.json b/package.json index ff73783bc..010b4572c 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.11", + "zigbee-herdsman": "0.13.12", "zigbee-herdsman-converters": "12.0.196", "zigbee2mqtt-frontend": "0.2.20" },