Skip to content

Commit a7de406

Browse files
Update dependency @walletconnect/utils to v2
1 parent 89e6f45 commit a7de406

File tree

2 files changed

+91
-15
lines changed

2 files changed

+91
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/uuid": "9.0.1",
4646
"@vitejs/plugin-react": "^3.1.0",
4747
"@walletconnect/ethereum-provider": "2.4.7",
48-
"@walletconnect/utils": "1.8.0",
48+
"@walletconnect/utils": "2.7.5",
4949
"@walletconnect/web3-provider": "1.8.0",
5050
"@web3-react/coinbase-wallet": "^8.0.35-beta.0",
5151
"@web3-react/core": "8.1.2-beta.0",

yarn.lock

Lines changed: 90 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5153,6 +5153,15 @@
51535153
ts-node "^10.9.1"
51545154
tslib "1.14.1"
51555155

5156+
"@walletconnect/[email protected]":
5157+
version "1.2.1"
5158+
resolved "https://registry.yarnpkg.com/@walletconnect/heartbeat/-/heartbeat-1.2.1.tgz#afaa3a53232ae182d7c9cff41c1084472d8f32e9"
5159+
integrity sha512-yVzws616xsDLJxuG/28FqtZ5rzrTA4gUjdEMTbWB5Y8V1XHRmqq4efAxCw5ie7WjbXFSUyBHaWlMR+2/CpQC5Q==
5160+
dependencies:
5161+
"@walletconnect/events" "^1.0.1"
5162+
"@walletconnect/time" "^1.0.2"
5163+
tslib "1.14.1"
5164+
51565165
"@walletconnect/http-connection@^1.8.0":
51575166
version "1.8.0"
51585167
resolved "https://registry.yarnpkg.com/@walletconnect/http-connection/-/http-connection-1.8.0.tgz#c19fff5c179d5180d8b974faef2621bd012adb4e"
@@ -5199,6 +5208,14 @@
51995208
keyvaluestorage-interface "^1.0.0"
52005209
tslib "1.14.1"
52015210

5211+
"@walletconnect/jsonrpc-types@^1.0.3":
5212+
version "1.0.3"
5213+
resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-types/-/jsonrpc-types-1.0.3.tgz#65e3b77046f1a7fa8347ae02bc1b841abe6f290c"
5214+
integrity sha512-iIQ8hboBl3o5ufmJ8cuduGad0CQm3ZlsHtujv9Eu16xq89q+BG7Nh5VLxxUgmtpnrePgFkTwXirCTkwJH1v+Yw==
5215+
dependencies:
5216+
keyvaluestorage-interface "^1.0.0"
5217+
tslib "1.14.1"
5218+
52025219
"@walletconnect/jsonrpc-utils@^1.0.3", "@walletconnect/jsonrpc-utils@^1.0.4", "@walletconnect/jsonrpc-utils@^1.0.6":
52035220
version "1.0.6"
52045221
resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.6.tgz#7fa58e6671247e64e189828103282e6258f5330f"
@@ -5208,6 +5225,15 @@
52085225
"@walletconnect/jsonrpc-types" "^1.0.2"
52095226
tslib "1.14.1"
52105227

5228+
"@walletconnect/jsonrpc-utils@^1.0.7":
5229+
version "1.0.8"
5230+
resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.8.tgz#82d0cc6a5d6ff0ecc277cb35f71402c91ad48d72"
5231+
integrity sha512-vdeb03bD8VzJUL6ZtzRYsFMq1eZQcM3EAzT0a3st59dyLfJ0wq+tKMpmGH7HlB7waD858UWgfIcudbPFsbzVdw==
5232+
dependencies:
5233+
"@walletconnect/environment" "^1.0.1"
5234+
"@walletconnect/jsonrpc-types" "^1.0.3"
5235+
tslib "1.14.1"
5236+
52115237
"@walletconnect/jsonrpc-ws-connection@^1.0.7":
52125238
version "1.0.9"
52135239
resolved "https://registry.yarnpkg.com/@walletconnect/jsonrpc-ws-connection/-/jsonrpc-ws-connection-1.0.9.tgz#38e089818e490cf52cfad9f98300949a74de9fdd"
@@ -5294,6 +5320,13 @@
52945320
dependencies:
52955321
tslib "1.14.1"
52965322

5323+
"@walletconnect/safe-json@^1.0.2":
5324+
version "1.0.2"
5325+
resolved "https://registry.yarnpkg.com/@walletconnect/safe-json/-/safe-json-1.0.2.tgz#7237e5ca48046e4476154e503c6d3c914126fa77"
5326+
integrity sha512-Ogb7I27kZ3LPC3ibn8ldyUr5544t3/STow9+lzz7Sfo808YD7SBWk7SAsdBFlYgP2zDRy2hS3sKRcuSRM0OTmA==
5327+
dependencies:
5328+
tslib "1.14.1"
5329+
52975330
"@walletconnect/[email protected]":
52985331
version "2.4.7"
52995332
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.4.7.tgz#d01e645f189726d5f919724a4145cdd16e4c4044"
@@ -5368,6 +5401,18 @@
53685401
"@walletconnect/logger" "^2.0.1"
53695402
events "^3.3.0"
53705403

