fix(ignore): update zigbee-herdsman to 0.15.3 (#18116)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-06-25 10:00:07 +02:00
committed by GitHub
parent a56719d19c
commit 2d62027e24
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.5.0",
"ws": "^8.13.0",
"zigbee-herdsman": "0.15.2",
"zigbee-herdsman": "0.15.3",
"zigbee-herdsman-converters": "15.30.0",
"zigbee2mqtt-frontend": "0.6.129"
},
@@ -9457,9 +9457,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.15.2.tgz",
"integrity": "sha512-Nz174M4R8AbmbiQS9R8ZnzNuK5treBg/V7bROuN496RPQNRZJxjQ5xSQUU3l+P7CovjtT6Q0Lmw58BDpH9Obzg==",
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.15.3.tgz",
"integrity": "sha512-1sfGMW0tBe/5LLbx0pgIzNT0r8vIDho0XLxAs1jthQa2uCoCLRDJLX4r6e1MH//5o/M/GozSXcR0APV9rH1vkA==",
"dependencies": {
"@serialport/bindings-cpp": "^11.0.1",
"@serialport/parser-delimiter": "^11.0.0",
@@ -16386,9 +16386,9 @@
"dev": true
},
"zigbee-herdsman": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.15.2.tgz",
"integrity": "sha512-Nz174M4R8AbmbiQS9R8ZnzNuK5treBg/V7bROuN496RPQNRZJxjQ5xSQUU3l+P7CovjtT6Q0Lmw58BDpH9Obzg==",
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.15.3.tgz",
"integrity": "sha512-1sfGMW0tBe/5LLbx0pgIzNT0r8vIDho0XLxAs1jthQa2uCoCLRDJLX4r6e1MH//5o/M/GozSXcR0APV9rH1vkA==",
"requires": {
"@serialport/bindings-cpp": "^11.0.1",
"@serialport/parser-delimiter": "^11.0.0",
+1 -1
View File
@@ -59,7 +59,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.5.0",
"ws": "^8.13.0",
"zigbee-herdsman": "0.15.2",
"zigbee-herdsman": "0.15.3",
"zigbee-herdsman-converters": "15.30.0",
"zigbee2mqtt-frontend": "0.6.129"
},