From 61b57aceaeca5368b7a890547bb70b3d10f31712 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 10:09:34 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.113 (#7719) 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 e8237033b..b4632abf6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6598,9 +6598,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.112", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.112.tgz", - "integrity": "sha512-5p2Zs7FdD9R7LftwV5eHG1xE/4IIFaMk0mmvAqgy4pJkWY3oOWj6NscWfX5kgKtr2/pdN0jVs3nHaAvu4MjnAw==", + "version": "0.13.113", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.113.tgz", + "integrity": "sha512-k5qFMs/qOwH1RUk3p858E7HlAhVF0gmx9qE798ryJwuZHgAKMXXVq2BuxR8aqzcy5BA2vZhPwqGq3VyJLyNi9w==", "requires": { "@serialport/bindings": "9.0.4", "debounce": "^1.2.0", diff --git a/package.json b/package.json index d7c0c0346..0f8b31c8f 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.112", + "zigbee-herdsman": "0.13.113", "zigbee-herdsman-converters": "14.0.170", "zigbee2mqtt-frontend": "0.4.19" },