Update zigbee-herdsman to 0.13.174 (#9862)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-27 08:30:42 +00:00 committed by GitHub
parent 35ed5154c8
commit a170f304c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -6920,9 +6920,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.13.173",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.173.tgz",
"integrity": "sha512-sw+vE0WC0RQgLwpaqNf1A0682gd2YhiIiM7feXtK/3GiDiF1VLvSs1jfQMrrzgcMMq9hxpnCFVbjlXucTnQcJg==",
"version": "0.13.174",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.174.tgz",
"integrity": "sha512-cRnoQJm6dgnWmqFQuyoECW2KAeTNRZnTbFOYttSv4bQ27LBfayiHuTPXQ9lb6EROLoK2v7D5qDVfWYv4o9eYnQ==",
"requires": {
"debounce": "^1.2.1",
"debug": "^4.3.2",

View File

@ -57,7 +57,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^8.2.3",
"zigbee-herdsman": "0.13.173",
"zigbee-herdsman": "0.13.174",
"zigbee-herdsman-converters": "14.0.332",
"zigbee2mqtt-frontend": "0.6.40"
},