fix(ignore): update zigbee-herdsman to 0.36.2 (#21727)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-03-08 22:26:15 +01:00
committed by GitHub
parent 0e0eccbd13
commit ebf996acd8
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.36.1",
"zigbee-herdsman": "0.36.2",
"zigbee-herdsman-converters": "18.46.0",
"zigbee2mqtt-frontend": "0.6.161"
},
@@ -9785,9 +9785,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.36.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.36.1.tgz",
"integrity": "sha512-i8oKJH7+oTRP7ZtS5536azbPmDnWLA/pa4EvYYptwhKDDoVGxcpg3dPm+giuI4AYx3IZbibrsckE+y9TJehqrw==",
"version": "0.36.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.36.2.tgz",
"integrity": "sha512-KY+ZGWGYUyr9Omp7pXnOpof399AS9FD3o+wkcRTCEGS6aX03Zm9X5vOjs7IOGZx/5GVWPjJN3LE4O2PVNcUkAA==",
"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.36.1",
"zigbee-herdsman": "0.36.2",
"zigbee-herdsman-converters": "18.46.0",
"zigbee2mqtt-frontend": "0.6.161"
},