fix(ignore): update zigbee-herdsman to 2.1.8 (#24763)

This commit is contained in:
Koen Kanters
2024-11-13 21:56:59 +01:00
committed by GitHub
parent f7e7115f79
commit 2a9bbb21ba
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.7",
"zigbee-herdsman": "2.1.8",
"zigbee-herdsman-converters": "20.46.0",
"zigbee2mqtt-frontend": "0.7.5"
},
@@ -8616,9 +8616,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.7.tgz",
"integrity": "sha512-Je1XsF+CIx2Ai1IYyjGenB58VqWXvTbY770dVyPwU+mUTG+hrbsF/rV9fybBzNkgg4EhJbbheIBBWfnqcRlfBQ==",
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.8.tgz",
"integrity": "sha512-TJB8FSs/B/h6N2c4yOQ7zWBpOLPca1XVJ0VNK7d1QYmNAzLlNRREbv0kcVnxh+LMwaKrnRNvfH6rXLVv5ZpLEA==",
"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.7",
"zigbee-herdsman": "2.1.8",
"zigbee-herdsman-converters": "20.46.0",
"zigbee2mqtt-frontend": "0.7.5"
},