Update zigbee-herdsman to 0.13.88 (#6882)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-03-30 17:52:09 +02:00 committed by GitHub
parent 9aacf32ac7
commit be906fec76
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

@ -6572,9 +6572,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.87",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.87.tgz",
"integrity": "sha512-cfCLotsg6MzF2ptTwxfl1wV8kbopqNaHG2n7YS77OZJsXL2tbJi/0fL7asXtJB2fO/MRIgj0gYMUMivUe4TYIw==",
"version": "0.13.88",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.88.tgz",
"integrity": "sha512-PTCg7+ATwD29qjuUWcvJHN8E+GFL70b1lRTFzZbMMWdMNKCVy6ZQhPSwjmq+tTNRtzyCVUb2IW7boDR0Aetq+A==",
"requires": {
"@serialport/bindings": "9.0.4",
"debounce": "^1.2.0",

View File

@ -52,7 +52,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.87",
"zigbee-herdsman": "0.13.88",
"zigbee-herdsman-converters": "14.0.100",
"zigbee2mqtt-frontend": "0.3.114"
},