From 9c6ed20d6c8f4e9bfc6f3fcf3e364b584680169d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:30:40 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.83 (#6791) 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 708fcede..2cc1904b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6580,9 +6580,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.82", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.82.tgz", - "integrity": "sha512-LMqSb+KGook6GeLGxCtovVJaVPJxLZLAW4/Dw0UMSPq9W41hQSi+wrvXue4qBhLSsYmzM52D+FNwXmagRf06XQ==", + "version": "0.13.83", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.83.tgz", + "integrity": "sha512-tPNpSGS47deHq55Sv5q4HfgIbFohJyhoX6X/DVQsSR9UyWbBbbqjwqTVFyMV8hFct0xWl5KmY7SWf03mRIugsA==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index fea59002..9c223fcf 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.82", + "zigbee-herdsman": "0.13.83", "zigbee-herdsman-converters": "14.0.92", "zigbee2mqtt-frontend": "0.3.110" },