From cab93d0c72e7f8ddddc9b48e8cc3b8b0a92c48c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 21:01:09 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.49 (#5637) 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 cc7762dd6..3ccb5781c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6432,9 +6432,9 @@ } }, "zigbee-herdsman": { - "version": "0.13.48", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.48.tgz", - "integrity": "sha512-orC53ywNN85tyV0w6Te8tCzcDX7J6sOTMkSMGVewXcWydr2huNByITMnvc52kWKvfjFVCzaZvQTOAPxPZqBU/g==", + "version": "0.13.49", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.49.tgz", + "integrity": "sha512-Vai1Kz5zFZWcrFcpvKPNTAfdmGWereC7m7NzDxvcdp4OcvuadQJZgICsc9ylmLUI/yAyKfd+xVynfn/68RlBuQ==", "requires": { "debounce": "^1.2.0", "debug": "^4.3.1", diff --git a/package.json b/package.json index 9a2d509ae..75a5312ac 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.48", + "zigbee-herdsman": "0.13.49", "zigbee-herdsman-converters": "14.0.12", "zigbee2mqtt-frontend": "0.3.2" },