mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
fix(ignore): update zigbee-herdsman to 0.18.4 (#18727)
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.13.0",
|
||||
"zigbee-herdsman": "0.18.3",
|
||||
"zigbee-herdsman": "0.18.4",
|
||||
"zigbee-herdsman-converters": "15.61.0",
|
||||
"zigbee2mqtt-frontend": "0.6.133"
|
||||
},
|
||||
@@ -9766,9 +9766,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.18.3",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.3.tgz",
|
||||
"integrity": "sha512-+3MpyaLO3g+GZg81unkxO41qMBHEdWGs9xs2yf6SQCwghJ1MV3cZBNDWHIWWqGyNbeqHSHNUFuhxhe649cyJDw==",
|
||||
"version": "0.18.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.4.tgz",
|
||||
"integrity": "sha512-G/zwv008pKKHZ8G6WuFum3VV4mrKGnlPkik+TCRucA1qp9DLw2VJCU36a9BTQZffa94eCAvwgmSqMZRauKomww==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^11.0.1",
|
||||
@@ -16878,9 +16878,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"zigbee-herdsman": {
|
||||
"version": "0.18.3",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.3.tgz",
|
||||
"integrity": "sha512-+3MpyaLO3g+GZg81unkxO41qMBHEdWGs9xs2yf6SQCwghJ1MV3cZBNDWHIWWqGyNbeqHSHNUFuhxhe649cyJDw==",
|
||||
"version": "0.18.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.4.tgz",
|
||||
"integrity": "sha512-G/zwv008pKKHZ8G6WuFum3VV4mrKGnlPkik+TCRucA1qp9DLw2VJCU36a9BTQZffa94eCAvwgmSqMZRauKomww==",
|
||||
"requires": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^11.0.1",
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.5.0",
|
||||
"ws": "^8.13.0",
|
||||
"zigbee-herdsman": "0.18.3",
|
||||
"zigbee-herdsman": "0.18.4",
|
||||
"zigbee-herdsman-converters": "15.61.0",
|
||||
"zigbee2mqtt-frontend": "0.6.133"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user