fix(ignore): update zigbee-herdsman to 0.35.1 (#21636)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-03-01 19:45:01 +00:00
committed by GitHub
co-authored by Koenkk
parent a8a262640f
commit 0d8f5780dd
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.0",
"zigbee-herdsman": "0.35.1",
"zigbee-herdsman-converters": "18.41.0",
"zigbee2mqtt-frontend": "0.6.159"
},
@@ -9803,9 +9803,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.35.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.35.0.tgz",
"integrity": "sha512-j5GmlTvZx0Yu5PsZZCo5HNmHPjDKjrpNO4Sc1rImo0Y2/sgpRY25m8ZMkO+iEbSdlJu7/5Qg8kfZ8ZxZa6QQzA==",
"version": "0.35.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.35.1.tgz",
"integrity": "sha512-htilW1T5BPKys5GCSZyX+vRLRcrtvdIYGyUERAIfLbta05uR08gA3+yjLSBMZVJnF7RIBo8Fl8LohrfPn1AZ9A==",
"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.0",
"zigbee-herdsman": "0.35.1",
"zigbee-herdsman-converters": "18.41.0",
"zigbee2mqtt-frontend": "0.6.159"
},