fix(ignore): update zigbee-herdsman to 2.1.9 (#24819)

This commit is contained in:
Koen Kanters
2024-11-18 20:05:50 +00:00
committed by GitHub
parent 36e452b0f3
commit 152ad12508
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -33,7 +33,7 @@
"winston-syslog": "^2.7.1",
"winston-transport": "^4.8.0",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.8",
"zigbee-herdsman": "2.1.9",
"zigbee-herdsman-converters": "20.47.0",
"zigbee2mqtt-frontend": "0.7.5"
},
@@ -8616,9 +8616,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.8.tgz",
"integrity": "sha512-TJB8FSs/B/h6N2c4yOQ7zWBpOLPca1XVJ0VNK7d1QYmNAzLlNRREbv0kcVnxh+LMwaKrnRNvfH6rXLVv5ZpLEA==",
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.9.tgz",
"integrity": "sha512-MXutgNp83F84sjhNfGPangv0uJD8zRtpRMjd7Xrr6hmKUgBwvdN/xQ/SfqpOarIqJaUNSO5T0Q2N13XPw2ukzQ==",
"license": "MIT",
"dependencies": {
"@serialport/bindings-cpp": "^12.0.1",
+1 -1
View File
@@ -61,7 +61,7 @@
"winston-syslog": "^2.7.1",
"winston-transport": "^4.8.0",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.8",
"zigbee-herdsman": "2.1.9",
"zigbee-herdsman-converters": "20.47.0",
"zigbee2mqtt-frontend": "0.7.5"
},