Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- NodeJS v20.10.0 LTS;
- homebridge v1.7.0;
- homebridge-lib v6.7.3;
- ws v8.15.1.
  • Loading branch information
ebaauw committed Dec 13, 2023
1 parent 4d40d63 commit b436b5e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 33 deletions.
61 changes: 32 additions & 29 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
],
"main": "index.js",
"engines": {
"homebridge": "^1.6.1",
"node": "20.9.0||^20||^18",
"homebridge": "^1.7.0",
"node": "20.10.0||^20||^18",
"otgw": "5.8"
},
"dependencies": {
"homebridge-lib": "~6.6.4",
"ws": "^8.14.2"
"homebridge-lib": "~6.7.3",
"ws": "^8.15.1"
},
"scripts": {
"prepare": "standard",
Expand Down

0 comments on commit b436b5e

Please sign in to comment.