Update zigbee-herdsman to 0.13.67 (#6189)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-02-09 10:50:22 +01:00 committed by GitHub
parent fddada4c1c
commit d2a62297df
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

@ -6437,9 +6437,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.66",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.66.tgz",
"integrity": "sha512-vuBpKOyTECUXFFg1ymw2VmKNnnaoQhecCP5v7AYHKuSHH24G4rg9IUDrpLcTrCnGxIFJcvSowiDKmha1mitltA==",
"version": "0.13.67",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.67.tgz",
"integrity": "sha512-mRu53E6Q35eMnUV73EOppj78iDFnXX7UDyL0GTqQF/lfbOx8RiuHn8qRdi3UX3a5Z8KzzCkGqUVnVt/FGbuxgQ==",
"requires": {
"debounce": "^1.2.0",
"debug": "^4.3.1",

View File

@ -52,7 +52,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.66",
"zigbee-herdsman": "0.13.67",
"zigbee-herdsman-converters": "14.0.50",
"zigbee2mqtt-frontend": "0.3.43"
},