mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-09 21:41:41 +00:00
fix(ignore): update zigbee-herdsman to 0.25.0 (#19933)
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.6.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.24.0",
|
||||
"zigbee-herdsman": "0.25.0",
|
||||
"zigbee-herdsman-converters": "15.128.0",
|
||||
"zigbee2mqtt-frontend": "0.6.147"
|
||||
},
|
||||
@@ -9944,9 +9944,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.24.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.24.0.tgz",
|
||||
"integrity": "sha512-/yS7/cl2wvLKmcC++siphKQZKDSmk06by75m5xoo9ZAXYicXGCkqkT1ha4oXhu/i0QpOkUEZGB/tse2WooF47w==",
|
||||
"version": "0.25.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.25.0.tgz",
|
||||
"integrity": "sha512-THUTW47Gdy0OPfjWmCAC0tei0N88Qz8FrQu7VgARG6laaNyp6lYA7q9dtlxMLTkxRo7f/SWX+FqOq7VivvJh2Q==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
@@ -17199,9 +17199,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"zigbee-herdsman": {
|
||||
"version": "0.24.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.24.0.tgz",
|
||||
"integrity": "sha512-/yS7/cl2wvLKmcC++siphKQZKDSmk06by75m5xoo9ZAXYicXGCkqkT1ha4oXhu/i0QpOkUEZGB/tse2WooF47w==",
|
||||
"version": "0.25.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.25.0.tgz",
|
||||
"integrity": "sha512-THUTW47Gdy0OPfjWmCAC0tei0N88Qz8FrQu7VgARG6laaNyp6lYA7q9dtlxMLTkxRo7f/SWX+FqOq7VivvJh2Q==",
|
||||
"requires": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.6.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.24.0",
|
||||
"zigbee-herdsman": "0.25.0",
|
||||
"zigbee-herdsman-converters": "15.128.0",
|
||||
"zigbee2mqtt-frontend": "0.6.147"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user