diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 141cafe0e..42ea192c0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1752,7 +1752,9 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/zigbeer/zigbee-shepherd.git#b536bcdc4fe89b6433c58a8ba09672c88b0002c6", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/zigbee-shepherd/-/zigbee-shepherd-0.3.0.tgz", + "integrity": "sha1-RuuAnjOUEYZN9421OwHUkc9XOZ0=", "requires": { "areq": "0.2.0", "busyman": "0.3.0", diff --git a/package.json b/package.json index 1cf742dc2..d010137d8 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ }, "homepage": "https://github.com/AndrewLinden/xiaomi-zb2mqtt#readme", "dependencies": { - "mqtt": "^2.13.0", - "perfy": "^1.1.2", - "zigbee-shepherd": "git+https://github.com/zigbeer/zigbee-shepherd.git" + "mqtt": "*", + "perfy": "*", + "zigbee-shepherd": "*" } }