From b1b134fbf0b05c1702f982c934084c5458780a84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 12:21:30 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.37 (#5134) 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 41290caff..e61dd5ab5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6485,9 +6485,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.36", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.36.tgz", - "integrity": "sha512-N3HOUt6qc7/kXM1nCdb4JW2PdL2I1VdJypMsG1cpYkcamLDCMSLjZNnIg4PMxt2Cb6u2b5d3LGr76MN66GU4IQ==", + "version": "0.13.37", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.37.tgz", + "integrity": "sha512-eK2EK2mqT80ueHvEicKmXGyw+VezoK+7NcHX9WjjeQL6bdOpaLCuDGZY0sOh86Lmodyvdd0ZxY7MwA6z/Ko2PA==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index 119c7cb1c..134097b6e 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.36", + "zigbee-herdsman": "0.13.37", "zigbee-herdsman-converters": "13.0.6", "zigbee2mqtt-frontend": "0.2.98" },