From 8c8f907fd3042b581aec08263c4fefe3863a6e43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 21:15:38 +0100 Subject: [PATCH] Update zigbee-herdsman to 0.13.169 (#9606) 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 5fdab3cc0..fac150228 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6920,9 +6920,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.168", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.168.tgz", - "integrity": "sha512-wTgFfftA+HWV9RLrVetcwHigq8RAOSRRaqyqldeaK7JOXufc0mgtfZJe0YwYtgp66gZNuMMaO3BiiWasobYTFg==", + "version": "0.13.169", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.169.tgz", + "integrity": "sha512-h08GvRmpq3LOPBPEsD0hlczJgfQL5bCtIMhdHHqpE2jG9GXhCMxanOQfWHx/NgXExDBCwlQXcweRAr+WirzeLQ==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index a927233cd..add2cc0e3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^8.2.3", - "zigbee-herdsman": "0.13.168", + "zigbee-herdsman": "0.13.169", "zigbee-herdsman-converters": "14.0.315", "zigbee2mqtt-frontend": "0.6.31" },