mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-06-30 00:51:38 +00:00
fix(ignore): update zigbee-herdsman to 0.15.3 (#18116)
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+7
-7
@@ -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
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user