Update zigbee-herdsman to 0.14.112 (#17523)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-01 17:14:11 +00:00
committed by GitHub
co-authored by Koenkk
parent 946887b841
commit 8f88c4d26c
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "zigbee2mqtt",
"version": "1.30.4",
"version": "1.30.4-dev",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^8.12.0",
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.5.0",
"ws": "^8.13.0",
"zigbee-herdsman": "0.14.111",
"zigbee-herdsman": "0.14.112",
"zigbee-herdsman-converters": "15.0.100",
"zigbee2mqtt-frontend": "0.6.127"
},
@@ -9152,9 +9152,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.14.111",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.111.tgz",
"integrity": "sha512-gN3CzIos/Z9/cHIApz1ppqmicZsaQl2Ub+lIqhaxP2ht8BFKWC5OJctB6JRSPCp1tNlItfsmXJ/9PaYygqahDg==",
"version": "0.14.112",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.112.tgz",
"integrity": "sha512-rL6/5kXex4CQWt5z0stQfalP+yjfV1uUOxmhS3Vuvgc82Ugyt9EabgI+bV+bXCgMNVMwNTBu12VbvZ3JEhlRMw==",
"dependencies": {
"@serialport/bindings-cpp": "^10.8.0",
"@serialport/parser-delimiter": "^10.5.0",
@@ -15878,9 +15878,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.14.111",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.111.tgz",
"integrity": "sha512-gN3CzIos/Z9/cHIApz1ppqmicZsaQl2Ub+lIqhaxP2ht8BFKWC5OJctB6JRSPCp1tNlItfsmXJ/9PaYygqahDg==",
"version": "0.14.112",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.112.tgz",
"integrity": "sha512-rL6/5kXex4CQWt5z0stQfalP+yjfV1uUOxmhS3Vuvgc82Ugyt9EabgI+bV+bXCgMNVMwNTBu12VbvZ3JEhlRMw==",
"requires": {
"@serialport/bindings-cpp": "^10.8.0",
"@serialport/parser-delimiter": "^10.5.0",
+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.14.111",
"zigbee-herdsman": "0.14.112",
"zigbee-herdsman-converters": "15.0.100",
"zigbee2mqtt-frontend": "0.6.127"
},