Update zigbee-herdsman to 0.14.15 (#11438)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-02-15 18:48:02 +00:00 committed by GitHub
parent f284a5d2d5
commit e0694a444e
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

@ -6980,9 +6980,9 @@
"dev": true "dev": true
}, },
"zigbee-herdsman": { "zigbee-herdsman": {
"version": "0.14.14", "version": "0.14.15",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.14.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.15.tgz",
"integrity": "sha512-AIUfYRsaaF537ex5/dU0B1ydMRcZfFhIMyBiDBfVRA2HHXAOTWIJrTJt8ClIrTWmAlKBoi2PCFo9gtl1MqSF0g==", "integrity": "sha512-i/VKtTB7yZ7lemzlSGGR4Kre6D3F8GmWq2HCvu/KDfNjs5y9q/JR/mGcJERdk/6e+js27HDMhbOgixHZPqh+bg==",
"requires": { "requires": {
"debounce": "^1.2.1", "debounce": "^1.2.1",
"debug": "^4.3.3", "debug": "^4.3.3",

View File

@ -59,7 +59,7 @@
"winston-syslog": "^2.5.0", "winston-syslog": "^2.5.0",
"winston-transport": "^4.5.0", "winston-transport": "^4.5.0",
"ws": "^8.5.0", "ws": "^8.5.0",
"zigbee-herdsman": "0.14.14", "zigbee-herdsman": "0.14.15",
"zigbee-herdsman-converters": "14.0.421", "zigbee-herdsman-converters": "14.0.421",
"zigbee2mqtt-frontend": "0.6.71" "zigbee2mqtt-frontend": "0.6.71"
}, },