fix(ignore): update zigbee-herdsman to 0.53.1 (#23331)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-07-12 12:12:30 +02:00
committed by GitHub
co-authored by Koenkk
parent 2fbb73a009
commit 00661fac4b
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.53.0",
"zigbee-herdsman": "0.53.1",
"zigbee-herdsman-converters": "19.67.0",
"zigbee2mqtt-frontend": "0.7.2"
},
@@ -9612,9 +9612,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.53.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.53.0.tgz",
"integrity": "sha512-bJMrVySUUTqEFBaPGy6GhJLwUd9zlHb/XAkLJCGXWyBF/y8SflAeNPThGPuWid2pykJS8sWNE0LLvM6ns0hv0g==",
"version": "0.53.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.53.1.tgz",
"integrity": "sha512-G6+YlE6jGZ+EZbQs25cw1tqULuV1qXo7fccvXAyWuijDqi6t0Uo+LyljaQzY+1Gd2BG+1KxTK7O3AVNec3pVXw==",
"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.53.0",
"zigbee-herdsman": "0.53.1",
"zigbee-herdsman-converters": "19.67.0",
"zigbee2mqtt-frontend": "0.7.2"
},