fix(ignore): update zigbee-herdsman to 0.32.6 (#20846)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-01-16 21:12:52 +01:00
committed by GitHub
parent 0007db42b0
commit 4e997c7b83
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.6.0",
"ws": "^8.16.0",
"zigbee-herdsman": "0.32.5",
"zigbee-herdsman": "0.32.6",
"zigbee-herdsman-converters": "18.13.0",
"zigbee2mqtt-frontend": "0.6.151"
},
@@ -9786,9 +9786,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.32.5",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.32.5.tgz",
"integrity": "sha512-3crRwNsPSxf9bZNdOgiTqFmIuDmvrePbP0Xp64vLPZW+L8met5lYhSOAeVZRILCKLXg+dTn1kFj5WQnX1xUS0Q==",
"version": "0.32.6",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.32.6.tgz",
"integrity": "sha512-HF0XhMpD0+bn2/JSjOfzrBaFJUUk7o7ELuPa2LTZ1CrOSWq7d+9ZrkfzsdCtrwsxJ3dO66XXdygxxSHjIjJxYQ==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -61,7 +61,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.6.0",
"ws": "^8.16.0",
"zigbee-herdsman": "0.32.5",
"zigbee-herdsman": "0.32.6",
"zigbee-herdsman-converters": "18.13.0",
"zigbee2mqtt-frontend": "0.6.151"
},