Update zigbee-shepherd. #252

This commit is contained in:
Koenkk
2018-08-13 19:21:55 +02:00
parent 4fa1a4c57a
commit 426a89914f
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -978,7 +978,7 @@
"functional-red-black-tree": "1.0.1",
"glob": "7.1.2",
"globals": "11.7.0",
"ignore": "4.0.3",
"ignore": "4.0.5",
"imurmurhash": "0.1.4",
"inquirer": "5.2.0",
"is-resolvable": "1.1.0",
@@ -1372,9 +1372,9 @@
}
},
"ignore": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.3.tgz",
"integrity": "sha512-Z/vAH2GGIEATQnBVXMclE2IGV6i0GyVngKThcGZ5kHgHMxLo9Ow2+XHRq1aEKEej5vOF1TPJNbvX6J/anT0M7A==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.5.tgz",
"integrity": "sha512-Q2daVnMtQJPacGrcCRyOEiI+syPCt+mR4YotoC0KEYeinV/6HztT5mUuVEj7UYyoNZ1jGYiu2XEem7I8oM44bg==",
"dev": true
},
"immediate": {
@@ -3273,7 +3273,7 @@
}
},
"zigbee-shepherd": {
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#de19fd1f77522e047b69d5e8877bb57c0882cc28",
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#f91c09226e64df50e193e3ddf17d5515fa4a15fc",
"requires": {
"areq": "0.2.0",
"busyman": "0.3.0",
+1 -1
View File
@@ -32,7 +32,7 @@
"object-assign-deep": "*",
"mqtt": "*",
"winston": "2.4.2",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#de19fd1f77522e047b69d5e8877bb57c0882cc28",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#f91c09226e64df50e193e3ddf17d5515fa4a15fc",
"zigbee-shepherd-converters": "*",
"json2yaml": "*",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#b7d5b4478a88cd3fc65328c6dc94572c277c7d3e",