Update zigbee-herdsman to 0.14.11 (#11185)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-02-02 10:40:49 +00:00 committed by GitHub
parent 7f9b198722
commit fae8e96229
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

@ -6910,9 +6910,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.14.10",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.10.tgz",
"integrity": "sha512-exPtxyJij2fByFhrJpVro9DeL11D1OpjfvEPkEMaPF12C3/fMDdEjZZX66a2mU07KvhlTqynQ+wZFwsighrimg==",
"version": "0.14.11",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.11.tgz",
"integrity": "sha512-nZAlXGtkvtJTZO7NzKGP+e7VQlZO4LkaSsXQuzLEw2JBkTOVaX8vE0yBlaOuTDXM3wi5UXNyiohmJsOpY+6eng==",
"requires": {
"debounce": "^1.2.1",
"debug": "^4.3.3",

View File

@ -58,7 +58,7 @@
"winston": "^3.5.0",
"winston-syslog": "^2.4.4",
"ws": "^8.4.2",
"zigbee-herdsman": "0.14.10",
"zigbee-herdsman": "0.14.11",
"zigbee-herdsman-converters": "14.0.406",
"zigbee2mqtt-frontend": "0.6.71"
},