Update zigbee-herdsman to 0.13.188 (#10440)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
github-actions[bot] 2021-12-30 10:11:08 +00:00 committed by GitHub
parent 6efa20fa1d
commit 58b702e8ef
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

@ -6941,9 +6941,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.13.187",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.187.tgz",
"integrity": "sha512-siyPWafyMuK4hhYyzqIimUBtsdbNJdcTTBlu1/JoqLkblwnz7dVivlvYeSxTfT1pdiGWKY7uxVT7Vp3kCOzM9Q==",
"version": "0.13.188",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.188.tgz",
"integrity": "sha512-eaI91kwl46TgumM7v9WtpEIfwblHlLjpLOM51DqWlnIqq3ehTwu2wTMQcTsxqxcNKzx4CpCmkBAbdaKc1ZlRVQ==",
"requires": {
"debounce": "^1.2.1",
"debug": "^4.3.3",

View File

@ -57,7 +57,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^8.4.0",
"zigbee-herdsman": "0.13.187",
"zigbee-herdsman": "0.13.188",
"zigbee-herdsman-converters": "14.0.362",
"zigbee2mqtt-frontend": "0.6.65"
},