Update zigbee-herdsman to 0.13.106 (#7550)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-05-21 19:24:36 +02:00 committed by GitHub
parent 888cc7eeee
commit 49942df205
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

@ -6584,9 +6584,9 @@
} }
}, },
"zigbee-herdsman": { "zigbee-herdsman": {
"version": "0.13.105", "version": "0.13.106",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.105.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.106.tgz",
"integrity": "sha512-jJ1k/IbM0UZdhzUF9zhjU4cZXw5sCN1YLsCZBb1Ohl1OEvOxFs/mPhiS7cHPDBCkbNd8PKnhUyySpeSpnN/Kjg==", "integrity": "sha512-5pmiIJpDQPpf/+OT1kOETFydUlisH2wAWhogtjZOtUnz8WssgIhHhskSqsF1MLnX89iuidm0PqB/iHVQYIpiog==",
"requires": { "requires": {
"@serialport/bindings": "9.0.4", "@serialport/bindings": "9.0.4",
"debounce": "^1.2.0", "debounce": "^1.2.0",

View File

@ -52,7 +52,7 @@
"winston": "^3.3.3", "winston": "^3.3.3",
"winston-syslog": "^2.4.4", "winston-syslog": "^2.4.4",
"ws": "^7.3.1", "ws": "^7.3.1",
"zigbee-herdsman": "0.13.105", "zigbee-herdsman": "0.13.106",
"zigbee-herdsman-converters": "14.0.152", "zigbee-herdsman-converters": "14.0.152",
"zigbee2mqtt-frontend": "0.4.15" "zigbee2mqtt-frontend": "0.4.15"
}, },