mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-04 18:00:27 +00:00
fix(ignore): update zigbee-herdsman to 0.22.1 (#19602)
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Generated
+7
-7
@@ -33,7 +33,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.6.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.22.0",
|
||||
"zigbee-herdsman": "0.22.1",
|
||||
"zigbee-herdsman-converters": "15.109.0",
|
||||
"zigbee2mqtt-frontend": "0.6.142"
|
||||
},
|
||||
@@ -9903,9 +9903,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zigbee-herdsman": {
|
||||
"version": "0.22.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.0.tgz",
|
||||
"integrity": "sha512-LW09ajt5habI/sOsdwqNYGd9jq1JJSC20N2q49y+SIETWM9o5t64TfckUnjO/Mo3a+FdBs5wLAn9Xt0X63RZyA==",
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.1.tgz",
|
||||
"integrity": "sha512-3xok9UrOEsIUa5JM/4KG2sr+FrmxHN9WqSCMeD6WP2BGAkNPXQUf2HyWJLczzV5uPXnVVaiJLQVxiwGonMgy0Q==",
|
||||
"dependencies": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
@@ -17108,9 +17108,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"zigbee-herdsman": {
|
||||
"version": "0.22.0",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.0.tgz",
|
||||
"integrity": "sha512-LW09ajt5habI/sOsdwqNYGd9jq1JJSC20N2q49y+SIETWM9o5t64TfckUnjO/Mo3a+FdBs5wLAn9Xt0X63RZyA==",
|
||||
"version": "0.22.1",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.22.1.tgz",
|
||||
"integrity": "sha512-3xok9UrOEsIUa5JM/4KG2sr+FrmxHN9WqSCMeD6WP2BGAkNPXQUf2HyWJLczzV5uPXnVVaiJLQVxiwGonMgy0Q==",
|
||||
"requires": {
|
||||
"@serialport/bindings-cpp": "^12.0.1",
|
||||
"@serialport/parser-delimiter": "^12.0.0",
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@
|
||||
"winston-syslog": "^2.7.0",
|
||||
"winston-transport": "^4.6.0",
|
||||
"ws": "^8.14.2",
|
||||
"zigbee-herdsman": "0.22.0",
|
||||
"zigbee-herdsman": "0.22.1",
|
||||
"zigbee-herdsman-converters": "15.109.0",
|
||||
"zigbee2mqtt-frontend": "0.6.142"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user