fix(ignore): update zigbee-herdsman to 0.48.0 (#22689)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-05-18 18:54:35 +00:00
committed by GitHub
co-authored by Koenkk
parent 2963397b60
commit e01662b3a2
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.47.2",
"zigbee-herdsman": "0.48.0",
"zigbee-herdsman-converters": "19.40.0",
"zigbee2mqtt-frontend": "0.6.167"
},
@@ -9640,9 +9640,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.47.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.47.2.tgz",
"integrity": "sha512-D21ZlaGCvNBzvDmASVqF5ELw5KDP7A9WkUnLrZ8OFV01r/I6NTiOx0kTvKO0JlPuGMpU+2dXbzDvTmEXiJtdvQ==",
"version": "0.48.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.48.0.tgz",
"integrity": "sha512-qAXCYUKXP3omDO2SIAO3yJbJEfZ5Z2IssSSJu8NBCibi5uk1IGSNuQqqtXwlThQVjSGF6Z6ENgiVPLKXkxtzFA==",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
+1 -1
View File
@@ -59,7 +59,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.47.2",
"zigbee-herdsman": "0.48.0",
"zigbee-herdsman-converters": "19.40.0",
"zigbee2mqtt-frontend": "0.6.167"
},