Update zigbee-herdsman to 0.13.80 (#6710)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-03-14 16:55:02 +01:00 committed by GitHub
parent 953e0e7f12
commit 1f09b853d2
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

@ -6580,9 +6580,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.79",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.79.tgz",
"integrity": "sha512-R0D3erq7QQCrvdpnwBaPabP5G6kDamIjSlNRUCAALfJTCDMyYtBvAJdYblfKYqqxCLS3iimmUJ0EROXWcZZlyA==",
"version": "0.13.80",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.80.tgz",
"integrity": "sha512-EFLeTNitQMwqV0nTRlVo/WvUlwPbAOsx8jsXEbhrG4pOCIVWKZcr2uz91q8e/y0VkRLkmQMKPbkMxDRJwAPrzg==",
"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.79",
"zigbee-herdsman": "0.13.80",
"zigbee-herdsman-converters": "14.0.85",
"zigbee2mqtt-frontend": "0.3.85"
},