From 7122137639ee997ded137dfe940f8f29b6cb6363 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Aug 2021 15:43:19 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.136 (#8548) 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 1ee4294e3..11d906ae6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6925,9 +6925,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.135", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.135.tgz", - "integrity": "sha512-oJQaAhgyM0AN2DeS9apLFInImNwi2WSCKPlvhFNVxhpUWk9ZrmIVr3SvhG5lDOjZgAqlD+xkZLR1z8m499otmA==", + "version": "0.13.136", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.136.tgz", + "integrity": "sha512-H1/K7GeFZ/O/szzN/EYYuFP3HQHiJXYHgJlGtBw5dlxqjsqLzQFRfWFVjkAF2jQEg9CTYnoEoL3piBP/enC9Gg==", "requires": { "@serialport/bindings": "9.2.0", "debounce": "^1.2.1", diff --git a/package.json b/package.json index 37d47e2a2..0ab4032d9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^8.2.0", - "zigbee-herdsman": "0.13.135", + "zigbee-herdsman": "0.13.136", "zigbee-herdsman-converters": "14.0.234", "zigbee2mqtt-frontend": "0.5.27" },