fix(ignore): update zigbee-herdsman to 0.35.3 (#21677)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-03-04 21:23:13 +00:00
committed by GitHub
co-authored by Koenkk
parent aaed8ab95e
commit 30909d57fb
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.35.2",
"zigbee-herdsman": "0.35.3",
"zigbee-herdsman-converters": "18.42.0",
"zigbee2mqtt-frontend": "0.6.161"
},
@@ -9803,9 +9803,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.35.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.35.2.tgz",
"integrity": "sha512-epPp9/VRkN/j07h6yXT1bR58BR+xWhIcFcpZxaIz3uITUPU/mwRhQ11SUIK2mCWNZ+wctqirV3hO+5fMsNiVJQ==",
"version": "0.35.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.35.3.tgz",
"integrity": "sha512-6TI6Zp8rXsBdze4lnYmIMt8cn3w6GW87ICyQR19sbs4LkYfNEWNZWOeTlJnhRIDvUVdJI+VWIRIggyKsMRPh8w==",
"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.35.2",
"zigbee-herdsman": "0.35.3",
"zigbee-herdsman-converters": "18.42.0",
"zigbee2mqtt-frontend": "0.6.161"
},