Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Stick @ledgerhq/hw-transport-node-hid-singleton@6.7.0
Browse files Browse the repository at this point in the history
+ update yarn.lock to stick with usb-detection@4.10.0 by reverting
changes in `resolved` url

All needed to avoid issues of running usb-detection behind the scenes -
see
#1864 (review)
for more details
  • Loading branch information
veado committed Oct 19, 2021
1 parent 4d3859e commit 567eb33
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@devexperts/rx-utils": "^1.0.0-alpha.14",
"@devexperts/utils": "^1.0.0-alpha.14",
"@ledgerhq/hw-transport": "^6.10.0",
"@ledgerhq/hw-transport-node-hid-singleton": "^6.10.0",
"@ledgerhq/hw-transport-node-hid-singleton": "6.7.0",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@psf/bitcoincashjs-lib": "^4.0.2",
"@thorchain/asgardex-midgard": "^1.1.0",
Expand Down
83 changes: 57 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@
rxjs "6"
semver "^7.3.5"

"@ledgerhq/devices@^6.10.0":
"@ledgerhq/devices@^6.10.0", "@ledgerhq/devices@^6.7.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/devices/-/devices-6.10.0.tgz#34d536caa0c426ba7e7b1fc0169d285b2ce2c1c2"
integrity sha512-rmSTpAwhf37FrVMuOGWdXfH7J+NFHDmXwu9OoefI50pfvuFnWe2lkRIQ4trQFh6uByOLF81t2ENw6BxgW++tVw==
Expand All @@ -2304,7 +2304,7 @@
resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-5.50.0.tgz#e3a6834cb8c19346efca214c1af84ed28e69dad9"
integrity sha512-gu6aJ/BHuRlpU7kgVpy2vcYk6atjB4iauP2ymF7Gk0ez0Y/6VSMVSJvubeEQN+IV60+OBK0JgeIZG7OiHaw8ow==

"@ledgerhq/errors@^6.10.0":
"@ledgerhq/errors@^6.10.0", "@ledgerhq/errors@^6.2.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.10.0.tgz#dda9127b65f653fbb2f74a55e8f0e550d69de6e4"
integrity sha512-fQFnl2VIXh9Yd41lGjReCeK+Q2hwxQJvLZfqHnKqWapTz68NHOv5QcI0OHuZVNEbv0xhgdLhi5b65kgYeQSUVg==
Expand All @@ -2320,7 +2320,7 @@
"@ledgerhq/logs" "^5.50.0"
node-hid "2.1.1"

"@ledgerhq/hw-transport-node-hid-noevents@^6.10.0":
"@ledgerhq/hw-transport-node-hid-noevents@^6.7.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid-noevents/-/hw-transport-node-hid-noevents-6.10.0.tgz#64d1af2de103cfeee12224865607491b3e8d9eb9"
integrity sha512-ItKhR/LdJRK4Wzs6yT9UBKWzOdmwJgXBKpY8Z2tRAfRB24qq6XGQgaNe+/67vT9/l9nr1dTh0FgiMFuY2kap5Q==
Expand All @@ -2331,19 +2331,19 @@
"@ledgerhq/logs" "^6.10.0"
node-hid "2.1.1"

"@ledgerhq/hw-transport-node-hid-singleton@^6.10.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid-singleton/-/hw-transport-node-hid-singleton-6.10.0.tgz#c567263de6a2181b2b24d057e807190fb37797f9"
integrity sha512-PorxU253D3DDampayrOH8i7zZrqIExgtKIbVubhatM3eEQGNKYJ3qrmQpKiPymf/5X4yuWOzQGmXJE6pOlGfUw==
dependencies:
"@ledgerhq/devices" "^6.10.0"
"@ledgerhq/errors" "^6.10.0"
"@ledgerhq/hw-transport" "^6.10.0"
"@ledgerhq/hw-transport-node-hid-noevents" "^6.10.0"
"@ledgerhq/logs" "^6.10.0"
"@ledgerhq/hw-transport-node-hid-singleton@6.7.0":
version "6.7.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport-node-hid-singleton/-/hw-transport-node-hid-singleton-6.7.0.tgz#7177f08e9b7e905c52293001d013ff66e23608b8"
integrity sha512-4ZDXdyo3yC+1y7ZcC343y/94ucpUOruhV+zJpVZMEmCs/ee4lYgQavHku/GoOWmAGKVwJaG6hNNrH/9RBhwN7A==
dependencies:
"@ledgerhq/devices" "^6.7.0"
"@ledgerhq/errors" "^6.2.0"
"@ledgerhq/hw-transport" "^6.7.0"
"@ledgerhq/hw-transport-node-hid-noevents" "^6.7.0"
"@ledgerhq/logs" "^6.2.0"
lodash "^4.17.21"
node-hid "2.1.1"
usb-detection "^4.13.0"
usb-detection "^4.10.0"

"@ledgerhq/hw-transport-node-hid@^5.10.0":
version "5.51.1"
Expand Down Expand Up @@ -2389,7 +2389,7 @@
"@ledgerhq/errors" "^5.50.0"
events "^3.3.0"

