Update zigbee-herdsman to 0.13.76 (#6605)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-03-06 17:40:46 +01:00 committed by GitHub
parent 2712d98871
commit 0d60ae2f58
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

@ -6549,9 +6549,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.75",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.75.tgz",
"integrity": "sha512-hOy7kdqRFq7cQBCINe0VTZjTnpGlIFfP+ubd/PVd1Lg0TmpGbZfUUzZdbf2eRHAYFucfZ90DV0Tq1sNtbkBhcQ==",
"version": "0.13.76",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.76.tgz",
"integrity": "sha512-MhnKpuyF7WW2qtos6gdiWTHkF7sNPQRPTbRFH5nhS96ylpOm4n72yjDpFL9c9OzwuGXx5njYfAl1WGppFrn6Zw==",
"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.75",
"zigbee-herdsman": "0.13.76",
"zigbee-herdsman-converters": "14.0.78",
"zigbee2mqtt-frontend": "0.3.79"
},