Update zigbee-herdsman to 0.13.11 (#4489)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-09-29 17:20:50 +02:00 committed by GitHub
parent 60e5a14776
commit 3b04e4c771
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

@ -6467,9 +6467,9 @@
}
},
"zigbee-herdsman": {
"version": "0.13.10",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.10.tgz",
"integrity": "sha512-nCKWvnwZo55OCHirDGhAYT18G0D2bVRBFZhCTnALZjAkHVXayMSwI31A1n+BsKInKgxut7otkm5BeEmq3gjFZA==",
"version": "0.13.11",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.11.tgz",
"integrity": "sha512-VgsTcYE9lHyXCaHYgzo0Jbtx69YV34YshfqRrcmst59pMmcGN3Vco3TG9FW7SVIJrsZKtVNKTLaUsxzM/9VcIg==",
"requires": {
"debug": "^4.2.0",
"fast-deep-equal": "^3.1.3",

View File

@ -52,7 +52,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.10",
"zigbee-herdsman": "0.13.11",
"zigbee-herdsman-converters": "12.0.193",
"zigbee2mqtt-frontend": "0.2.17"
},