fix(ignore): update zigbee-herdsman to 0.33.9 (#21386)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-02-13 20:05:11 +01:00
committed by GitHub
parent 24b5f9b43a
commit dfa499659e
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.33.8",
"zigbee-herdsman": "0.33.9",
"zigbee-herdsman-converters": "18.32.0",
"zigbee2mqtt-frontend": "0.6.158"
},
@@ -9803,9 +9803,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.33.8",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.33.8.tgz",
"integrity": "sha512-2NHikG/Lu7uJcEjLHcMDkbr102aYlAdTmVNpQ6KGGFT3YQ8cXTA15PrU9hSbaxOjqyFDytlN64oqg+BxEuGjQg==",
"version": "0.33.9",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.33.9.tgz",
"integrity": "sha512-PttTPSFoDFCJGHSyw01ViT3mfWSrowV9vRGRrIAlRzuYx7s+ay24mtgqvO3zj4I51UtDXAQp7KkLrZAmNXj3jg==",
"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.33.8",
"zigbee-herdsman": "0.33.9",
"zigbee-herdsman-converters": "18.32.0",
"zigbee2mqtt-frontend": "0.6.158"
},