From cd9fd2d5c289bfb23d97c4579e952788db4905d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 18:00:39 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.14.14 (#11365) 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 d306dfd3e..bb4b322d7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6943,9 +6943,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.14.13", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.13.tgz", - "integrity": "sha512-BAvlIgLx9U9sINgzNYbSfbsOMBXmg4OhrddCFDWJ4xv5agjASVy4EUI+uGeRTulc8ZU9GW7yrZwGnmP8gVJj5Q==", + "version": "0.14.14", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.14.tgz", + "integrity": "sha512-AIUfYRsaaF537ex5/dU0B1ydMRcZfFhIMyBiDBfVRA2HHXAOTWIJrTJt8ClIrTWmAlKBoi2PCFo9gtl1MqSF0g==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.3", diff --git a/package.json b/package.json index 9f2c5b6a1..7ebf0a125 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "winston-syslog": "^2.5.0", "winston-transport": "^4.5.0", "ws": "^8.4.2", - "zigbee-herdsman": "0.14.13", + "zigbee-herdsman": "0.14.14", "zigbee-herdsman-converters": "14.0.417", "zigbee2mqtt-frontend": "0.6.71" },