From e1e33a85a6a0fc267b02ca13e71e3d986cc07dcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 12:02:38 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.7 (#4379) 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 d2f3e907..a2819e23 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6273,9 +6273,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.6", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.6.tgz", - "integrity": "sha512-FazVbnJRfTdmKgSDr+L9G8BfMHNfIHADUcC9KKwzAFTTT/cAY3t+uM6gDkYy3o9Pfcb8x9eIyCorMzyqz134Sw==", + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.7.tgz", + "integrity": "sha512-wxf2C/y/CgU8m/cegLuTk5mquTLgUKplgItievQ++L2Kc8D8cDrjp7SJzqmVCiVWaOUzcPnVwHFkIn4SJTZYHg==", "requires": { "debug": "^4.1.1", "fast-deep-equal": "^3.1.3", diff --git a/package.json b/package.json index bbfdaf1a..4b8cb0b9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^7.3.1", - "zigbee-herdsman": "0.13.6", + "zigbee-herdsman": "0.13.7", "zigbee-herdsman-converters": "12.0.188", "zigbee2mqtt-frontend": "0.2.2" },