Skip to content

Commit 6f5fb2d

Browse files
chore(deps): update dependency eslint-config-xo to v0.46.0
1 parent 04fb9eb commit 6f5fb2d

File tree

2 files changed

+165
-6
lines changed

2 files changed

+165
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dotenv": "16.4.1",
3939
"eslint": "8.56.0",
4040
"eslint-config-prettier": "9.1.0",
41-
"eslint-config-xo": "0.43.1",
41+
"eslint-config-xo": "0.46.0",
4242
"eslint-config-xo-typescript": "1.0.1",
4343
"ethereum-waffle": "4.0.10",
4444
"ethers": "5.7.2",

yarn.lock

Lines changed: 164 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,54 @@
14211421
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
14221422
integrity sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==
14231423

1424+
"@stylistic/[email protected]", "@stylistic/eslint-plugin-js@^2.6.1":
1425+
version "2.6.1"
1426+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.1.tgz#97e4f689c6bbe3661cd5fb1fd4dbb5e2e7a42cfa"
1427+
integrity sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==
1428+
dependencies:
1429+
"@types/eslint" "^9.6.0"
1430+
acorn "^8.12.1"
1431+
eslint-visitor-keys "^4.0.0"
1432+
espree "^10.1.0"
1433+
1434+
"@stylistic/[email protected]":
1435+
version "2.6.1"
1436+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-2.6.1.tgz#a7ba8242a27a8956455789dfcc087f5231fb4a7c"
1437+
integrity sha512-5qHLXqxfY6jubAQfDqrifv41fx7gaqA9svDaChxMI6JiHpEBfh+PXxmm3g+B8gJCYVBTC62Rjl0Ny5QabK58bw==
1438+
dependencies:
1439+
"@stylistic/eslint-plugin-js" "^2.6.1"
1440+
"@types/eslint" "^9.6.0"
1441+
estraverse "^5.3.0"
1442+
picomatch "^4.0.2"
1443+
1444+
"@stylistic/[email protected]":
1445+
version "2.6.1"
1446+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-2.6.1.tgz#5b9ea3c659726835a7418d51bb818ba4dccb6b3d"
1447+
integrity sha512-z/IYu/q8ipApzNam5utSU+BrXg4pK/Gv9xNbr4eWv/bZppvTWJU62xCO4nw/6r2dHNPnqc7uCHEC7GMlBnPY0A==
1448+
dependencies:
1449+
"@types/eslint" "^9.6.0"
1450+
"@typescript-eslint/utils" "^8.0.0"
1451+
1452+
"@stylistic/[email protected]":
1453+
version "2.6.1"
1454+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.1.tgz#76a90c732139b43e17c98c2c1eea1bc7a549cef6"
1455+
integrity sha512-Mxl1VMorEG1Hc6oBYPD0+KIJOWkjEF1R0liL7wWgKfwpqOkgmnh5lVdZBrYyfRKOE4RlGcwEFTNai1IW6orgVg==
1456+
dependencies:
1457+
"@stylistic/eslint-plugin-js" "2.6.1"
1458+
"@types/eslint" "^9.6.0"
1459+
"@typescript-eslint/utils" "^8.0.0"
1460+
1461+
"@stylistic/eslint-plugin@^2.6.1":
1462+
version "2.6.1"
1463+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.6.1.tgz#6ccddd1ba275cb2407d9abf546982177b872a603"
1464+
integrity sha512-UT0f4t+3sQ/GKW7875NiIIjZJ1Bh4gd7JNfoIkwIQyWqO7wGd0Pqzu0Ho30Ka8MNF5lm++SkVeqAk26vGxoUpg==
1465+
dependencies:
1466+
"@stylistic/eslint-plugin-js" "2.6.1"
1467+
"@stylistic/eslint-plugin-jsx" "2.6.1"
1468+
"@stylistic/eslint-plugin-plus" "2.6.1"
1469+
"@stylistic/eslint-plugin-ts" "2.6.1"
1470+
"@types/eslint" "^9.6.0"
1471+
14241472
"@szmarczak/http-timer@^5.0.1":
14251473
version "5.0.1"
14261474
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a"
@@ -1516,11 +1564,29 @@
15161564
dependencies:
15171565
dotenv "*"
15181566

