mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
fix(ignore): update zigbee-herdsman to 0.49.3 (#22952)
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+5
-5
@@ -32,7 +32,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.17.0",
|
||||
"zigbee-herdsman": "0.49.2",
|
||||
"zigbee-herdsman": "0.49.3",
|
||||
"zigbee-herdsman-converters": "19.50.1",
|
||||
"zigbee2mqtt-frontend": "0.7.2"
|
||||
},
|
||||
@@ -9660,16 +9660,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.49.2",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.49.2.tgz",
|
||||
"integrity": "sha512-v+uWaCvFeVqXeXBH7+CRphPbn1gGEFkAK71uw9wqumW6S9bNZJQXZkgofo2rPmiv5oAkGaqQz2gCZQoWJn9QoA==",
|
||||
"version": "0.49.3",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.49.3.tgz",
|
||||
"integrity": "sha512-hBtsaw8NBQ2FOtFD2IVouir1jDgCgL3Kvc7BsiQthcIQ2QacxNvs8Vx7/oQaVUaUH1CcO7ADP9wMOACodXfGTA==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
"@serialport/stream": "^12.0.0",
|
||||
"bonjour-service": "^1.2.1",
|
||||
"debounce": "^2.1.0",
|
||||
"debug": "^4.3.4",
|
||||
"debug": "^4.3.5",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"mixin-deep": "^2.0.1",
|
||||
"mz": "^2.7.0",
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.17.0",
|
||||
"zigbee-herdsman": "0.49.2",
|
||||
"zigbee-herdsman": "0.49.3",
|
||||
"zigbee-herdsman-converters": "19.50.1",
|
||||
"zigbee2mqtt-frontend": "0.7.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user