fix(ignore): update zigbee-herdsman to 0.41.0 (#22045)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-04-02 22:33:26 +02:00
committed by GitHub
co-authored by Koenkk
parent 62844ff637
commit bd0a41107a
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.40.3",
"zigbee-herdsman": "0.41.0",
"zigbee-herdsman-converters": "19.12.1",
"zigbee2mqtt-frontend": "0.6.161"
},
@@ -9785,9 +9785,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.40.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.40.3.tgz",
"integrity": "sha512-hfyMO0lJlZEruyBQC0x1VnBoyQRlQ05gBbE3z2SV52d+LhBzfrM977AUh8E/gCoRVtK9wvkS5wLVAzhk7Jbl4Q==",
"version": "0.41.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.41.0.tgz",
"integrity": "sha512-EWGAkf2uvHNYaJ3bkhVu8Zog8KoHQ2PuZP8UxnrrzPaEuXXKsA3ltgEbu8rl/g309SZerk8CJdibE4cYmJbrbA==",
"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.40.3",
"zigbee-herdsman": "0.41.0",
"zigbee-herdsman-converters": "19.12.1",
"zigbee2mqtt-frontend": "0.6.161"
},