fix(ignore): update zigbee-herdsman to 0.46.0 (#22380)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-05-01 20:20:29 +00:00
committed by GitHub
co-authored by Koenkk
parent ce915a6797
commit 55b5f91a96
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "zigbee2mqtt",
"version": "1.37.0",
"version": "1.37.0-dev",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^8.12.0",
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.0",
"zigbee-herdsman": "0.45.0",
"zigbee-herdsman": "0.46.0",
"zigbee-herdsman-converters": "19.32.0",
"zigbee2mqtt-frontend": "0.6.165"
},
@@ -9774,9 +9774,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "0.45.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.45.0.tgz",
"integrity": "sha512-VSY+9JBIuyqIBcj9OEwq/RCOqSgXnzf3Ru7o2a8zMRN66NKyz6q2RnufaK3p1sPlHlnNTzLIEHxdqoyvwHvhEw==",
"version": "0.46.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.46.0.tgz",
"integrity": "sha512-Vc0zgc3qRc/za7lifoabybNVSViSGoIZ3332zUXrU18GNPh177KEthaoqipqX5AMvH30Mz2eRtHGSSvgel3l/g==",
"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.45.0",
"zigbee-herdsman": "0.46.0",
"zigbee-herdsman-converters": "19.32.0",
"zigbee2mqtt-frontend": "0.6.165"
},