From 62e0ef0cffa3693fed714d716c16f7faea5bd853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 13:26:29 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.62 (#6098) 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 0fdf07c8c..3d738ec6f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6432,9 +6432,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.61", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.61.tgz", - "integrity": "sha512-o5lvhVuuw7Upa5E83DIoxTR/D8fLTSn5pn2upopEOP0C2F5AmZ5iygBR0becjQxJHSfQmH8AJqi7SBVzmYZXmA==", + "version": "0.13.62", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.62.tgz", + "integrity": "sha512-WT4CSleTyuVOxI6e5GGNYUgAUjxD7L+gwDHECljtVNxX4MAILtrznynU+cnaIzh6iUNaFIOd4qv6Ee0lNvuzwQ==", "requires": { "debounce": "^1.2.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index 4d2c169f5..5bf9aab96 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.61", + "zigbee-herdsman": "0.13.62", "zigbee-herdsman-converters": "14.0.46", "zigbee2mqtt-frontend": "0.3.26" },