From c1b0a13e109e0e23cc8fea00f843124d62d8d387 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 18:20:42 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.13.194 (#10739) Co-authored-by: Koenkk Co-authored-by: Koen Kanters --- 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 adec34db2..838a03448 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6934,9 +6934,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.193", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.193.tgz", - "integrity": "sha512-t/q9l3WtW9Pc4h4PMUVUvFw+583tr7U0lZkzo6vvCE5UX4+Z5X8Z7fEIZJeP35FhBAZ+40g82lYsy+cBJuzaPw==", + "version": "0.13.194", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.194.tgz", + "integrity": "sha512-+ZGeeGh9/4d2LxZYQEnm7vgcHQl/+UDUfgDN2BKnHb8RFsvLIWY1aUr3Sj6lKH34tCtCPY5CSiQmTrkLWq3YlQ==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.3", diff --git a/package.json b/package.json index 0234896ad..8f3e21347 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "winston": "^3.4.0", "winston-syslog": "^2.4.4", "ws": "^8.4.0", - "zigbee-herdsman": "0.13.193", + "zigbee-herdsman": "0.13.194", "zigbee-herdsman-converters": "14.0.382", "zigbee2mqtt-frontend": "0.6.68" },