From 8895c14f42142d11aa867ef775f2fa74119a84fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 17:13:26 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.23 (#4762) 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 c1593861e6..a77937f9fc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6467,9 +6467,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.21", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.21.tgz", - "integrity": "sha512-TEtaMuzbRmx/YvqDci4p/iHNgur5jDzz/G9/fDV+P23muzX0IC9JqSyR8RmLm9ybLD+JjGEqCa45vPFxGvNz/w==", + "version": "0.13.23", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.23.tgz", + "integrity": "sha512-DqixPz6hYpIuXKWLlLLBn6yT+XH7AvIcyjAx8NhJg8v+80F4aZu2WZmTm0a81PQ17BpmWIIroTH2FHK7t3WhkA==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index f7c861a341..220b16b264 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.21", + "zigbee-herdsman": "0.13.23", "zigbee-herdsman-converters": "12.0.219", "zigbee2mqtt-frontend": "0.2.39" },