fix(ignore): update zigbee-herdsman to 0.18.3 (#18714)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-08-24 08:27:14 +00:00
committed by GitHub
co-authored by Koenkk
parent 239c8fc70c
commit 6a1b6a1403
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.2",
"zigbee-herdsman": "0.18.3",
"zigbee-herdsman-converters": "15.61.0",
"zigbee2mqtt-frontend": "0.6.133"
},
@@ -9766,9 +9766,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.18.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.2.tgz",
"integrity": "sha512-dy7I3CjwhNY5Jn/e2o80+JJOBFoebDuXkRSz1QRAiESq7mRWtgtP2BqSipitolW+UMt3KM+9bgyiFHFrkKqpeQ==",
"version": "0.18.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.3.tgz",
"integrity": "sha512-+3MpyaLO3g+GZg81unkxO41qMBHEdWGs9xs2yf6SQCwghJ1MV3cZBNDWHIWWqGyNbeqHSHNUFuhxhe649cyJDw==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^11.0.1",
@@ -16878,9 +16878,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.18.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.2.tgz",
"integrity": "sha512-dy7I3CjwhNY5Jn/e2o80+JJOBFoebDuXkRSz1QRAiESq7mRWtgtP2BqSipitolW+UMt3KM+9bgyiFHFrkKqpeQ==",
"version": "0.18.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.18.3.tgz",
"integrity": "sha512-+3MpyaLO3g+GZg81unkxO41qMBHEdWGs9xs2yf6SQCwghJ1MV3cZBNDWHIWWqGyNbeqHSHNUFuhxhe649cyJDw==",
"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.2",
"zigbee-herdsman": "0.18.3",
"zigbee-herdsman-converters": "15.61.0",
"zigbee2mqtt-frontend": "0.6.133"
},