Update zigbee-herdsman to 0.13.143 (#8723)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-09-11 19:18:29 -04:00 committed by GitHub
parent fb081316e2
commit 75d2fe393d
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

@ -6927,9 +6927,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.13.142",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.142.tgz",
"integrity": "sha512-swetaZhlrOig705VE1RSJhZFTBeE1nB6iyXqbgV0yOgPwZDnNwwBLIPZ7yvLGjyg0dq4J8hssaU4LSNL1EZFBg==",
"version": "0.13.143",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.143.tgz",
"integrity": "sha512-262hpVpNxyTw1OiH8lOJ45F0lhaWk0sDRsVIgdc5dsaaPgMl4qSQovJ26QQR9OwkUkwiVlS4p0QPlSZH+Hhw0g==",
"requires": {
"debounce": "^1.2.1",
"debug": "^4.3.2",

View File

@ -55,7 +55,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^8.2.1",
"zigbee-herdsman": "0.13.142",
"zigbee-herdsman": "0.13.143",
"zigbee-herdsman-converters": "14.0.244",
"zigbee2mqtt-frontend": "0.6.4"
},