fix(ignore): update zigbee-herdsman to 0.22.1 (#19602)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2023-11-06 19:30:05 +00:00
committed by GitHub
co-authored by Koenkk
parent b71aa0a3fd
commit 2d5bb2462e
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -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
View File
@@ -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"
},