Skip to content

Commit 5429332

Browse files
chore(deps): update dependency eslint-config-xo to v0.47.0
1 parent 534715e commit 5429332

File tree

2 files changed

+184
-7
lines changed

2 files changed

+184
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dotenv": "16.5.0",
4242
"eslint": "8.57.1",
4343
"eslint-config-prettier": "10.1.2",
44-
"eslint-config-xo": "0.43.1",
44+
"eslint-config-xo": "0.47.0",
4545
"eslint-config-xo-typescript": "0.55.1",
4646
"husky": "9.1.7",
4747
"js-base64": "3.7.7",

yarn.lock

Lines changed: 183 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,13 @@
296296
dependencies:
297297
eslint-visitor-keys "^3.3.0"
298298

299+
"@eslint-community/eslint-utils@^4.4.0":
300+
version "4.6.1"
301+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.6.1.tgz#e4c58fdcf0696e7a5f19c30201ed43123ab15abc"
302+
integrity sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==
303+
dependencies:
304+
eslint-visitor-keys "^3.4.3"
305+
299306
"@eslint-community/regexpp@^4.4.0":
300307
version "4.4.0"
301308
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
@@ -306,6 +313,37 @@
306313
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
307314
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
308315

316+
"@eslint/core@^0.12.0":
317+
version "0.12.0"
318+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
319+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
320+
dependencies:
321+
"@types/json-schema" "^7.0.15"
322+
323+
"@eslint/core@^0.13.0":
324+
version "0.13.0"
325+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
326+
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
327+
dependencies:
328+
"@types/json-schema" "^7.0.15"
329+
330+
"@eslint/css-tree@^3.3.3":
331+
version "3.4.0"
332+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.4.0.tgz#7c2a036b7f406ff83df9e0490e5b1a3d62506818"
333+
integrity sha512-QehZa9/EJbgLKBcJKjJyme3Txnahx67pD9NWEl/bNORbZi+XxQk4T/6t3j1ZiL21iuQ2VOruQWKiQhFk+XdXHg==
334+
dependencies:
335+
mdn-data "2.20.0"
336+
source-map-js "^1.0.1"
337+
338+
"@eslint/css@^0.7.0":
339+
version "0.7.0"
340+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.7.0.tgz#e864fb73334fefef3385e28832ce9f3ae846d034"
341+
integrity sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g==
342+
dependencies:
343+
"@eslint/core" "^0.13.0"
344+
"@eslint/css-tree" "^3.3.3"
345+
"@eslint/plugin-kit" "^0.2.5"
346+
309347
"@eslint/eslintrc@^2.1.4":
310348
version "2.1.4"
311349
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -326,6 +364,24 @@
326364
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
327365
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
328366

367+
"@eslint/json@^0.12.0":
368+
version "0.12.0"
369+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.12.0.tgz#7d1cb7152d01f3837703c154a5b38233f409395e"
370+
integrity sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying==
371+
dependencies:
372+
"@eslint/core" "^0.12.0"
373+
"@eslint/plugin-kit" "^0.2.7"
374+
"@humanwhocodes/momoa" "^3.3.4"
375+
natural-compare "^1.4.0"
376+
377+
"@eslint/plugin-kit@^0.2.5", "@eslint/plugin-kit@^0.2.7":
378+
version "0.2.8"
379+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
380+
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
381+
dependencies:
382+
"@eslint/core" "^0.13.0"
383+
levn "^0.4.1"
384+
329385
"@ethereumjs/[email protected]":
330386
version "2.5.0"
331387
resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-2.5.0.tgz#ec61551b31bef7a69d1dc634d8932468866a4268"
@@ -844,6 +900,11 @@
844900
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
845901
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
846902

903+
"@humanwhocodes/momoa@^3.3.4":
904+
version "3.3.8"
905+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.8.tgz#b00630bf689b6f758419c029e15a4be25c12179b"
906+
integrity sha512-/3PZzor2imi/RLLcnHztkwA79txiVvW145Ve2cp5dxRcH5qOUNJPToasqLFHniTfw4B4lT7jGDdBOPXbXYlIMQ==
907+
847908
"@humanwhocodes/object-schema@^2.0.3":
848909
version "2.0.3"
849910
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -1350,6 +1411,17 @@
13501411
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.20.1.tgz#88efee3e0946a4856ed10355017692db9c259ff4"
13511412
integrity sha512-58I2sRpzaQUN+jJmWbHfbWf9AKfzqCI8JAdFB0vbyY+u8tBRcuTt9LxzasvR0LGQpcRv97eyV7l61FQ3Ib7zVw==
13521413

