Skip to content

Commit b4d87e9

Browse files
Merge pull request #2726 from input-output-hk/chore/ddw-779-update-trezor-connect-lib-to-v8.2.2-rc1-multisig
[DDW-779] Update trezor-connect dependency to version v8.2.4
2 parents 98c6fd4 + 3bf2ff9 commit b4d87e9

File tree

5 files changed

+193
-276
lines changed

5 files changed

+193
-276
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Chores
1010

11+
- Updated `trezor-connect` dependency to version `8.2.4` ([PR 2726](https://github.com/input-output-hk/daedalus/pull/2726))
1112
- Updated vulnerable dependencies ([PR 2769](https://github.com/input-output-hk/daedalus/pull/2769))
1213

1314
## 4.6.0

installers/common/MacInstaller.hs

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,60 +232,66 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
232232
externalYarn :: [FilePath]
233233
externalYarn =
234234
[ "@babel"
235+
, "@protobufjs"
235236
, "@trezor"
236237
, "base-x"
237238
, "base64-js"
238239
, "bchaddrjs"
240+
, "bech32"
239241
, "big-integer"
240-
, "bigi"
241242
, "bignumber.js"
242243
, "bip66"
243244
, "bitcoin-ops"
244245
, "blake2b"
246+
, "blake-hash"
245247
, "blake2b-wasm"
248+
, "bn.js"
249+
, "brorand"
246250
, "bs58"
247251
, "bs58check"
248-
, "bytebuffer-old-fixed-webpack"
252+
, "bytebuffer"
249253
, "call-bind"
250254
, "cashaddrjs"
251255
, "cbor-web"
252256
, "create-hash"
253257
, "create-hmac"
254258
, "cross-fetch"
255259
, "define-properties"
256-
, "ecurve"
260+
, "elliptic"
257261
, "es-abstract"
258262
, "function-bind"
259263
, "get-intrinsic"
260264
, "has"
261265
, "has-symbols"
262-
, "hd-wallet"
266+
, "hash.js"
267+
, "hmac-drbg"
263268
, "ieee754"
264269
, "inherits"
265270
, "int64-buffer"
266271
, "js-chain-libs-node"
267272
, "json-stable-stringify"
268273
, "keccak"
269274
, "long"
270-
, "merkle-lib"
271275
, "ms"
276+
, "minimalistic-assert"
277+
, "minimalistic-crypto-utils"
272278
, "nanoassert"
273279
, "node-fetch"
274280
, "object-keys"
275281
, "object.values"
276282
, "parse-uri"
277-
, "protobufjs-old-fixed-webpack"
283+
, "protobufjs"
278284
, "pushdata-bitcoin"
279-
, "queue"
280285
, "randombytes"
281286
, "regenerator-runtime"
282287
, "runtypes"
283288
, "safe-buffer"
284289
, "semver-compare"
285290
, "tiny-worker"
286291
, "trezor-connect"
287-
, "trezor-link"
292+
, "tiny-secp256k1"
288293
, "typeforce"
294+
, "util-deprecate"
289295
, "varuint-bitcoin"
290296
, "wif"
291297
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
"source-map-support": "0.5.19",
254254
"spectron-fake-dialog": "0.0.1",
255255
"tcp-port-used": "1.0.1",
256-
"trezor-connect": "8.2.0-extended",
256+
"trezor-connect": "8.2.4-extended",
257257
"unorm": "1.6.0",
258258
"validator": "13.7.0"
259259
},

0 commit comments

Comments
 (0)