Update zigbee-herdsman to 0.13.61 (#6053)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-02-02 20:37:30 +01:00 committed by GitHub
parent e6c71d79a7
commit efd1a2e8ad
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

@ -6432,9 +6432,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.60",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.60.tgz",
"integrity": "sha512-vWSr0VgbywyCDnRA0mNDN++Phgd2WxhvnRp6FbYkFjMdZeg/5AEVj2roDmvF2K3Hj+JDDm/WOGwwp99RFjVBsA==",
"version": "0.13.61",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.61.tgz",
"integrity": "sha512-o5lvhVuuw7Upa5E83DIoxTR/D8fLTSn5pn2upopEOP0C2F5AmZ5iygBR0becjQxJHSfQmH8AJqi7SBVzmYZXmA==",
"requires": {
"debounce": "^1.2.0",
"debug": "^4.3.1",

View File

@ -51,7 +51,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.60",
"zigbee-herdsman": "0.13.61",
"zigbee-herdsman-converters": "14.0.43",
"zigbee2mqtt-frontend": "0.3.23"
},