1414+
"@stylistic/eslint-plugin@^4.2.0":
1415+
version "4.2.0"
1416+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
1417+
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
1418+
dependencies:
1419+
"@typescript-eslint/utils" "^8.23.0"
1420+
eslint-visitor-keys "^4.2.0"
1421+
espree "^10.3.0"
1422+
estraverse "^5.3.0"
1423+
picomatch "^4.0.2"
1424+
13531425
"@szmarczak/http-timer@^1.1.2":
13541426
version "1.1.2"
13551427
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -2413,6 +2485,11 @@
24132485
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
24142486
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
24152487

2488+
"@types/json-schema@^7.0.15":
2489+
version "7.0.15"
2490+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2491+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2492+
24162493
"@types/keyv@*":
24172494
version "4.2.0"
24182495
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-4.2.0.tgz#65b97868ab757906f2dbb653590d7167ad023fa0"
@@ -2618,6 +2695,14 @@
26182695
"@typescript-eslint/types" "5.62.0"
26192696
"@typescript-eslint/visitor-keys" "5.62.0"
26202697

2698+
"@typescript-eslint/[email protected]":
2699+
version "8.31.1"
2700+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
2701+
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
2702+
dependencies:
2703+
"@typescript-eslint/types" "8.31.1"
2704+
"@typescript-eslint/visitor-keys" "8.31.1"
2705+
26212706
"@typescript-eslint/[email protected]":
26222707
version "5.62.0"
26232708
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -2633,6 +2718,11 @@
26332718
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
26342719
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
26352720

2721+
"@typescript-eslint/[email protected]":
2722+
version "8.31.1"
2723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
2724+
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
2725+
26362726
"@typescript-eslint/[email protected]":
26372727
version "5.62.0"
26382728
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2646,6 +2736,20 @@
26462736
semver "^7.3.7"
26472737
tsutils "^3.21.0"
26482738

2739+
"@typescript-eslint/[email protected]":
2740+
version "8.31.1"
2741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
2742+
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
2743+
dependencies:
2744+
"@typescript-eslint/types" "8.31.1"
2745+
"@typescript-eslint/visitor-keys" "8.31.1"
2746+
debug "^4.3.4"
2747+
fast-glob "^3.3.2"
2748+
is-glob "^4.0.3"
2749+
minimatch "^9.0.4"
2750+
semver "^7.6.0"
2751+
ts-api-utils "^2.0.1"
2752+
26492753
"@typescript-eslint/[email protected]":
26502754
version "5.62.0"
26512755
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -2660,6 +2764,16 @@
26602764
eslint-scope "^5.1.1"
26612765
semver "^7.3.7"
26622766

2767+
"@typescript-eslint/utils@^8.23.0":
2768+
version "8.31.1"
2769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
2770+
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
2771+
dependencies:
2772+
"@eslint-community/eslint-utils" "^4.4.0"
2773+
"@typescript-eslint/scope-manager" "8.31.1"
2774+
"@typescript-eslint/types" "8.31.1"
2775+
"@typescript-eslint/typescript-estree" "8.31.1"
2776+
26632777
"@typescript-eslint/[email protected]":
26642778
version "5.62.0"
26652779
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -2668,6 +2782,14 @@
26682782
"@typescript-eslint/types" "5.62.0"
26692783
eslint-visitor-keys "^3.3.0"
26702784

2785+
"@typescript-eslint/[email protected]":
2786+
version "8.31.1"
2787+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
2788+
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
2789+
dependencies:
2790+
"@typescript-eslint/types" "8.31.1"
2791+
eslint-visitor-keys "^4.2.0"
2792+
26712793
"@ungap/structured-clone@^1.2.0":
26722794
version "1.2.0"
26732795
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2800,6 +2922,11 @@ acorn-walk@^8.1.1:
28002922
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
28012923
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
28022924

2925+
acorn@^8.14.0:
2926+
version "8.14.1"
2927+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
2928+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
2929+
28032930
acorn@^8.4.1:
28042931
version "8.8.1"
28052932
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
@@ -5134,12 +5261,16 @@ [email protected]:
51345261
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83"
51355262
integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==
51365263

