From 8034ea272c9f9554eaf439c17840975b0de2593d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 11:11:49 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.29 (#4955) 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 bdb1e9729..227f679d0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6510,9 +6510,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.28", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.28.tgz", - "integrity": "sha512-Ar3FCkluM1/hiH/AcbSTXG41wCs9HsJU/b7ZXjQQrjaKzhZnKj2fUTI3baddohZ0cBErYmZfzZjnWVIdT7vC+A==", + "version": "0.13.29", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.29.tgz", + "integrity": "sha512-2sP8Z2Rfp+geUmbWmUkacMQmCYf/sSdsc4QE12itT914HrpJ8Ra5574gzJpMC64bpntj+nIRNTpVel2R7BSmSw==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index a4abb7db4..6afdae724 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.28", + "zigbee-herdsman": "0.13.29", "zigbee-herdsman-converters": "12.0.233", "zigbee2mqtt-frontend": "0.2.76" },