Skip to content

Commit

Permalink
chore: update @julusian/hid to fix some crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 23, 2023
1 parent 7b2b728 commit bdb2110
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"koa-body": "^6.0.1",
"koa-router": "^12.0.0",
"meow": "^9.0.0",
"node-hid": "npm:@julusian/[email protected]0",
"node-hid": "npm:@julusian/[email protected]2",
"semver": "^7.5.4",
"tslib": "^2.6.1",
"usb": "^2.9.0"
},
"resolutions": {
"node-hid": "npm:@julusian/[email protected]0"
"node-hid": "npm:@julusian/[email protected]2"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3452,10 +3452,10 @@ node-gyp-build@^4.3.0, node-gyp-build@^4.5.0:
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055"
integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==

node-hid@^2.1.1, "node-hid@npm:@julusian/[email protected]0", "node-hid@npm:@julusian/hid@^2.5.0-3":
version "3.0.0-0"
resolved "https://registry.yarnpkg.com/@julusian/hid/-/hid-3.0.0-0.tgz#f3cbde6a13781e3c436f388c24225805006582fa"
integrity sha512-7k1lpDZcI8zH8Qsu6ivBWMhcJL7TxaJLZiYGx0KoxGPJhOvkEf7z+ZwHk02wZmh+z5gccHGKIpMKhP5P54aZeQ==
node-hid@^2.1.1, "node-hid@npm:@julusian/[email protected]2", "node-hid@npm:@julusian/hid@^2.5.0-3":
version "3.0.0-2"
resolved "https://registry.yarnpkg.com/@julusian/hid/-/hid-3.0.0-2.tgz#de7e0a1d995f1cd9ce12c68cc9133614e3b60b0f"
integrity sha512-dudqS7tqTNwhy54CujPpUqSAJioOMQjQYiiLWRuYwMLb+G1Z0u3jxKTw9NCv7pWPtC+DZ8gcxqph9EJ5qZ0mlQ==
dependencies:
node-addon-api "^3.2.1"
pkg-prebuilds "^0.2.1"
Expand Down

0 comments on commit bdb2110

Please sign in to comment.