Update zigbee-herdsman to 0.13.168 (#9562)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-11-08 18:49:16 +00:00 committed by GitHub
parent fc9abfe53b
commit d5ccd9221c
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.167",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.167.tgz",
"integrity": "sha512-WfrNVP16dpbGODJsJxY5whEyH6hEI8UI837wCzI/k7io+kVBd7CYXSrttkbw6FA0hi5k7jKSTUGPiZhQrWB62Q==",
"version": "0.13.168",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.168.tgz",
"integrity": "sha512-wTgFfftA+HWV9RLrVetcwHigq8RAOSRRaqyqldeaK7JOXufc0mgtfZJe0YwYtgp66gZNuMMaO3BiiWasobYTFg==",
"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.167",
"zigbee-herdsman": "0.13.168",
"zigbee-herdsman-converters": "14.0.311",
"zigbee2mqtt-frontend": "0.6.31"
},