Update zigbee-herdsman to 0.13.97 (#7457)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-05-13 20:17:20 +02:00
committed by GitHub
parent 55ce381d28
commit 39b68aa07d
2 changed files with 44 additions and 4 deletions
+43 -3
View File
@@ -6584,15 +6584,16 @@
}
},
"zigbee-herdsman": {
"version": "0.13.96",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.96.tgz",
"integrity": "sha512-VSSjKV3dmyDnA37yXRaoYwDu+fte59IOaAxY0916iXhmZ1ZfE7adfqhjaJZPgKLFYzrEweGc3UQPEykJUj51GQ==",
"version": "0.13.97",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.97.tgz",
"integrity": "sha512-czMcBJhGxyFRgTMAwIJkYrtN89gz1NFVwTaf1DkWGbKyJMYpBYlP+Jz2o2Qgf2BsGJKJ9ncCqOyGjKX9myQDpg==",
"requires": {
"@serialport/bindings": "9.0.4",
"debounce": "^1.2.0",
"debug": "^4.3.1",
"fast-deep-equal": "^3.1.3",
"mixin-deep": "^2.0.1",
"mz": "^2.7.0",
"serialport": "9.0.6",
"slip": "^1.0.2"
},
@@ -8419,6 +8420,14 @@
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz",
"integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA=="
},
"@types/mz": {
"version": "2.7.3",
"resolved": "https://registry.npmjs.org/@types/mz/-/mz-2.7.3.tgz",
"integrity": "sha512-Zp1NUJ4Alh3gaun0a5rkF3DL7b2j1WB6rPPI5h+CJ98sQnxe9qwskClvupz/4bqChGR3L/BRhTjlaOwR+uiZJg==",
"requires": {
"@types/node": "*"
}
},
"@types/nedb": {
"version": "1.8.11",
"resolved": "https://registry.npmjs.org/@types/nedb/-/nedb-1.8.11.tgz",
@@ -8637,6 +8646,11 @@
"color-convert": "^1.9.0"
}
},
"any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
"integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
},
"anymatch": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
@@ -12678,6 +12692,16 @@
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"mz": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
"requires": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
"thenify-all": "^1.0.0"
}
},
"nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
@@ -14170,6 +14194,22 @@
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
},
"thenify": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
"requires": {
"any-promise": "^1.0.0"
}
},
"thenify-all": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
"integrity": "sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=",
"requires": {
"thenify": ">= 3.1.0 < 4"
}
},
"throat": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
+1 -1
View File
@@ -52,7 +52,7 @@
"winston": "^3.3.3",
"winston-syslog": "^2.4.4",
"ws": "^7.3.1",
"zigbee-herdsman": "0.13.96",
"zigbee-herdsman": "0.13.97",
"zigbee-herdsman-converters": "14.0.145",
"zigbee2mqtt-frontend": "0.4.10"
},