Skip to content

Commit

Permalink
compatibility node 23
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Nov 16, 2024
1 parent 5cd05f5 commit 6ad7070
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
37 changes: 19 additions & 18 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
@@ -1,7 +1,7 @@
{
"displayName": "Xbox TV",
"name": "homebridge-xbox-tv",
"version": "3.1.21",
"version": "3.1.22",
"description": "Homebridge plugin to control Xbox game consoles.",
"license": "MIT",
"author": "grzegorz914",
Expand Down Expand Up @@ -29,12 +29,12 @@
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22.7.0"
"node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.3",
"async-mqtt": "^2.6.3",
"elliptic": "^6.6.0",
"elliptic": "^6.6.1",
"hex-to-binary": "^1.0.1",
"jsrsasign": "^11.1.0",
"uuid": "^11.0.3",
Expand Down

0 comments on commit 6ad7070

Please sign in to comment.