fix(ignore): update zigbee-herdsman to 0.27.1 (#20262)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-12-17 21:38:55 +01:00
committed by GitHub
parent c26a6a28e4
commit 65d7f5f3e2
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.6.0",
"ws": "^8.15.1",
"zigbee-herdsman": "0.27.0",
"zigbee-herdsman": "0.27.1",
"zigbee-herdsman-converters": "16.12.0",
"zigbee2mqtt-frontend": "0.6.149"
},
@@ -9778,9 +9778,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.27.0.tgz",
"integrity": "sha512-Nnv5CCkrFmtTztqaC+oBPs3DmYA0korw+t6oFD3/nEqSYiWIWNPlvHBUzVy4WNEdPkCjws+JNToGbDHM1QnTGw==",
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.27.1.tgz",
"integrity": "sha512-qpTpCQWLDXsH9iBCAuRtIMbCFwOuet3/Y8o+JfJ1oFHkbBupMMrLsmWybuuVvnCG9OVFxI/xQRCtH6gbclmOmQ==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -61,7 +61,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.6.0",
"ws": "^8.15.1",
"zigbee-herdsman": "0.27.0",
"zigbee-herdsman": "0.27.1",
"zigbee-herdsman-converters": "16.12.0",
"zigbee2mqtt-frontend": "0.6.149"
},