fix(ignore): update zigbee-herdsman to 0.18.5 (#18816)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-09-01 13:45:06 +00:00
committed by GitHub
co-authored by Koenkk
parent 97f6a840e4
commit 68169f0e50
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.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
View File
@@ -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"
},