From ef2f28019b51efbb426629f67f975ff2bba7406c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:11:48 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.14.4 (#10939) 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 0a56a436..d089a3f3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6934,9 +6934,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.3.tgz", - "integrity": "sha512-+4qEwS0mnB+XaL6RtuwhHDswUhmny8WUlRI0MSSInH8BgT/cJvw4Q6hxxc2xBF3N2GZO+Vyzk/h8LoRi/eVg0g==", + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.4.tgz", + "integrity": "sha512-ELCcjJNAuFkaP0W6o602iMPnICXtGLk0c30A++Q42GRRb8T+U8I7N9ApYMfiuN7a+LUcMWlqTHZZDwLNwiTvKw==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.3", diff --git a/package.json b/package.json index 0d47dd82..d57a42ab 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "winston": "^3.4.0", "winston-syslog": "^2.4.4", "ws": "^8.4.2", - "zigbee-herdsman": "0.14.3", + "zigbee-herdsman": "0.14.4", "zigbee-herdsman-converters": "14.0.393", "zigbee2mqtt-frontend": "0.6.68" },