5404+
"@walletconnect/[email protected]":
5405+
version "2.7.5"
5406+
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.7.5.tgz#6c06f5c522e81bf5914e9a8eadf14c69d242bbc3"
5407+
integrity sha512-uEsMXtVbhT5+E/g3loyfNBrjEsPeUaPZkFeVsOErWhxg25CL+MrrWUKerV6tC/ACbFVR5KgKS+uioMath/cV7A==
5408+
dependencies:
5409+
"@walletconnect/events" "^1.0.1"
5410+
"@walletconnect/heartbeat" "1.2.1"
5411+
"@walletconnect/jsonrpc-types" "^1.0.2"
5412+
"@walletconnect/keyvaluestorage" "^1.0.2"
5413+
"@walletconnect/logger" "^2.0.1"
5414+
events "^3.3.0"
5415+
53715416
"@walletconnect/types@^1.8.0":
53725417
version "1.8.0"
53735418
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-1.8.0.tgz#3f5e85b2d6b149337f727ab8a71b8471d8d9a195"
@@ -5390,19 +5435,6 @@
53905435
events "^3.3.0"
53915436
pino "7.11.0"
53925437

5393-
"@walletconnect/[email protected]", "@walletconnect/utils@^1.8.0":
5394-
version "1.8.0"
5395-
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-1.8.0.tgz#2591a197c1fa7429941fe428876088fda6632060"
5396-
integrity sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==
5397-
dependencies:
5398-
"@walletconnect/browser-utils" "^1.8.0"
5399-
"@walletconnect/encoding" "^1.0.1"
5400-
"@walletconnect/jsonrpc-utils" "^1.0.3"
5401-
"@walletconnect/types" "^1.8.0"
5402-
bn.js "4.11.8"
5403-
js-sha3 "0.8.0"
5404-
query-string "6.13.5"
5405-
54065438
"@walletconnect/[email protected]", "@walletconnect/utils@^2.4.5":
54075439
version "2.4.6"
54085440
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.4.6.tgz#2bd192bfcc019d19929be2881f8e4f54fc9b56a0"
@@ -5445,6 +5477,40 @@
54455477
query-string "7.1.1"
54465478
uint8arrays "^3.1.0"
54475479

5480+
"@walletconnect/[email protected]":
5481+
version "2.7.5"
5482+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.7.5.tgz#016915e49ec92c6fe778780600c246947fb996d2"
5483+
integrity sha512-uSf71P3kFMC+S4RidQYFIWXglVvYTCLK7AaO9PrUDLO9ocRnBk6hNmOhYSA5jSP6OLf1vYm4ADHbzkeOb4u6aQ==
5484+
dependencies:
5485+
"@stablelib/chacha20poly1305" "1.0.1"
5486+
"@stablelib/hkdf" "1.0.1"
5487+
"@stablelib/random" "^1.0.2"
5488+
"@stablelib/sha256" "1.0.1"
5489+
"@stablelib/x25519" "^1.0.3"
5490+
"@walletconnect/jsonrpc-utils" "^1.0.7"
5491+
"@walletconnect/relay-api" "^1.0.9"
5492+
"@walletconnect/safe-json" "^1.0.2"
5493+
"@walletconnect/time" "^1.0.2"
5494+
"@walletconnect/types" "2.7.5"
5495+
"@walletconnect/window-getters" "^1.0.1"
5496+
"@walletconnect/window-metadata" "^1.0.1"
5497+
detect-browser "5.3.0"
5498+
query-string "7.1.3"
5499+
uint8arrays "^3.1.0"
5500+
5501+
"@walletconnect/utils@^1.8.0":
5502+
version "1.8.0"
5503+
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-1.8.0.tgz#2591a197c1fa7429941fe428876088fda6632060"
5504+
integrity sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==
5505+
dependencies:
5506+
"@walletconnect/browser-utils" "^1.8.0"
5507+
"@walletconnect/encoding" "^1.0.1"
5508+
"@walletconnect/jsonrpc-utils" "^1.0.3"
5509+
"@walletconnect/types" "^1.8.0"
5510+
bn.js "4.11.8"
5511+
js-sha3 "0.8.0"
5512+
query-string "6.13.5"
5513+
54485514
"@walletconnect/[email protected]":
54495515
version "1.8.0"
54505516
resolved "https://registry.yarnpkg.com/@walletconnect/web3-provider/-/web3-provider-1.8.0.tgz#e90d903f4c609b7158ecb5f0f41df121e93b56b5"
@@ -8298,7 +8364,7 @@ decimal.js@^10.2.1, decimal.js@^10.4.2, decimal.js@^10.4.3:
82988364
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
82998365
integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==
83008366

8301-
decode-uri-component@^0.2.0:
8367+
decode-uri-component@^0.2.0, decode-uri-component@^0.2.2:
83028368
version "0.2.2"
83038369
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
83048370
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
@@ -15736,6 +15802,16 @@ [email protected]:
1573615802
split-on-first "^1.0.0"
1573715803
strict-uri-encode "^2.0.0"
1573815804

15805+
15806+
version "7.1.3"
15807+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.1.3.tgz#a1cf90e994abb113a325804a972d98276fe02328"
15808+
integrity sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==
15809+
dependencies:
15810+
decode-uri-component "^0.2.2"
15811+
filter-obj "^1.1.0"
15812+
split-on-first "^1.0.0"
15813+
strict-uri-encode "^2.0.0"
15814+
1573915815
query-string@^5.0.1:
1574015816
version "5.1.1"
1574115817
resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"

0 commit comments

Comments
 (0)