Skip to content

Commit 0c3a3d7

Browse files
chore(deps): update dependency eslint-config-xo to v0.47.0
1 parent e124bae commit 0c3a3d7

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.5",
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.7.0":
300+
version "4.7.0"
301+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
302+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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.5.0"
332+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.5.0.tgz#23a9cc7759893e84178418390a02646f4d2e6ce5"
333+
integrity sha512-RtpdRxIq6AVf078nY0oqZ+x5UTzuxdt/Q2n3RmA4mcfTQVtsvdoIvOxo+4qikydlr6WskqIIofXc5KeGwTYLeg==
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"
@@ -1345,6 +1406,17 @@
13451406
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.20.1.tgz#88efee3e0946a4856ed10355017692db9c259ff4"
13461407
integrity sha512-58I2sRpzaQUN+jJmWbHfbWf9AKfzqCI8JAdFB0vbyY+u8tBRcuTt9LxzasvR0LGQpcRv97eyV7l61FQ3Ib7zVw==
13471408

1409+
"@stylistic/eslint-plugin@^4.2.0":
1410+
version "4.2.0"
1411+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz#7860ea84aa7ee3b21757907b863eb62f4f8b0455"
1412+
integrity sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==
1413+
dependencies:
1414+
"@typescript-eslint/utils" "^8.23.0"
1415+
eslint-visitor-keys "^4.2.0"
1416+
espree "^10.3.0"
1417+
estraverse "^5.3.0"
1418+
picomatch "^4.0.2"
1419+
13481420
"@szmarczak/http-timer@^1.1.2":
13491421
version "1.1.2"
13501422
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -2408,6 +2480,11 @@
24082480
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
24092481
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
24102482

2483+
"@types/json-schema@^7.0.15":
2484+
version "7.0.15"
2485+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2486+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2487+
24112488
"@types/keyv@*":
24122489
version "4.2.0"
24132490
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-4.2.0.tgz#65b97868ab757906f2dbb653590d7167ad023fa0"
@@ -2613,6 +2690,14 @@
26132690
"@typescript-eslint/types" "5.62.0"
26142691
"@typescript-eslint/visitor-keys" "5.62.0"
26152692

2693+
"@typescript-eslint/[email protected]":
2694+
version "8.32.0"
2695+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
2696+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
2697+
dependencies:
2698+
"@typescript-eslint/types" "8.32.0"
2699+
"@typescript-eslint/visitor-keys" "8.32.0"
2700+
26162701
"@typescript-eslint/[email protected]":
26172702
version "5.62.0"
26182703
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -2628,6 +2713,11 @@
26282713
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
26292714
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
26302715

2716+
"@typescript-eslint/[email protected]":
2717+
version "8.32.0"
2718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
2719+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
2720+
26312721
"@typescript-eslint/[email protected]":
26322722
version "5.62.0"
26332723
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2641,6 +2731,20 @@
26412731
semver "^7.3.7"
26422732
tsutils "^3.21.0"
26432733

2734+
"@typescript-eslint/[email protected]":
2735+
version "8.32.0"
2736+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
2737+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
2738+
dependencies:
2739+
"@typescript-eslint/types" "8.32.0"
2740+
"@typescript-eslint/visitor-keys" "8.32.0"
2741+
debug "^4.3.4"
2742+
fast-glob "^3.3.2"
2743+
is-glob "^4.0.3"
2744+
minimatch "^9.0.4"
2745+
semver "^7.6.0"
2746+
ts-api-utils "^2.1.0"
2747+
26442748
"@typescript-eslint/[email protected]":
26452749
version "5.62.0"
26462750
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -2655,6 +2759,16 @@
26552759
eslint-scope "^5.1.1"
26562760
semver "^7.3.7"
26572761

2762+
"@typescript-eslint/utils@^8.23.0":
2763+
version "8.32.0"
2764+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
2765+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
2766+
dependencies:
2767+
"@eslint-community/eslint-utils" "^4.7.0"
2768+
"@typescript-eslint/scope-manager" "8.32.0"
2769+
"@typescript-eslint/types" "8.32.0"
2770+
"@typescript-eslint/typescript-estree" "8.32.0"
2771+
26582772
"@typescript-eslint/[email protected]":
26592773
version "5.62.0"
26602774
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -2663,6 +2777,14 @@
26632777
"@typescript-eslint/types" "5.62.0"
26642778
eslint-visitor-keys "^3.3.0"
26652779

2780+
"@typescript-eslint/[email protected]":
2781+
version "8.32.0"
2782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
2783+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
2784+
dependencies:
2785+
"@typescript-eslint/types" "8.32.0"
2786+
eslint-visitor-keys "^4.2.0"
2787+
26662788
"@ungap/structured-clone@^1.2.0":
26672789
version "1.2.0"
26682790
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2795,6 +2917,11 @@ acorn-walk@^8.1.1:
27952917
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
27962918
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
27972919

2920+
acorn@^8.14.0:
2921+
version "8.14.1"
2922+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
2923+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
2924+
27982925
acorn@^8.4.1:
27992926
version "8.8.1"
28002927
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
@@ -5129,12 +5256,16 @@ [email protected]:
51295256
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83"
51305257
integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==
51315258

