mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 13:34:24 +00:00
fix(ignore): update zigbee-herdsman to 0.18.5 (#18816)
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.4",
|
||||
"zigbee-herdsman": "0.18.5",
|
||||
"zigbee-herdsman-converters": "15.67.0",
|
||||
"zigbee2mqtt-frontend": "0.6.135"
|
||||
},
|
||||
@@ -9775,9 +9775,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.18.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.4.tgz",
|
||||
"integrity": "sha512-G/zwv008pKKHZ8G6WuFum3VV4mrKGnlPkik+TCRucA1qp9DLw2VJCU36a9BTQZffa94eCAvwgmSqMZRauKomww==",
|
||||
"version": "0.18.5",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.5.tgz",
|
||||
"integrity": "sha512-3qGJ1V2FoVXnf40qLvi4ozaf+xW/ExRCX5shuKyUQw6qyGys175yM7R5iaYAuML6D1G2wKvqFL6uPXiYv8vwRg==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^11.0.1",
|
||||
@@ -16876,9 +16876,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"zigbee-herdsman": {
|
||||
"version": "0.18.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.4.tgz",
|
||||
"integrity": "sha512-G/zwv008pKKHZ8G6WuFum3VV4mrKGnlPkik+TCRucA1qp9DLw2VJCU36a9BTQZffa94eCAvwgmSqMZRauKomww==",
|
||||
"version": "0.18.5",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.5.tgz",
|
||||
"integrity": "sha512-3qGJ1V2FoVXnf40qLvi4ozaf+xW/ExRCX5shuKyUQw6qyGys175yM7R5iaYAuML6D1G2wKvqFL6uPXiYv8vwRg==",
|
||||
"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.4",
|
||||
"zigbee-herdsman": "0.18.5",
|
||||
"zigbee-herdsman-converters": "15.67.0",
|
||||
"zigbee2mqtt-frontend": "0.6.135"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user