Update zigbee-herdsman to 0.13.112 (#7705)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-05 19:35:46 +02:00 committed by GitHub
parent 0b19d01e6d
commit 34e286c261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -6598,9 +6598,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.111",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.111.tgz",
"integrity": "sha512-AFkHvWC/OzGvCTxrJjym3ct2c51R4UWWig2lOkn8mdUdqsHRVu9owAUaAXeqiQCDoeM6fjr44ANKbTm6bveBCg==",
"version": "0.13.112",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.112.tgz",
"integrity": "sha512-5p2Zs7FdD9R7LftwV5eHG1xE/4IIFaMk0mmvAqgy4pJkWY3oOWj6NscWfX5kgKtr2/pdN0jVs3nHaAvu4MjnAw==",
"requires": {
"@serialport/bindings": "9.0.4",
"debounce": "^1.2.0",

View File

@ -52,7 +52,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.111",
"zigbee-herdsman": "0.13.112",
"zigbee-herdsman-converters": "14.0.170",
"zigbee2mqtt-frontend": "0.4.18"
},