fix(ignore): update zigbee-herdsman to 1.1.0 (#24054)

This commit is contained in:
Koen Kanters
2024-09-21 19:06:54 +00:00
committed by GitHub
parent 7ad51ce662
commit d289194a71
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -32,7 +32,7 @@
"winston-syslog": "^2.7.1",
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "1.0.1",
"zigbee-herdsman": "1.1.0",
"zigbee-herdsman-converters": "20.16.3",
"zigbee2mqtt-frontend": "0.7.4"
},
@@ -10348,9 +10348,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-1.0.1.tgz",
"integrity": "sha512-Ga1rUUjlCXKbQOTSs1Bk92LyJ9uLWqgI2xqsDIube5fOvMv+pkiy8ZVIUh/HHSEc2dvNIK9aypN1/GKnMPeRcg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-1.1.0.tgz",
"integrity": "sha512-rZDODun3+a3Ivc6GOFmp72TSY8cC7iO6yYdsBL4QKBYHWaTNn8rNZs9Ef6MyXeKPEqxbTrCY4HJ0d1kbH6M8og==",
"license": "MIT",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
+1 -1
View File
@@ -60,7 +60,7 @@
"winston-syslog": "^2.7.1",
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "1.0.1",
"zigbee-herdsman": "1.1.0",
"zigbee-herdsman-converters": "20.16.3",
"zigbee2mqtt-frontend": "0.7.4"
},