Update zigbee-herdsman to 0.13.89 (#6953)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-04-04 10:45:20 +02:00 committed by GitHub
parent 92bd2166e3
commit 348c562f97
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

@ -6642,9 +6642,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.88",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.88.tgz",
"integrity": "sha512-PTCg7+ATwD29qjuUWcvJHN8E+GFL70b1lRTFzZbMMWdMNKCVy6ZQhPSwjmq+tTNRtzyCVUb2IW7boDR0Aetq+A==",
"version": "0.13.89",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.89.tgz",
"integrity": "sha512-giglgMKMdan5X40J2i2ZtKTvAsdxLNchRuLWfrJDwPl/oQmMwmJff2gILIu5QhjFurk8W1SuvcevssitwWegcg==",
"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.88",
"zigbee-herdsman": "0.13.89",
"zigbee-herdsman-converters": "14.0.102",
"zigbee2mqtt-frontend": "0.3.115"
},