"@ledgerhq/hw-transport@^6.10.0", "@ledgerhq/hw-transport@^6.2.0":
"@ledgerhq/hw-transport@^6.10.0", "@ledgerhq/hw-transport@^6.2.0", "@ledgerhq/hw-transport@^6.7.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-transport/-/hw-transport-6.10.0.tgz#fb07670c6b1455417e0f0fb14369db86e3d6c5b9"
integrity sha512-e8OvmDn2zs+stVJDdgyCDveMw3KWoCu2/sVw8bqsHQ8pJVNC2ee5KBPb0gxg7oaf8I5Qdv8jzjv3kJFpolNu5A==
Expand All @@ -2403,7 +2403,7 @@
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-5.50.0.tgz#29c6419e8379d496ab6d0426eadf3c4d100cd186"
integrity sha512-swKHYCOZUGyVt4ge0u8a7AwNcA//h4nx5wIi0sruGye1IJ5Cva0GyK9L2/WdX+kWVTKp92ZiEo1df31lrWGPgA==

"@ledgerhq/logs@^6.10.0":
"@ledgerhq/logs@^6.10.0", "@ledgerhq/logs@^6.2.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.0.tgz#c012c1ecc1a0e53d50e6af381618dca5268461c1"
integrity sha512-lLseUPEhSFUXYTKj6q7s2O3s2vW2ebgA11vMAlKodXGf5AFw4zUoEbTz9CoFOC9jS6xY4Qr8BmRnxP/odT4Uuw==
Expand Down Expand Up @@ -13251,7 +13251,7 @@ mute-stream@0.0.8:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==

nan@^2.12.1, nan@^2.13.2, nan@^2.15.0:
nan@^2.12.1, nan@^2.13.2:
version "2.15.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
Expand Down Expand Up @@ -13353,7 +13353,7 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"

node-abi@^2.21.0:
node-abi@^2.21.0, node-abi@^2.7.0:
version "2.30.1"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.1.tgz#c437d4b1fe0e285aaf290d45b45d4d7afedac4cf"
integrity sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==
Expand Down Expand Up @@ -13516,6 +13516,11 @@ nodemon@^2.0.13:
undefsafe "^2.0.3"
update-notifier "^5.1.0"

noop-logger@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/noop-logger/-/noop-logger-0.1.1.tgz#94a2b1633c4f1317553007d8966fd0e841b6a4c2"
integrity sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=

nopt@~1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee"
Expand Down Expand Up @@ -15041,7 +15046,28 @@ postcss@^8.1.0:
picocolors "^0.2.1"
source-map-js "^0.6.2"

prebuild-install@^6.0.0, prebuild-install@^6.1.4:
prebuild-install@^5.3.5:
version "5.3.6"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.3.6.tgz#7c225568d864c71d89d07f8796042733a3f54291"
integrity sha512-s8Aai8++QQGi4sSbs/M1Qku62PFK49Jm1CbgXklGz4nmHveDq0wzJkg7Na5QbnO1uNH8K7iqx2EQ/mV0MZEmOg==
dependencies:
detect-libc "^1.0.3"
expand-template "^2.0.3"
github-from-package "0.0.0"
minimist "^1.2.3"
mkdirp-classic "^0.5.3"
napi-build-utils "^1.0.1"
node-abi "^2.7.0"
noop-logger "^0.1.1"
npmlog "^4.0.1"
pump "^3.0.0"
rc "^1.2.7"
simple-get "^3.0.3"
tar-fs "^2.0.0"
tunnel-agent "^0.6.0"
which-pm-runs "^1.0.0"

prebuild-install@^6.0.0:
version "6.1.4"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.4.tgz#ae3c0142ad611d58570b89af4986088a4937e00f"
integrity sha512-Z4vpywnK1lBg+zdPCVCsKq0xO66eEV9rWo2zrROGGiRS4JtueBOdlB1FnY8lcy7JsUud/Q3ijUxyWN26Ika0vQ==
Expand Down Expand Up @@ -19086,15 +19112,15 @@ url@^0.11.0:
punycode "1.3.2"
querystring "0.2.0"

usb-detection@^4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/usb-detection/-/usb-detection-4.13.0.tgz#f98f350d236034645db99f4ce1b80928349c83a0"
integrity sha512-5b0P+IYSN6Qv29hZ/m8P+iJyBDFYQR1UD8n4bWwPWbCIG6c2erQ9F8Owp69OSK0cwqf/InxYjIBuTVvl97bpZA==
usb-detection@^4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/usb-detection/-/usb-detection-4.10.0.tgz#0f8a3b8965a5e4e7fbee1667971ca97e455ed11f"
integrity sha512-YUzVWXwfSviE2pInXCKYXhR5heY9GUzlWsdZYxb/Br1Xela6P31A0KDHm7XW0Wsku1HwrokZx+/OD8cZSPHR3w==
dependencies:
bindings "^1.5.0"
bindings "^1.3.0"
eventemitter2 "^5.0.1"
nan "^2.15.0"
prebuild-install "^6.1.4"
nan "^2.13.2"
prebuild-install "^5.3.5"

usb@^1.7.0:
version "1.8.0"
Expand Down Expand Up @@ -19651,6 +19677,11 @@ which-module@^2.0.0:
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=

which-pm-runs@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"
integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=

which-promise@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/which-promise/-/which-promise-1.0.0.tgz#20b721df05b35b706176ffa10b0909aba4603035"
Expand Down

0 comments on commit 567eb33

Please sign in to comment.