fix(ignore): update zigbee-herdsman to 0.34.2 (#21478)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-02-19 20:46:48 +00:00
committed by GitHub
co-authored by Koenkk
parent c5c0a8b193
commit 78b5e6fd4b
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.16.0",
"zigbee-herdsman": "0.34.1",
"zigbee-herdsman": "0.34.2",
"zigbee-herdsman-converters": "18.34.0",
"zigbee2mqtt-frontend": "0.6.158"
},
@@ -9803,9 +9803,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.34.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.34.1.tgz",
"integrity": "sha512-LCmh8iymQ2PQ+IPStZmudfHdeqZ6epDK5iyz0dTPWP8igeMzBBZTeCaIsfL95q/0JTwxn5sm2uhkkUOhrEQFuw==",
"version": "0.34.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.34.2.tgz",
"integrity": "sha512-zl1JuJIDc2yC2freIpZ+0N6oscgoxaQUBpYtTPOIj3mhE3IxGJS+z2Rmxfh260uxgql/hKS6DsDH/sHP4VLGQQ==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -59,7 +59,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.16.0",
"zigbee-herdsman": "0.34.1",
"zigbee-herdsman": "0.34.2",
"zigbee-herdsman-converters": "18.34.0",
"zigbee2mqtt-frontend": "0.6.158"
},