Skip to content

Commit

Permalink
fix: update usb to get native windows hotplug detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 31, 2022
1 parent d08e4ce commit 074c47f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"node-hid": "github:julusian/node-hid#v2.1.2-1",
"sharp": "^0.30.7",
"tslib": "^2.3.1",
"usb": "^2.4.3"
"usb": "^2.5.0"
},
"resolutions": {
"node-hid": "github:julusian/node-hid#v2.1.2-1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4868,10 +4868,10 @@ url-parse-lax@^3.0.0:
dependencies:
prepend-http "^2.0.0"

usb@^2.0.3, usb@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/usb/-/usb-2.4.3.tgz#fab8c1820276d0cb34f87a5ddba0152633d4a829"
integrity sha512-BmCjjxsriODcrb+TdXdzSDDys+MOUeRvo22ywmyIxYcuVW9YKrr2Wp2gQZUfHrQbvovKu87Po9mk5OPftJdDeQ==
usb@^2.0.3, usb@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/usb/-/usb-2.5.0.tgz#ee25eb5462131e9e87b9089e33d99aea74fb84c5"
integrity sha512-f8Lv1qSM7F2hokhke6zfUw+60winJvi6+yW5MyDt2Zn1Ajv3HCLPhMSzTY/QIKn4cp57N+c5MRuvZGSt0/3dAw==
dependencies:
"@types/w3c-web-usb" "1.0.6"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit 074c47f

Please sign in to comment.