Skip to content

Commit

Permalink
Use node-usb v1.8.0
Browse files Browse the repository at this point in the history
- Fixes compilation/compatibility with Node.js v17.
  • Loading branch information
joelpurra committed Oct 26, 2021
1 parent e73d111 commit 42d1c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/makenai/node-uvc-control#readme",
"dependencies": {
"usb": "=1.6.5"
"usb": "^1.8.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 42d1c52

Please sign in to comment.