fix(ignore): update zigbee-herdsman to 0.32.0 (#20681)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-01-08 19:27:08 +00:00
committed by GitHub
co-authored by Koenkk
parent ef84ff86fe
commit 52f25eb101
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.31.0",
"zigbee-herdsman": "0.32.0",
"zigbee-herdsman-converters": "18.9.0",
"zigbee2mqtt-frontend": "0.6.151"
},
@@ -9770,9 +9770,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.31.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.31.0.tgz",
"integrity": "sha512-YX1xtDLchDFpgGHIcD/C9w/zeyIOqsCSw4jpjFwWItnk9Bkhx/xDsWVfyBevsWUM/Cu2ewUB+3PsmS7xTpDU0A==",
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.32.0.tgz",
"integrity": "sha512-71txq1HWT5b00nZdQ8jKPRPoIFjjhn2BazE3mYJiXEpbWkzdXzpZi/Nuw0dmsG1SHZ29dCOeJ4fUrOxcMYaAhA==",
"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.31.0",
"zigbee-herdsman": "0.32.0",
"zigbee-herdsman-converters": "18.9.0",
"zigbee2mqtt-frontend": "0.6.151"
},