Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- NodeJS v18.17.1 LTS;
- homebridge-lib v6.4.1;
- xml2js v0.6.2.
  • Loading branch information
ebaauw committed Aug 11, 2023
1 parent 388ba6d commit 4657a40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"engines": {
"homebridge": "^1.6.1",
"node": "18.17.0||^18||^16"
"node": "18.17.1||^18||^16"
},
"dependencies": {
"he": "^1.2.0",
"homebridge-lib": "~6.4.0",
"xml2js": "~0.6.0"
"homebridge-lib": "~6.4.1",
"xml2js": "~0.6.2"
},
"scripts": {
"prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",
Expand Down

0 comments on commit 4657a40

Please sign in to comment.