Update zigbee-herdsman to 0.13.134 (#8520)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-25 18:55:07 +02:00 committed by GitHub
parent d78bf2a3d2
commit 6741e43e32
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

@ -6913,9 +6913,9 @@
"dev": true "dev": true
}, },
"zigbee-herdsman": { "zigbee-herdsman": {
"version": "0.13.133", "version": "0.13.134",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.133.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.134.tgz",
"integrity": "sha512-UGeBGHcA1uyYM8GQPHEWGHkhhfhrZEX3v24AnxS7PEyq7yaWBTKBbqUYu97mAKMOS5dvN2dJvj+quG1g1bNuCw==", "integrity": "sha512-EYc4+7P/r4YAayXB8TgCvdrJEiWqLgs3uq2Qdso/t57whNTHeSedM+9zm7H+iFIYz4vJ0X50Y7Sbpm0dIUHD8A==",
"requires": { "requires": {
"@serialport/bindings": "9.2.0", "@serialport/bindings": "9.2.0",
"debounce": "^1.2.1", "debounce": "^1.2.1",

View File

@ -55,7 +55,7 @@
"winston": "^3.3.3", "winston": "^3.3.3",
"winston-syslog": "^2.4.4", "winston-syslog": "^2.4.4",
"ws": "^8.2.0", "ws": "^8.2.0",
"zigbee-herdsman": "0.13.133", "zigbee-herdsman": "0.13.134",
"zigbee-herdsman-converters": "14.0.231", "zigbee-herdsman-converters": "14.0.231",
"zigbee2mqtt-frontend": "0.5.27" "zigbee2mqtt-frontend": "0.5.27"
}, },