fix(ignore): update zigbee-herdsman to 0.42.3 (#22253)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-04-18 20:15:59 +00:00
committed by GitHub
co-authored by Koenkk
parent 1544317fce
commit f7abbd5f5a
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.42.2",
"zigbee-herdsman": "0.42.3",
"zigbee-herdsman-converters": "19.23.0",
"zigbee2mqtt-frontend": "0.6.162"
},
@@ -9785,9 +9785,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.42.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.42.2.tgz",
"integrity": "sha512-7190+EfJsD6UDqOXeJsL6GjUId3/RRLuT/Q4U25dFKvhRm5EzKJ9abG9MCahinQc2zvjm4bGgMli6cM+1GMSFA==",
"version": "0.42.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.42.3.tgz",
"integrity": "sha512-fSYro9pVW/DywVwGMC/8ccIV2nmJ+F5LGw/rfrxhvg0HHWJhLbB318VqORwRVeZroT3qf3dGr/ZubaC3a5Fa7Q==",
"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.42.2",
"zigbee-herdsman": "0.42.3",
"zigbee-herdsman-converters": "19.23.0",
"zigbee2mqtt-frontend": "0.6.162"
},