mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-25 12:09:53 +00:00
fix(ignore): update zigbee-herdsman to 0.19.1 (#19194)
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+7
-7
@@ -33,7 +33,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.5.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.19.0",
|
||||
"zigbee-herdsman": "0.19.1",
|
||||
"zigbee-herdsman-converters": "15.89.0",
|
||||
"zigbee2mqtt-frontend": "0.6.137"
|
||||
},
|
||||
@@ -9880,9 +9880,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.19.0.tgz",
|
||||
"integrity": "sha512-85CRuDuGPSN7D3095/+45FybEfEUduaAEsuo7UQtxBX7c82kUzaIIKfT8YbGOEgoTZw5Q+y3QUiWLQFlxLc4VQ==",
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.19.1.tgz",
|
||||
"integrity": "sha512-gbx7T0Ov/eGX9NqDvzAZxl1KdpwkBL7GPDrBbYZkPEVvuXaIvBhmi0bP2NO342EL0bPzeN6SqQ4DLcaC02/ZOw==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
@@ -17063,9 +17063,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"zigbee-herdsman": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.19.0.tgz",
|
||||
"integrity": "sha512-85CRuDuGPSN7D3095/+45FybEfEUduaAEsuo7UQtxBX7c82kUzaIIKfT8YbGOEgoTZw5Q+y3QUiWLQFlxLc4VQ==",
|
||||
"version": "0.19.1",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.19.1.tgz",
|
||||
"integrity": "sha512-gbx7T0Ov/eGX9NqDvzAZxl1KdpwkBL7GPDrBbYZkPEVvuXaIvBhmi0bP2NO342EL0bPzeN6SqQ4DLcaC02/ZOw==",
|
||||
"requires": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.5.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.19.0",
|
||||
"zigbee-herdsman": "0.19.1",
|
||||
"zigbee-herdsman-converters": "15.89.0",
|
||||
"zigbee2mqtt-frontend": "0.6.137"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user