fix(ignore): update zigbee-herdsman to 0.19.1 (#19194)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-10-07 07:00:42 +00:00
committed by GitHub
co-authored by Koenkk
parent daaade45d9
commit fcb0af00d3
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -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
View File
@@ -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"
},