Skip to content

Commit 11a161e

Browse files
committed
Update trexor connect library
1 parent 890fec7 commit 11a161e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"hdkey": "^1.1.1",
6363
"regenerator-runtime": "^0.13.3",
6464
"squarelink": "^1.1.4",
65-
"trezor-connect": "7.0.1",
65+
"trezor-connect": "^8.1.2",
6666
"web3-provider-engine": "^15.0.4"
6767
},
6868
"scripts": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
dependencies:
737737
regenerator-runtime "^0.12.0"
738738

739-
"@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
739+
"@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
740740
version "7.9.6"
741741
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
742742
integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
@@ -6280,13 +6280,13 @@ tough-cookie@~2.5.0:
62806280
psl "^1.1.28"
62816281
punycode "^2.1.1"
62826282

6283-
trezor-connect@7.0.1:
6284-
version "7.0.1"
6285-
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-7.0.1.tgz#e57103729026177a92bfdefb64dd0d38f921ab1f"
6286-
integrity sha512-cMPwSGMfBpp4z5AZvpRwbYNOJU/X+WaxPm+O1Bl1qsdtpl1P4mX81KDtImY6GBk0xC8aKyOd/ZIqYWXZF9tCRQ==
6283+
trezor-connect@^8.1.2:
6284+
version "8.1.2"
6285+
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.1.2.tgz#c81e6db313d8a07af3fc569722e18e484cb4464f"
6286+
integrity sha512-grWwws0JsLBJdkikOLwe8GDzqQgcpJtJ4LyV9PQNISDqTgnhD6LzrnW0aBpW1LakNdOwGXeyryZL0x0jl7YcxA==
62876287
dependencies:
6288-
"@babel/runtime" "^7.3.1"
6289-
events "^3.0.0"
6288+
"@babel/runtime" "^7.9.2"
6289+
events "^3.1.0"
62906290
whatwg-fetch "^3.0.0"
62916291

62926292
trim-newlines@^2.0.0:

0 commit comments

Comments
 (0)