From b890b1bcb7a3adef29757fcf38e16df1aa7125b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 18:33:09 +0000 Subject: [PATCH] Update zigbee-herdsman to 0.13.183 (#10193) 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 9b960d282..5121bd8f9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6921,9 +6921,9 @@ "dev": true }, "zigbee-herdsman": { - "version": "0.13.182", - "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.182.tgz", - "integrity": "sha512-VrpcZqGojo+KVz2gG7OK3VgTrwVFVXcu9rv8zEXMQQ3X2qfXPmGzzZYNbMucQtNN6owalJHwnprLmSzkGEltQw==", + "version": "0.13.183", + "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.183.tgz", + "integrity": "sha512-wjqVphPPwLd3aldLndK0R65e+ETntOi69ayDsbfj8wYLNa1LPniNRMR+mx18aacGMbjI9pIQvlRt5z4iZVTndg==", "requires": { "debounce": "^1.2.1", "debug": "^4.3.3", diff --git a/package.json b/package.json index f6c058752..579153b74 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "winston": "^3.3.3", "winston-syslog": "^2.4.4", "ws": "^8.3.0", - "zigbee-herdsman": "0.13.182", + "zigbee-herdsman": "0.13.183", "zigbee-herdsman-converters": "14.0.345", "zigbee2mqtt-frontend": "0.6.61" },