fix(ignore): update zigbee-herdsman to 0.49.0 (#22754)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-05-23 18:51:17 +00:00
committed by GitHub
co-authored by Koenkk
parent 3b7392ead2
commit 9b3a39415f
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.48.1",
"zigbee-herdsman": "0.49.0",
"zigbee-herdsman-converters": "19.43.0",
"zigbee2mqtt-frontend": "0.6.168"
},
@@ -9634,9 +9634,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.48.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.48.1.tgz",
"integrity": "sha512-q4ypedJQjtAGv9egSzrHiLPNrjFUydHGuvgqSs8O22ZMoZ60pw2f/gxLCq+4bji8nvluHNyeIvO9+Z5KIxk1NQ==",
"version": "0.49.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.49.0.tgz",
"integrity": "sha512-02yBmjsaoMudrSlPubmX7BXupGpDDvxzWlV6XaO1F/hacv+KOyJ1+oDEQXUANR8rEOWr/yiipcXloONEVaCBEA==",
"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.48.1",
"zigbee-herdsman": "0.49.0",
"zigbee-herdsman-converters": "19.43.0",
"zigbee2mqtt-frontend": "0.6.168"
},