Skip to content

Commit 0790be1

Browse files
chore(deps): update dependency eslint-config-xo to v0.47.0
1 parent 753fc29 commit 0790be1

File tree

2 files changed

+204
-6
lines changed

2 files changed

+204
-6
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: 203 additions & 5 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.4"
332+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.5.4.tgz#88b02d75485d8d42a0c583480eafa7f3fafa089f"
333+
integrity sha512-n+YfV26/+xZzOUen8IewwmB4A7uqBo2uaahFv8lqF1sIBsSG8BW4u98EW38xFUsvYz2N6p9yWqpqxuZAkm7CKw==
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.4.0"
1411+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz#e1a3c9fd7109411d32dc0bcb575d2b4066fbbc63"
1412+
integrity sha512-bIh/d9X+OQLCAMdhHtps+frvyjvAM4B1YlSJzcEEhl7wXLIqPar3ngn9DrHhkBOrTA/z9J0bUMtctAspe0dxdQ==
1413+
dependencies:
1414+
"@typescript-eslint/utils" "^8.32.1"
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"
@@ -2605,6 +2682,15 @@
26052682
"@typescript-eslint/typescript-estree" "5.62.0"
26062683
debug "^4.3.4"
26072684

2685+
"@typescript-eslint/[email protected]":
2686+
version "8.33.0"
2687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
2688+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
2689+
dependencies:
2690+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
2691+
"@typescript-eslint/types" "^8.33.0"
2692+
debug "^4.3.4"
2693+
26082694
"@typescript-eslint/[email protected]":
26092695
version "5.62.0"
26102696
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -2613,6 +2699,19 @@
26132699
"@typescript-eslint/types" "5.62.0"
26142700
"@typescript-eslint/visitor-keys" "5.62.0"
26152701

2702+
"@typescript-eslint/[email protected]":
2703+
version "8.33.0"
2704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
2705+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
2706+
dependencies:
2707+
"@typescript-eslint/types" "8.33.0"
2708+
"@typescript-eslint/visitor-keys" "8.33.0"
2709+
2710+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.33.0":
2711+
version "8.33.0"
2712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
2713+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
2714+
26162715
"@typescript-eslint/[email protected]":
26172716
version "5.62.0"
26182717
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -2628,6 +2727,11 @@
26282727
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
26292728
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
26302729

2730+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.33.0":
2731+
version "8.33.0"
2732+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
2733+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
2734+
26312735
"@typescript-eslint/[email protected]":
26322736
version "5.62.0"
26332737
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2641,6 +2745,22 @@
26412745
semver "^7.3.7"
26422746
tsutils "^3.21.0"
26432747

2748+
"@typescript-eslint/[email protected]":
2749+
version "8.33.0"
2750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
2751+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
2752+
dependencies:
2753+
"@typescript-eslint/project-service" "8.33.0"
2754+
"@typescript-eslint/tsconfig-utils" "8.33.0"
2755+
"@typescript-eslint/types" "8.33.0"
2756+
"@typescript-eslint/visitor-keys" "8.33.0"
2757+
debug "^4.3.4"
2758+
fast-glob "^3.3.2"
2759+
is-glob "^4.0.3"
2760+
minimatch "^9.0.4"
2761+
semver "^7.6.0"
2762+
ts-api-utils "^2.1.0"
2763+
26442764
"@typescript-eslint/[email protected]":
26452765
version "5.62.0"
26462766
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -2655,6 +2775,16 @@
26552775
eslint-scope "^5.1.1"
26562776
semver "^7.3.7"
26572777

2778+
"@typescript-eslint/utils@^8.32.1":
2779+
version "8.33.0"
2780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
2781+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
2782+
dependencies:
2783+
"@eslint-community/eslint-utils" "^4.7.0"
2784+
"@typescript-eslint/scope-manager" "8.33.0"
2785+
"@typescript-eslint/types" "8.33.0"
2786+
"@typescript-eslint/typescript-estree" "8.33.0"
2787+
26582788
"@typescript-eslint/[email protected]":
26592789
version "5.62.0"
26602790
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -2663,6 +2793,14 @@
26632793
"@typescript-eslint/types" "5.62.0"
26642794
eslint-visitor-keys "^3.3.0"
26652795

2796+
"@typescript-eslint/[email protected]":
2797+
version "8.33.0"
2798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
2799+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
2800+
dependencies:
2801+
"@typescript-eslint/types" "8.33.0"
2802+
eslint-visitor-keys "^4.2.0"
2803+
26662804
"@ungap/structured-clone@^1.2.0":
26672805
version "1.2.0"
26682806
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2795,6 +2933,11 @@ acorn-walk@^8.1.1:
27952933
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
27962934
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
27972935

