fix(ignore): update zigbee-herdsman to 0.49.2 (#22864)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-06-01 08:49:39 +00:00
committed by GitHub
co-authored by Koenkk
parent a02fd3cee6
commit 2cc68fd862
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -32,7 +32,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.49.1",
"zigbee-herdsman": "0.49.2",
"zigbee-herdsman-converters": "19.47.0",
"zigbee2mqtt-frontend": "0.7.1"
},
@@ -9634,9 +9634,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.49.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.49.1.tgz",
"integrity": "sha512-TYTJO8kNUOL3WECk9KA3Il2cMTOFWTfXShYe5peq2LA4RA4JxDPyU/3y8teyz30vWK8bSkt0C8vMlKrYGV6IxQ==",
"version": "0.49.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.49.2.tgz",
"integrity": "sha512-v+uWaCvFeVqXeXBH7+CRphPbn1gGEFkAK71uw9wqumW6S9bNZJQXZkgofo2rPmiv5oAkGaqQz2gCZQoWJn9QoA==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -58,7 +58,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.49.1",
"zigbee-herdsman": "0.49.2",
"zigbee-herdsman-converters": "19.47.0",
"zigbee2mqtt-frontend": "0.7.1"
},