mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-22 10:39:58 +00:00
fix(ignore): update zigbee-herdsman-converters to 19.6.0 (#21927)
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+5
-5
@@ -34,7 +34,7 @@
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.16.0",
|
||||
"zigbee-herdsman": "0.40.0",
|
||||
"zigbee-herdsman-converters": "19.5.0",
|
||||
"zigbee-herdsman-converters": "19.6.0",
|
||||
"zigbee2mqtt-frontend": "0.6.161"
|
||||
},
|
||||
"bin": {
|
||||
@@ -9802,9 +9802,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman-converters": {
|
||||
"version": "19.5.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-19.5.0.tgz",
|
||||
"integrity": "sha512-XFxfUxj8scSvVHGdCTtD5IVanwZ+dCMLmelzZvQLlfiGUBJ6BQZsPjF5LmeUYjrEIClD8Au6dZphuMx9DXa3hA==",
|
||||
"version": "19.6.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-19.6.0.tgz",
|
||||
"integrity": "sha512-hAFIwHUUyOhWo+B64nxAZHQmFpJkM+I/fGSxUG8la9jkHoGHNzqmWtrtiBNrRDeb0aJIxaeGqYNeXUF2OiP+Qg==",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.8",
|
||||
"buffer-crc32": "^1.0.0",
|
||||
@@ -9812,7 +9812,7 @@
|
||||
"iconv-lite": "^0.6.3",
|
||||
"semver": "^7.6.0",
|
||||
"tar-stream": "^3.1.7",
|
||||
"zigbee-herdsman": "^0.39.0"
|
||||
"zigbee-herdsman": "^0.40.0"
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee2mqtt-frontend": {
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@
|
||||
"winston-transport": "^4.7.0",
|
||||
"ws": "^8.16.0",
|
||||
"zigbee-herdsman": "0.40.0",
|
||||
"zigbee-herdsman-converters": "19.5.0",
|
||||
"zigbee-herdsman-converters": "19.6.0",
|
||||
"zigbee2mqtt-frontend": "0.6.161"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user