Update zigbee-herdsman to 0.14.14 (#11365)

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

@ -6943,9 +6943,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.14.13",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.13.tgz",
"integrity": "sha512-BAvlIgLx9U9sINgzNYbSfbsOMBXmg4OhrddCFDWJ4xv5agjASVy4EUI+uGeRTulc8ZU9GW7yrZwGnmP8gVJj5Q==",
"version": "0.14.14",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.14.tgz",
"integrity": "sha512-AIUfYRsaaF537ex5/dU0B1ydMRcZfFhIMyBiDBfVRA2HHXAOTWIJrTJt8ClIrTWmAlKBoi2PCFo9gtl1MqSF0g==",
"requires": {
"debounce": "^1.2.1",
"debug": "^4.3.3",

View File

@ -59,7 +59,7 @@
"winston-syslog": "^2.5.0",
"winston-transport": "^4.5.0",
"ws": "^8.4.2",
"zigbee-herdsman": "0.14.13",
"zigbee-herdsman": "0.14.14",
"zigbee-herdsman-converters": "14.0.417",
"zigbee2mqtt-frontend": "0.6.71"
},