5132-
eslint-config-xo@0.43.1:
5133-
version "0.43.1"
5134-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
5135-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
5259+
eslint-config-xo@0.47.0:
5260+
version "0.47.0"
5261+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz#57425c4c7afcc0c63e38ab4021211f6c4607d5b0"
5262+
integrity sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==
51365263
dependencies:
5264+
"@eslint/css" "^0.7.0"
5265+
"@eslint/json" "^0.12.0"
5266+
"@stylistic/eslint-plugin" "^4.2.0"
51375267
confusing-browser-globals "1.0.11"
5268+
globals "^16.0.0"
51385269

51395270
eslint-scope@^5.1.1:
51405271
version "5.1.1"
@@ -5167,6 +5298,11 @@ eslint-visitor-keys@^3.4.3:
51675298
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
51685299
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
51695300

5301+
eslint-visitor-keys@^4.2.0:
5302+
version "4.2.0"
5303+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5304+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5305+
51705306
51715307
version "8.57.1"
51725308
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5211,6 +5347,15 @@ [email protected]:
52115347
strip-ansi "^6.0.1"
52125348
text-table "^0.2.0"
52135349

5350+
espree@^10.3.0:
5351+
version "10.3.0"
5352+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
5353+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
5354+
dependencies:
5355+
acorn "^8.14.0"
5356+
acorn-jsx "^5.3.2"
5357+
eslint-visitor-keys "^4.2.0"
5358+
52145359
espree@^9.6.0:
52155360
version "9.6.0"
52165361
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
@@ -5253,7 +5398,7 @@ estraverse@^4.1.1:
52535398
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
52545399
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
52555400

5256-
estraverse@^5.1.0, estraverse@^5.2.0:
5401+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
52575402
version "5.3.0"
52585403
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
52595404
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -6331,6 +6476,11 @@ globals@^13.19.0:
63316476
dependencies:
63326477
type-fest "^0.20.2"
63336478

6479+
globals@^16.0.0:
6480+
version "16.1.0"
6481+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.1.0.tgz#ee6ab147d41c64e9f2beaaaf66572d18df8e1e60"
6482+
integrity sha512-aibexHNbb/jiUSObBgpHLj+sIuUmJnYcgXBlrfsiDZ9rt4aF2TFRbyLgZ2iFQuVZ1K5Mx3FVkbKRSgKrbK3K2g==
6483+
63346484
globalthis@^1.0.1:
63356485
version "1.0.3"
63366486
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -8078,6 +8228,11 @@ md5.js@^1.3.4:
80788228
inherits "^2.0.1"
80798229
safe-buffer "^5.1.2"
80808230

8231+
8232+
version "2.20.0"
8233+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.20.0.tgz#b2274bafb8d1ce544bd040b9d427b8534010575d"
8234+
integrity sha512-/d3otgvmquUkAN2RVxSg6lIbQrYX7isR4aC5Hvw8JuHvzctR3eUG50WmsAZjb9MkbJ5LbijPSy7uIxEtQDGI0w==
8235+
80818236
80828237
version "0.3.0"
80838238
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -8244,6 +8399,13 @@ minimatch@^5.0.1:
82448399
dependencies:
82458400
brace-expansion "^2.0.1"
82468401

8402+
minimatch@^9.0.4:
8403+
version "9.0.5"
8404+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
8405+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
8406+
dependencies:
8407+
brace-expansion "^2.0.1"
8408+
82478409
82488410
version "0.0.8"
82498411
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
@@ -9210,6 +9372,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
92109372
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
92119373
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
92129374

9375+
picomatch@^4.0.2:
9376+
version "4.0.2"
9377+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
9378+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
9379+
92139380
pify@^2.0.0:
92149381
version "2.3.0"
92159382
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -10302,7 +10469,7 @@ semver@^7.5.2:
1030210469
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1030310470
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
1030410471

10305-
semver@^7.7.1:
10472+
semver@^7.6.0, semver@^7.7.1:
1030610473
version "7.7.1"
1030710474
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
1030810475
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
@@ -10574,6 +10741,11 @@ solidity-comments-extractor@^0.0.7:
1057410741
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
1057510742
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
1057610743

10744+
source-map-js@^1.0.1:
10745+
version "1.2.1"
10746+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
10747+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
10748+
1057710749
source-map-support@^0.5.19:
1057810750
version "0.5.21"
1057910751
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
@@ -11113,6 +11285,11 @@ [email protected]:
1111311285
"@truffle/preserve-to-filecoin" "^0.2.3"
1111411286
"@truffle/preserve-to-ipfs" "^0.2.3"
1111511287

11288+
ts-api-utils@^2.1.0:
11289+
version "2.1.0"
11290+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11291+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
11292+
1111611293
ts-command-line-args@^2.2.0:
1111711294
version "2.3.1"
1111811295
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.3.1.tgz#b6188e42efc6cf7a8898e438a873fbb15505ddd6"

0 commit comments

Comments
 (0)