1567+
"@types/eslint@^9.6.0":
1568+
version "9.6.0"
1569+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
1570+
integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
1571+
dependencies:
1572+
"@types/estree" "*"
1573+
"@types/json-schema" "*"
1574+
1575+
"@types/estree@*":
1576+
version "1.0.5"
1577+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1578+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1579+
15191580
"@types/http-cache-semantics@^4.0.2":
15201581
version "4.0.4"
15211582
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
15221583
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
15231584

1585+
"@types/json-schema@*":
1586+
version "7.0.15"
1587+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1588+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1589+
15241590
"@types/json-schema@^7.0.12":
15251591
version "7.0.12"
15261592
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
@@ -1665,6 +1731,14 @@
16651731
"@typescript-eslint/types" "6.21.0"
16661732
"@typescript-eslint/visitor-keys" "6.21.0"
16671733

1734+
"@typescript-eslint/[email protected]":
1735+
version "8.0.0"
1736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
1737+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
1738+
dependencies:
1739+
"@typescript-eslint/types" "8.0.0"
1740+
"@typescript-eslint/visitor-keys" "8.0.0"
1741+
16681742
"@typescript-eslint/[email protected]":
16691743
version "6.21.0"
16701744
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
@@ -1680,6 +1754,11 @@
16801754
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
16811755
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
16821756

1757+
"@typescript-eslint/[email protected]":
1758+
version "8.0.0"
1759+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
1760+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
1761+
16831762
"@typescript-eslint/[email protected]":
16841763
version "6.21.0"
16851764
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -1694,6 +1773,20 @@
16941773
semver "^7.5.4"
16951774
ts-api-utils "^1.0.1"
16961775

1776+
"@typescript-eslint/[email protected]":
1777+
version "8.0.0"
1778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
1779+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
1780+
dependencies:
1781+
"@typescript-eslint/types" "8.0.0"
1782+
"@typescript-eslint/visitor-keys" "8.0.0"
1783+
debug "^4.3.4"
1784+
globby "^11.1.0"
1785+
is-glob "^4.0.3"
1786+
minimatch "^9.0.4"
1787+
semver "^7.6.0"
1788+
ts-api-utils "^1.3.0"
1789+
16971790
"@typescript-eslint/[email protected]":
16981791
version "6.21.0"
16991792
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
@@ -1707,6 +1800,16 @@
17071800
"@typescript-eslint/typescript-estree" "6.21.0"
17081801
semver "^7.5.4"
17091802

1803+
"@typescript-eslint/utils@^8.0.0":
1804+
version "8.0.0"
1805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
1806+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
1807+
dependencies:
1808+
"@eslint-community/eslint-utils" "^4.4.0"
1809+
"@typescript-eslint/scope-manager" "8.0.0"
1810+
"@typescript-eslint/types" "8.0.0"
1811+
"@typescript-eslint/typescript-estree" "8.0.0"
1812+
17101813
"@typescript-eslint/[email protected]":
17111814
version "6.21.0"
17121815
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
@@ -1715,6 +1818,14 @@
17151818
"@typescript-eslint/types" "6.21.0"
17161819
eslint-visitor-keys "^3.4.1"
17171820

1821+
"@typescript-eslint/[email protected]":
1822+
version "8.0.0"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
1824+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
1825+
dependencies:
1826+
"@typescript-eslint/types" "8.0.0"
1827+
eslint-visitor-keys "^3.4.3"
1828+
17181829
17191830
version "1.1.2"
17201831
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -1782,6 +1893,11 @@ acorn-walk@^8.1.1:
17821893
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
17831894
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
17841895