2936+
acorn@^8.14.0:
2937+
version "8.14.1"
2938+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
2939+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
2940+
27982941
acorn@^8.4.1:
27992942
version "8.8.1"
28002943
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
@@ -5129,12 +5272,16 @@ [email protected]:
51295272
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83"
51305273
integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==
51315274

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==
5275+
eslint-config-xo@0.47.0:
5276+
version "0.47.0"
5277+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz#57425c4c7afcc0c63e38ab4021211f6c4607d5b0"
5278+
integrity sha512-LWB0VXFI3EzZ5jJLH/F/Ph0XVnEe5Imqd1gEMWZqvdnQfHAPDs1E+v3WMZysmpOd57a1qUMeT/LCdkkwJlo3Dw==
51365279
dependencies:
5280+
"@eslint/css" "^0.7.0"
5281+
"@eslint/json" "^0.12.0"
5282+
"@stylistic/eslint-plugin" "^4.2.0"
51375283
confusing-browser-globals "1.0.11"
5284+
globals "^16.0.0"
51385285

51395286
eslint-scope@^5.1.1:
51405287
version "5.1.1"
@@ -5167,6 +5314,11 @@ eslint-visitor-keys@^3.4.3:
51675314
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
51685315
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
51695316

5317+
eslint-visitor-keys@^4.2.0:
5318+
version "4.2.0"
5319+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
5320+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
5321+
51705322
51715323
version "8.57.1"
51725324
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -5211,6 +5363,15 @@ [email protected]:
52115363
strip-ansi "^6.0.1"
52125364
text-table "^0.2.0"
52135365

5366+
espree@^10.3.0:
5367+
version "10.3.0"
5368+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
5369+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
5370+
dependencies:
5371+
acorn "^8.14.0"
5372+
acorn-jsx "^5.3.2"
5373+
eslint-visitor-keys "^4.2.0"
5374+
52145375
espree@^9.6.0:
52155376
version "9.6.0"
52165377
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
@@ -5253,7 +5414,7 @@ estraverse@^4.1.1:
52535414
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
52545415
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
52555416

5256-
estraverse@^5.1.0, estraverse@^5.2.0:
5417+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
52575418
version "5.3.0"
52585419
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
52595420
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -6331,6 +6492,11 @@ globals@^13.19.0:
63316492
dependencies:
63326493
type-fest "^0.20.2"
63336494

6495+
globals@^16.0.0:
6496+
version "16.2.0"
6497+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.2.0.tgz#19efcd1ddde2bd5efce128e5c2e441df1abc6f7c"
6498+
integrity sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==
6499+
63346500
globalthis@^1.0.1:
63356501
version "1.0.3"
63366502
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
@@ -8078,6 +8244,11 @@ md5.js@^1.3.4:
80788244
inherits "^2.0.1"
80798245
safe-buffer "^5.1.2"
80808246

8247+
8248+
version "2.20.0"
8249+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.20.0.tgz#b2274bafb8d1ce544bd040b9d427b8534010575d"
8250+
integrity sha512-/d3otgvmquUkAN2RVxSg6lIbQrYX7isR4aC5Hvw8JuHvzctR3eUG50WmsAZjb9MkbJ5LbijPSy7uIxEtQDGI0w==
8251+
80818252
80828253
version "0.3.0"
80838254
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -8244,6 +8415,13 @@ minimatch@^5.0.1:
82448415
dependencies:
82458416
brace-expansion "^2.0.1"
82468417

8418+
minimatch@^9.0.4:
8419+
version "9.0.5"
8420+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
8421+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
8422+
dependencies:
8423+
brace-expansion "^2.0.1"
8424+
82478425
82488426
version "0.0.8"
82498427
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
@@ -9210,6 +9388,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
92109388
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
92119389
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
92129390

9391+
picomatch@^4.0.2:
9392+
version "4.0.2"
9393+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
9394+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
9395+
92139396
pify@^2.0.0:
92149397
version "2.3.0"
92159398
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -10302,6 +10485,11 @@ semver@^7.5.2:
1030210485
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1030310486
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
1030410487

10488+
semver@^7.6.0:
10489+
version "7.7.2"
10490+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
10491+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
10492+
1030510493
semver@^7.7.1:
1030610494
version "7.7.1"
1030710495
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
@@ -10574,6 +10762,11 @@ solidity-comments-extractor@^0.0.7:
1057410762
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
1057510763
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
1057610764

10765+
source-map-js@^1.0.1:
10766+
version "1.2.1"
10767+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
10768+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
10769+
1057710770
source-map-support@^0.5.19:
1057810771
version "0.5.21"
1057910772
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
@@ -11113,6 +11306,11 @@ [email protected]:
1111311306
"@truffle/preserve-to-filecoin" "^0.2.3"
1111411307
"@truffle/preserve-to-ipfs" "^0.2.3"
1111511308

11309+
ts-api-utils@^2.1.0:
11310+
version "2.1.0"
11311+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
11312+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
11313+
1111611314
ts-command-line-args@^2.2.0:
1111711315
version "2.3.1"
1111811316
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.3.1.tgz#b6188e42efc6cf7a8898e438a873fbb15505ddd6"

0 commit comments

Comments
 (0)