mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-03 18:41:39 +00:00
fix(ignore): update zigbee-herdsman to 0.51.0 (#23223)
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+5
-5
@@ -6,7 +6,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "zigbee2mqtt",
|
||||
"version": "1.39.0",
|
||||
"version": "1.39.0-dev",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"ajv": "^8.16.0",
|
||||
@@ -32,7 +32,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.17.1",
|
||||
"zigbee-herdsman": "0.50.1",
|
||||
"zigbee-herdsman": "0.51.0",
|
||||
"zigbee-herdsman-converters": "19.62.0",
|
||||
"zigbee2mqtt-frontend": "0.7.2"
|
||||
},
|
||||
@@ -9728,9 +9728,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.50.1",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.50.1.tgz",
|
||||
"integrity": "sha512-vYIFI3bCrEVNmdVv/RrYxSVgvg9lF9SN3xlov6NOG+xYGXKmqHJ4HgSJXSdgC8DIKN291Fz2kjx+dCF4ye3zYg==",
|
||||
"version": "0.51.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.51.0.tgz",
|
||||
"integrity": "sha512-IitsskJsoHZXs9GlFhgkkRNrTWCngC+7IK6lymelR8YavcIfrBL+X5h4JMpKmLCKuvPpdphmM5R3kuNbYcujtQ==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.17.1",
|
||||
"zigbee-herdsman": "0.50.1",
|
||||
"zigbee-herdsman": "0.51.0",
|
||||
"zigbee-herdsman-converters": "19.62.0",
|
||||
"zigbee2mqtt-frontend": "0.7.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user