fix(ignore): update zigbee-herdsman to 0.18.4 (#18727)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-08-25 07:46:49 +00:00
committed by GitHub
co-authored by Koenkk
parent 6a1b6a1403
commit 1439f4c6ac
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.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
View File
@@ -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"
},