From e9c96e7a24a98f684468ae515ad35bec4cf66f6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 22:00:50 +0200 Subject: [PATCH] Update zigbee-herdsman to 0.13.14 (#4606) 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 59c66daef..6a015361c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6467,9 +6467,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.13", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.13.tgz", - "integrity": "sha512-wjW+1M0Spfe8UAKiccFDgIL1ki3anrDXNw2xKD9XHdA5VkBpCE7J/an0GeasgoWxi18hGtWvG2tEXusLwZC0yA==", + "version": "0.13.14", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.14.tgz", + "integrity": "sha512-BKVz9jJ3JQhuKpeV937+jCOhjOQQFSdJelU8A4JE5g+xuQ2U2aecR9KuQrZ6C52jZsOIxaDayB4yijYk7EW8hg==", "requires": { "debug": "^4.2.0", "fast-deep-equal": "^3.1.3", diff --git a/package.json b/package.json index a0ee01a65..c78c04855 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.13", + "zigbee-herdsman": "0.13.14", "zigbee-herdsman-converters": "12.0.203", "zigbee2mqtt-frontend": "0.2.26" },