Skip to content

Commit

Permalink
fix: update usb dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 26, 2022
1 parent d6349ef commit e1bc906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.4.0"
},
"optionalDependencies": {
"usb": "^2.5.0"
"usb": "^2.5.2"
},
"keywords": [
"xkeys",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10113,10 +10113,10 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

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==
usb@^2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/usb/-/usb-2.5.2.tgz#081b83aff83279c6d7605608880009ad698bc2c8"
integrity sha512-/7hWfbPL4ExGTQO2v2XfuKoBHDwNMoNPZmyKjsPpS4bnEY3BIsaanPpGsLmaI4MOq9pAWDrIz0DwRA8SqJ1pVQ==
dependencies:
"@types/w3c-web-usb" "1.0.6"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit e1bc906

Please sign in to comment.