Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- Whitelist any Homebridge v1.x.x larger than or equal to v1.0.4.
- homerbridge-lib v4.7.5.
  • Loading branch information
ebaauw committed May 17, 2020
1 parent 6231953 commit 367cb6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
Expand Up @@ -9,15 +9,15 @@
],
"main": "index.js",
"engines": {
"homebridge": "~1.0.4",
"homebridge": "^1.0.4",
"node": "^12.16.3"
},
"os": [
"darwin"
],
"dependencies": {
"applescript": "~1.0.0",
"homebridge-lib": "~4.7.3",
"homebridge-lib": "~4.7.5",
"is-my-json-valid": "~2.20.0",
"semver": "~7.3.2"
},
Expand Down

0 comments on commit 367cb6c

Please sign in to comment.