fix(ignore): update zigbee-herdsman to 0.55.3 (#23431)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-07-26 20:57:00 +00:00
committed by GitHub
co-authored by Koenkk
parent fd65b9a108
commit 115b187c1a
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.1",
"ws": "^8.18.0",
"zigbee-herdsman": "0.55.2",
"zigbee-herdsman": "0.55.3",
"zigbee-herdsman-converters": "19.71.1",
"zigbee2mqtt-frontend": "0.7.3"
},
@@ -9746,9 +9746,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.55.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.55.2.tgz",
"integrity": "sha512-TIg/9cYULPj23IrvulTtZFjlC1HDHye0kTfFttEYfFKAQhpwoSdXeFFnnicswSznUoQGNKIfvHJhmmwqEE5FjQ==",
"version": "0.55.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.55.3.tgz",
"integrity": "sha512-8sAa7hIznlNZeOzsigvqnLdeWw86UA7PHjSRyPGc5tAjMKnpilbt/7UMNAW5B77+vTjZNv5rQ98iw34QclEH5Q==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -60,7 +60,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "0.55.2",
"zigbee-herdsman": "0.55.3",
"zigbee-herdsman-converters": "19.71.1",
"zigbee2mqtt-frontend": "0.7.3"
},