Skip to content

Commit

Permalink
Fixed broken get-port dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
beele committed Oct 30, 2021
1 parent 360b0ad commit 5817090
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect-camera-motion",
"version": "0.4.6",
"version": "0.4.7",
"description": "Unifi Protect cameras & motion sensors for Homebridge. AI enabled Motion detection for Unifi Protect cameras.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"canvas": "^2.8.0",
"execa": "^5.1.1",
"ffmpeg-for-homebridge": "^0.0.9",
"get-port": "^6.0.0",
"get-port": "^5.1.1",
"googleapis": "89.0.0",
"googlephotos": "^0.3.4",
"mqtt": "4.2.8",
Expand Down

0 comments on commit 5817090

Please sign in to comment.