|
1268 | 1268 | dependencies: |
1269 | 1269 | "@types/node" "*" |
1270 | 1270 |
|
| 1271 | +"@types/semver@^7.3.12": |
| 1272 | + version "7.3.13" |
| 1273 | + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91" |
| 1274 | + integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== |
| 1275 | + |
1271 | 1276 | "@types/sinon@10.0.11": |
1272 | 1277 | version "10.0.11" |
1273 | 1278 | resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.11.tgz#8245827b05d3fc57a6601bd35aee1f7ad330fc42" |
|
1307 | 1312 | semver "^7.3.5" |
1308 | 1313 | tsutils "^3.21.0" |
1309 | 1314 |
|
1310 | | -"@typescript-eslint/experimental-utils@^5.0.0": |
1311 | | - version "5.16.0" |
1312 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.16.0.tgz#0b852567efa10660047f281cf004ed3db32866da" |
1313 | | - integrity sha512-bitZtqO13XX64/UOQKoDbVg2H4VHzbHnWWlTRc7ofq7SuQyPCwEycF1Zmn5ZAMTJZ3p5uMS7xJGUdOtZK7LrNw== |
1314 | | - dependencies: |
1315 | | - "@typescript-eslint/utils" "5.16.0" |
1316 | | - |
1317 | 1315 | "@typescript-eslint/parser@5.16.0": |
1318 | 1316 | version "5.16.0" |
1319 | 1317 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508" |
|
1332 | 1330 | "@typescript-eslint/types" "5.16.0" |
1333 | 1331 | "@typescript-eslint/visitor-keys" "5.16.0" |
1334 | 1332 |
|
| 1333 | +"@typescript-eslint/scope-manager@5.43.0": |
| 1334 | + version "5.43.0" |
| 1335 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15" |
| 1336 | + integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw== |
| 1337 | + dependencies: |
| 1338 | + "@typescript-eslint/types" "5.43.0" |
| 1339 | + "@typescript-eslint/visitor-keys" "5.43.0" |
| 1340 | + |
1335 | 1341 | "@typescript-eslint/type-utils@5.16.0": |
1336 | 1342 | version "5.16.0" |
1337 | 1343 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692" |
|
1346 | 1352 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee" |
1347 | 1353 | integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g== |
1348 | 1354 |
|
| 1355 | +"@typescript-eslint/types@5.43.0": |
| 1356 | + version "5.43.0" |
| 1357 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578" |
| 1358 | + integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg== |
| 1359 | + |
1349 | 1360 | "@typescript-eslint/typescript-estree@5.16.0": |
1350 | 1361 | version "5.16.0" |
1351 | 1362 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61" |
|
1359 | 1370 | semver "^7.3.5" |
1360 | 1371 | tsutils "^3.21.0" |
1361 | 1372 |
|
| 1373 | +"@typescript-eslint/typescript-estree@5.43.0": |
| 1374 | + version "5.43.0" |
| 1375 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2" |
| 1376 | + integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg== |
| 1377 | + dependencies: |
| 1378 | + "@typescript-eslint/types" "5.43.0" |
| 1379 | + "@typescript-eslint/visitor-keys" "5.43.0" |
| 1380 | + debug "^4.3.4" |
| 1381 | + globby "^11.1.0" |
| 1382 | + is-glob "^4.0.3" |
| 1383 | + semver "^7.3.7" |
| 1384 | + tsutils "^3.21.0" |
| 1385 | + |
1362 | 1386 | "@typescript-eslint/utils@5.16.0": |
1363 | 1387 | version "5.16.0" |
1364 | 1388 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679" |
|
1371 | 1395 | eslint-scope "^5.1.1" |
1372 | 1396 | eslint-utils "^3.0.0" |
1373 | 1397 |
|
| 1398 | +"@typescript-eslint/utils@^5.10.2": |
| 1399 | + version "5.43.0" |
| 1400 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f" |
| 1401 | + integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A== |
| 1402 | + dependencies: |
| 1403 | + "@types/json-schema" "^7.0.9" |
| 1404 | + "@types/semver" "^7.3.12" |
| 1405 | + "@typescript-eslint/scope-manager" "5.43.0" |
| 1406 | + "@typescript-eslint/types" "5.43.0" |
| 1407 | + "@typescript-eslint/typescript-estree" "5.43.0" |
| 1408 | + eslint-scope "^5.1.1" |
| 1409 | + eslint-utils "^3.0.0" |
| 1410 | + semver "^7.3.7" |
| 1411 | + |
1374 | 1412 | "@typescript-eslint/visitor-keys@5.16.0": |
1375 | 1413 | version "5.16.0" |
1376 | 1414 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb" |
|
1379 | 1417 | "@typescript-eslint/types" "5.16.0" |
1380 | 1418 | eslint-visitor-keys "^3.0.0" |
1381 | 1419 |
|
| 1420 | +"@typescript-eslint/visitor-keys@5.43.0": |
| 1421 | + version "5.43.0" |
| 1422 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa" |
| 1423 | + integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg== |
| 1424 | + dependencies: |
| 1425 | + "@typescript-eslint/types" "5.43.0" |
| 1426 | + eslint-visitor-keys "^3.3.0" |
| 1427 | + |
1382 | 1428 | "@walletconnect/browser-utils@^1.6.6": |
1383 | 1429 | version "1.6.6" |
1384 | 1430 | resolved "https://registry.yarnpkg.com/@walletconnect/browser-utils/-/browser-utils-1.6.6.tgz#a985b48c99c65a986a051d66a4910010a10a0c56" |
@@ -3489,6 +3535,13 @@ debug@^4.3.3: |
3489 | 3535 | dependencies: |
3490 | 3536 | ms "2.1.2" |
3491 | 3537 |
|
| 3538 | +debug@^4.3.4: |
| 3539 | + version "4.3.4" |
| 3540 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
| 3541 | + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
| 3542 | + dependencies: |
| 3543 | + ms "2.1.2" |
| 3544 | + |
3492 | 3545 | decamelize@^1.1.1, decamelize@^1.2.0: |
3493 | 3546 | version "1.2.0" |
3494 | 3547 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" |
@@ -3523,12 +3576,10 @@ deep-is@^0.1.3, deep-is@~0.1.3: |
3523 | 3576 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" |
3524 | 3577 | integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== |
3525 | 3578 |
|
3526 | | -deepmerge-ts@^2.0.1: |
3527 | | - version "2.0.1" |
3528 | | - resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-2.0.1.tgz#08e3bf4b535736a360c57fb162ddbffc253fe9f2" |
3529 | | - integrity sha512-7xeG0xMleW+gyrtUsdOeR6tCLwkyYDh3koIuvc8TxBcDh3WlaBQiEbFwEzk8clKomJZMhmoyxo7Y9CRrrrLVlg== |
3530 | | - dependencies: |
3531 | | - is-plain-object "^5.0.0" |
| 3579 | +deepmerge-ts@^4.0.3: |
| 3580 | + version "4.2.2" |
| 3581 | + resolved "https://registry.yarnpkg.com/deepmerge-ts/-/deepmerge-ts-4.2.2.tgz#582bf34a37592dc8274b137617b539f871aaf11a" |
| 3582 | + integrity sha512-Ka3Kb21tiWjvQvS9U+1Dx+aqFAHsdTnMdYptLTmC2VAmDFMugWMY1e15aTODstipmCun8iNuqeSfcx6rsUUk0Q== |
3532 | 3583 |
|
3533 | 3584 | defer-to-connect@^1.0.1: |
3534 | 3585 | version "1.1.3" |
@@ -4038,14 +4089,15 @@ eslint-config-prettier@8.5.0: |
4038 | 4089 | resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" |
4039 | 4090 | integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== |
4040 | 4091 |
|
4041 | | -eslint-plugin-functional@4.2.0: |
4042 | | - version "4.2.0" |
4043 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.2.0.tgz#b6d942c07c760eb30c943e02ef041971a23674e6" |
4044 | | - integrity sha512-3v1DuKQTGwJo93UQ5SKzEjvJTaMGfznzwgGjWEBhLXxJfOMhcW7O6QUO1pmb5aLou9hoh7r31lkPvWmbIbIbew== |
| 4092 | +eslint-plugin-functional@4.4.1: |
| 4093 | + version "4.4.1" |
| 4094 | + resolved "https://registry.yarnpkg.com/eslint-plugin-functional/-/eslint-plugin-functional-4.4.1.tgz#de967e2a307387281ff78466ab66967f17ff9e99" |
| 4095 | + integrity sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA== |
4045 | 4096 | dependencies: |
4046 | | - "@typescript-eslint/experimental-utils" "^5.0.0" |
4047 | | - deepmerge-ts "^2.0.1" |
| 4097 | + "@typescript-eslint/utils" "^5.10.2" |
| 4098 | + deepmerge-ts "^4.0.3" |
4048 | 4099 | escape-string-regexp "^4.0.0" |
| 4100 | + semver "^7.3.7" |
4049 | 4101 |
|
4050 | 4102 | eslint-scope@^5.1.1: |
4051 | 4103 | version "5.1.1" |
@@ -4885,6 +4937,17 @@ fast-glob@^3.2.11: |
4885 | 4937 | merge2 "^1.3.0" |
4886 | 4938 | micromatch "^4.0.4" |
4887 | 4939 |
|
| 4940 | +fast-glob@^3.2.9: |
| 4941 | + version "3.2.12" |
| 4942 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" |
| 4943 | + integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== |
| 4944 | + dependencies: |
| 4945 | + "@nodelib/fs.stat" "^2.0.2" |
| 4946 | + "@nodelib/fs.walk" "^1.2.3" |
| 4947 | + glob-parent "^5.1.2" |
| 4948 | + merge2 "^1.3.0" |
| 4949 | + micromatch "^4.0.4" |
| 4950 | + |
4888 | 4951 | fast-json-stable-stringify@^2.0.0: |
4889 | 4952 | version "2.1.0" |
4890 | 4953 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" |
@@ -5311,6 +5374,18 @@ globby@^11.0.1, globby@^11.0.4: |
5311 | 5374 | merge2 "^1.3.0" |
5312 | 5375 | slash "^3.0.0" |
5313 | 5376 |
|
| 5377 | +globby@^11.1.0: |
| 5378 | + version "11.1.0" |
| 5379 | + resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" |
| 5380 | + integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== |
| 5381 | + dependencies: |
| 5382 | + array-union "^2.1.0" |
| 5383 | + dir-glob "^3.0.1" |
| 5384 | + fast-glob "^3.2.9" |
| 5385 | + ignore "^5.2.0" |
| 5386 | + merge2 "^1.4.1" |
| 5387 | + slash "^3.0.0" |
| 5388 | + |
5314 | 5389 | globby@^13.1.1: |
5315 | 5390 | version "13.1.1" |
5316 | 5391 | resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f" |
@@ -8416,6 +8491,13 @@ semver@^7.3.2, semver@^7.3.5: |
8416 | 8491 | dependencies: |
8417 | 8492 | lru-cache "^6.0.0" |
8418 | 8493 |
|
| 8494 | +semver@^7.3.7: |
| 8495 | + version "7.3.8" |
| 8496 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" |
| 8497 | + integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== |
| 8498 | + dependencies: |
| 8499 | + lru-cache "^6.0.0" |
| 8500 | + |
8419 | 8501 | semver@~5.4.1: |
8420 | 8502 | version "5.4.1" |
8421 | 8503 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" |
|
0 commit comments