Update zigbee-herdsman to 0.13.53 (#5719)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-01-12 21:25:48 +01:00 committed by GitHub
parent e6ec3c6c9b
commit 34c69c4309
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.52",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.52.tgz",
"integrity": "sha512-an+ARs5KNCP/Kfp5BjB2xu2HQtcS/ItSsVuXfqwWyJ4/b/WjCdk8yTDMtbH1XhtajK3nS6HEnqbgfbIoziPSFg==",
"version": "0.13.53",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.53.tgz",
"integrity": "sha512-2Wdd3/Z5/jXcKNR/dmzPl8vKtLPL3YHAaWdGfddso1lV4+i8NWzIWU8W/IaIRuNBkOGkb4lSSnAkN6tHnJB+RA==",
"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.52",
"zigbee-herdsman": "0.13.53",
"zigbee-herdsman-converters": "14.0.17",
"zigbee2mqtt-frontend": "0.3.2"
},