fix(ignore): update zigbee-herdsman to 2.1.3 (#24171)

This commit is contained in:
Koen Kanters
2024-10-01 18:45:21 +00:00
committed by GitHub
parent 58c856bbd0
commit 13e4937db2
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.8.0",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.2",
"zigbee-herdsman": "2.1.3",
"zigbee-herdsman-converters": "20.20.0",
"zigbee2mqtt-frontend": "0.7.4"
},
@@ -10380,9 +10380,9 @@
}
},
"node_modules/zigbee-herdsman": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.2.tgz",
"integrity": "sha512-F8zE1oE4O6F7CaSsdJmscNrUDm+G4TRl8j6zse5OfrTwtn1wYWKts2MhS3tKI6fQdvKtmsDV20sHlAQBHRcwag==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-2.1.3.tgz",
"integrity": "sha512-1LiSb3L2ZFzNOuGJHMWBFPRgPs1WVMS4CagtvYxEVUdifhVivp1vMNrCxBsbwNhDiNBh/Blk0pTR0szJttLzrA==",
"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.8.0",
"ws": "^8.18.0",
"zigbee-herdsman": "2.1.2",
"zigbee-herdsman": "2.1.3",
"zigbee-herdsman-converters": "20.20.0",
"zigbee2mqtt-frontend": "0.7.4"
},