Skip to content

Commit f2d186e

Browse files
aarsenaultAdriel Arsenaulttaylorjdawson
authored
fix: Update walletlink to 2.2.6 to fix bug (#735)
Co-authored-by: Adriel Arsenault <adriel.arsenault@coinbase.com> Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
1 parent 76c454f commit f2d186e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.35.3",
3+
"version": "1.35.3-0.0.1",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",
@@ -82,7 +82,7 @@
8282
"hdkey": "^2.0.1",
8383
"regenerator-runtime": "^0.13.7",
8484
"trezor-connect": "^8.1.9",
85-
"walletlink": "^2.1.11",
85+
"walletlink": "^2.2.6",
8686
"web3-provider-engine": "^15.0.4"
8787
},
8888
"resolutions": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9465,10 +9465,10 @@ vm-browserify@^1.0.1:
94659465
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
94669466
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
94679467

9468-
walletlink@^2.1.11:
9469-
version "2.1.11"
9470-
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.1.11.tgz#4ed5d53066f4fae8cc43169475e4f9d1f6b8735a"
9471-
integrity sha512-DdnQ2jnVHAdKgQ1IgxPKn3GvVEUbrGCgvgqKqQ7eanxUnyWgRm5T8Ib6NqPDuQ6SNFk6St54uN+uxV7GP6AyZg==
9468+
walletlink@^2.2.6:
9469+
version "2.2.6"
9470+
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.2.6.tgz#cfea3ba94e5ea33e87b0a2f31151a77ee1a59d72"
9471+
integrity sha512-4TF1kkpo9aq1QlfKv6jTCEsV8Rc+1RIuXn2EtsTJt9/H02fG3oy7k49sqB4gXZ9CWN48yoXnmSwq1GdkvfYGjw==
94729472
dependencies:
94739473
"@metamask/safe-event-emitter" "2.0.0"
94749474
bind-decorator "^1.0.11"

0 commit comments

Comments
 (0)