fix(ignore): update zigbee-herdsman to 0.50.0 (#23064)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-06-14 21:29:13 +00:00
committed by GitHub
co-authored by Koenkk
parent a371347ceb
commit 85356a2932
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -32,7 +32,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.49.3",
"zigbee-herdsman": "0.50.0",
"zigbee-herdsman-converters": "19.55.0",
"zigbee2mqtt-frontend": "0.7.2"
},
@@ -9669,9 +9669,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.49.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.49.3.tgz",
"integrity": "sha512-hBtsaw8NBQ2FOtFD2IVouir1jDgCgL3Kvc7BsiQthcIQ2QacxNvs8Vx7/oQaVUaUH1CcO7ADP9wMOACodXfGTA==",
"version": "0.50.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.50.0.tgz",
"integrity": "sha512-mVPZ/KXDlAJzCuSQ8pqb5iPM1IuVyhk4E9f+jSTEh0zaaUrV54dIettRSvNi5f7zK+t010aRggo3HMZxVYw/pA==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -58,7 +58,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.49.3",
"zigbee-herdsman": "0.50.0",
"zigbee-herdsman-converters": "19.55.0",
"zigbee2mqtt-frontend": "0.7.2"
},