fix(ignore): update zigbee-herdsman to 0.53.0 (#23317)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-07-10 19:54:18 +00:00
committed by GitHub
co-authored by Koenkk
parent 2916d7ee52
commit fe87b5dec7
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.1",
"zigbee-herdsman": "0.52.0",
"zigbee-herdsman": "0.53.0",
"zigbee-herdsman-converters": "19.66.0",
"zigbee2mqtt-frontend": "0.7.2"
},
@@ -9612,9 +9612,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.52.0.tgz",
"integrity": "sha512-8AeSmvClLDkMt46hcw8eaS25P20x2eLr1HhMZm/v8nyI4Eq50mwxzha/jDSWbvGJN0NliWKvKkSp4IplUFVWTw==",
"version": "0.53.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.53.0.tgz",
"integrity": "sha512-bJMrVySUUTqEFBaPGy6GhJLwUd9zlHb/XAkLJCGXWyBF/y8SflAeNPThGPuWid2pykJS8sWNE0LLvM6ns0hv0g==",
"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.0",
"ws": "^8.17.1",
"zigbee-herdsman": "0.52.0",
"zigbee-herdsman": "0.53.0",
"zigbee-herdsman-converters": "19.66.0",
"zigbee2mqtt-frontend": "0.7.2"
},