1896+
acorn@^8.12.0, acorn@^8.12.1:
1897+
version "8.12.1"
1898+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
1899+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
1900+
17851901
acorn@^8.4.1:
17861902
version "8.7.1"
17871903
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
@@ -3026,12 +3142,14 @@ [email protected]:
30263142
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz#90a91a4dc2135ea93ef3081ecf1945303ab2bc60"
30273143
integrity sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==
30283144

3029-
eslint-config-xo@0.43.1:
3030-
version "0.43.1"
3031-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
3032-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
3145+
eslint-config-xo@0.46.0:
3146+
version "0.46.0"
3147+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.46.0.tgz#2ebb7d8507d8babe456d76b3eb3d11e2ef0c89de"
3148+
integrity sha512-mjQUhdTCLQwHUFKf1hhSx1FFhm2jllr4uG2KjaW7gZHGAbjKoSypvo1eQvFk17lHx3bztYjZDDXQmkAZyaSlAg==
30333149
dependencies:
3150+
"@stylistic/eslint-plugin" "^2.6.1"
30343151
confusing-browser-globals "1.0.11"
3152+
globals "^15.3.0"
30353153

30363154
eslint-scope@^7.2.2:
30373155
version "7.2.2"
@@ -3056,6 +3174,11 @@ eslint-visitor-keys@^3.4.3:
30563174
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
30573175
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
30583176

3177+
eslint-visitor-keys@^4.0.0:
3178+
version "4.0.0"
3179+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
3180+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
3181+
30593182
30603183
version "8.56.0"
30613184
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
@@ -3100,6 +3223,15 @@ [email protected]:
31003223
strip-ansi "^6.0.1"
31013224
text-table "^0.2.0"
31023225

3226+
espree@^10.1.0:
3227+
version "10.1.0"
3228+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
3229+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
3230+
dependencies:
3231+
acorn "^8.12.0"
3232+
acorn-jsx "^5.3.2"
3233+
eslint-visitor-keys "^4.0.0"
3234+
31033235
espree@^9.6.0:
31043236
version "9.6.0"
31053237
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
@@ -3132,7 +3264,7 @@ esrecurse@^4.3.0:
31323264
dependencies:
31333265
estraverse "^5.2.0"
31343266

3135-
estraverse@^5.1.0, estraverse@^5.2.0:
3267+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
31363268
version "5.3.0"
31373269
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
31383270
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -3658,6 +3790,11 @@ globals@^13.19.0:
36583790
dependencies:
36593791
type-fest "^0.20.2"
36603792

3793+
globals@^15.3.0:
3794+
version "15.9.0"
3795+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
3796+
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
3797+
36613798
globalthis@^1.0.3:
36623799
version "1.0.3"
36633800
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -4778,6 +4915,13 @@ minimatch@^5.0.1:
47784915
dependencies:
47794916
brace-expansion "^2.0.1"
47804917

4918+
minimatch@^9.0.4:
4919+
version "9.0.5"
4920+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4921+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4922+
dependencies:
4923+
brace-expansion "^2.0.1"
4924+
47814925
47824926
version "4.1.0"
47834927
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5159,6 +5303,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
51595303
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
51605304
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
51615305

5306+
picomatch@^4.0.2:
5307+
version "4.0.2"
5308+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
5309+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
5310+
51625311
pluralize@^8.0.0:
51635312
version "8.0.0"
51645313
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
@@ -5563,6 +5712,11 @@ semver@^7.3.7, semver@^7.5.2, semver@^7.5.4:
55635712
dependencies:
55645713
lru-cache "^6.0.0"
55655714

5715+
semver@^7.6.0:
5716+
version "7.6.3"
5717+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
5718+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
5719+
55665720
55675721
version "6.0.0"
55685722
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
@@ -5973,6 +6127,11 @@ ts-api-utils@^1.0.1:
59736127
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
59746128
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
59756129

6130+
ts-api-utils@^1.3.0:
6131+
version "1.3.0"
6132+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
6133+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
6134+
59766135
ts-command-line-args@^2.2.0:
59776136
version "2.5.1"
59786137
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.5.1.tgz#e64456b580d1d4f6d948824c274cf6fa5f45f7f0"

0 commit comments

Comments
 (0)