From caa22c559e92288a99ab9f73c87977d9350c9844 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 18:02:52 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.161 (#9261) 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 43dd25675..4094ea123 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6814,9 +6814,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.160", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.160.tgz", - "integrity": "sha512-ZYNOH/YGpOp156MPp953iWfrDp/RDWYVkaQvjlCNkpi1HWJKtnUKaD5hRldFm6NfvOhpbWoUE5snxGERuxUqow==", + "version": "0.13.161", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.161.tgz", + "integrity": "sha512-nu/ki9XCggQCQvMRTKNP8xSrR2mKx+au2kg/jwc2rVKsAXj1jGoV9JqIl4mhyJEKwEvEFhDtpi7y6bJv1LOnjg==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index c819b115e..b296e2a21 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^8.2.3", - "zigbee-herdsman": "0.13.160", + "zigbee-herdsman": "0.13.161", "zigbee-herdsman-converters": "14.0.287", "zigbee2mqtt-frontend": "0.6.20" },