From 87cabc29d4b315646fb5c49445a10e056645bc87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Oct 2020 16:32:01 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.18 (#4695) 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 6a7ad7caa..deaec79fc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6466,9 +6466,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.17", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.17.tgz", - "integrity": "sha512-rEdcaJ2Vx7exvbO7sKmig5JI0EnB46B/xGYeFyYrk+QUn/89BoXfdUO2X8bsukcL3PVlR3Ed8yR25/fGtjrqtg==", + "version": "0.13.18", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.18.tgz", + "integrity": "sha512-/OKv5ehrhekan5LVaq4pNXiw6tch8dyiOiQLwJRhwzsh1jyh6EBbky6mzopywBJ+zoqwOQDT4H5S+kZbgNNEXA==", "requires": { "debounce": "^1.2.0", "debug": "^4.2.0", diff --git a/package.json b/package.json index 6ee2cb547..8d90a3f3f 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.17", + "zigbee-herdsman": "0.13.18", "zigbee-herdsman-converters": "12.0.212", "zigbee2mqtt-frontend": "0.2.31" },