5137-
eslint-config-xo@0.43.1:
5138-
version "0.43.1"
5139-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
5140-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
5264+
eslint-config-xo@0.47.0:
5265+
version "0.47.0"
5266+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz#57425c4c7afcc0c63e38ab4021211f6c4607d5b0"
5267+
integrity sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==
51415268
dependencies:
5269+
"@eslint/css" "^0.7.0"
5270+
"@eslint/json" "^0.12.0"
5271+
"@stylistic/eslint-plugin" "^4.2.0"
51425272
confusing-browser-globals "1.0.11"
5273+
globals "^16.0.0"
51435274

51445275
eslint-scope@^5.1.1:
51455276
version "5.1.1"
@@ -5172,6 +5303,11 @@ eslint-visitor-keys@^3.4.3:
51725303
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
51735304
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
51745305

5306+
eslint-visitor-keys@^4.2.0:
5307+
version "4.2.0"
5308+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5309+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5310+
51755311
51765312
version "8.57.1"
51775313
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5216,6 +5352,15 @@ [email protected]:
52165352
strip-ansi "^6.0.1"
52175353
text-table "^0.2.0"
52185354

5355+
espree@^10.3.0:
5356+
version "10.3.0"
5357+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
5358+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
5359+
dependencies:
5360+
acorn "^8.14.0"
5361+
acorn-jsx "^5.3.2"
5362+
eslint-visitor-keys "^4.2.0"
5363+
52195364
espree@^9.6.0:
52205365
version "9.6.0"
52215366
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
@@ -5258,7 +5403,7 @@ estraverse@^4.1.1:
52585403
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
52595404
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
52605405

5261-
estraverse@^5.1.0, estraverse@^5.2.0:
5406+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
52625407
version "5.3.0"
52635408
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
52645409
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -6336,6 +6481,11 @@ globals@^13.19.0:
63366481
dependencies:
63376482
type-fest "^0.20.2"
63386483

6484+
globals@^16.0.0:
6485+
version "16.0.0"
6486+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8"
6487+
integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==
6488+
63396489
globalthis@^1.0.1:
63406490
version "1.0.3"
63416491
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -8083,6 +8233,11 @@ md5.js@^1.3.4:
80838233
inherits "^2.0.1"
80848234
safe-buffer "^5.1.2"
80858235

8236+
8237+
version "2.20.0"
8238+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.20.0.tgz#b2274bafb8d1ce544bd040b9d427b8534010575d"
8239+
integrity sha512-/d3otgvmquUkAN2RVxSg6lIbQrYX7isR4aC5Hvw8JuHvzctR3eUG50WmsAZjb9MkbJ5LbijPSy7uIxEtQDGI0w==
8240+
80868241
80878242
version "0.3.0"
80888243
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -8249,6 +8404,13 @@ minimatch@^5.0.1:
82498404
dependencies:
82508405
brace-expansion "^2.0.1"
82518406

8407+
minimatch@^9.0.4:
8408+
version "9.0.5"
8409+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
8410+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
8411+
dependencies:
8412+
brace-expansion "^2.0.1"
8413+
82528414
82538415
version "0.0.8"
82548416
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
@@ -9215,6 +9377,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
92159377
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
92169378
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
92179379

9380+
picomatch@^4.0.2:
9381+
version "4.0.2"
9382+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
9383+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
9384+
92189385
pify@^2.0.0:
92199386
version "2.3.0"
92209387
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -10307,7 +10474,7 @@ semver@^7.5.2:
1030710474
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1030810475
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
1030910476

10310-
semver@^7.7.1:
10477+
semver@^7.6.0, semver@^7.7.1:
1031110478
version "7.7.1"
1031210479
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
1031310480
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
@@ -10579,6 +10746,11 @@ solidity-comments-extractor@^0.0.7:
1057910746
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
1058010747
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
1058110748

10749+
source-map-js@^1.0.1:
10750+
version "1.2.1"
10751+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
10752+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
10753+
1058210754
source-map-support@^0.5.19:
1058310755
version "0.5.21"
1058410756
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
@@ -11118,6 +11290,11 @@ [email protected]:
1111811290
"@truffle/preserve-to-filecoin" "^0.2.3"
1111911291
"@truffle/preserve-to-ipfs" "^0.2.3"
1112011292

11293+
ts-api-utils@^2.0.1:
11294+
version "2.1.0"
11295+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11296+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
11297+
1112111298
ts-command-line-args@^2.2.0:
1112211299
version "2.3.1"
1112311300
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.3.1.tgz#b6188e42efc6cf7a8898e438a873fbb15505ddd6"

0 commit comments

Comments
 (0)