Skip to content

Commit 7a258bd

Browse files
chore(dev-deps): bump eslint-config-xo from 0.45.0 to 0.48.0
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.45.0 to 0.48.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](xojs/eslint-config-xo@v0.45.0...v0.48.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae2825f commit 7a258bd

File tree

2 files changed

+172
-8
lines changed

2 files changed

+172
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@salesforce/plugin-command-reference": "^3.1.65",
3232
"@types/inquirer": "^9.0.9",
3333
"@types/react": "^18.3.3",
34-
"eslint-config-xo": "^0.45.0",
34+
"eslint-config-xo": "^0.48.0",
3535
"eslint-config-xo-react": "^0.27.0",
3636
"eslint-plugin-react": "^7.34.3",
3737
"eslint-plugin-react-hooks": "^4.6.2",

yarn.lock

Lines changed: 171 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
esquery "^1.5.0"
947947
jsdoc-type-pratt-parser "~4.0.0"
948948

949-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
949+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.7.0":
950950
version "4.7.0"
951951
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
952952
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -958,6 +958,37 @@
958958
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
959959
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
960960

961+
"@eslint/core@^0.12.0":
962+
version "0.12.0"
963+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
964+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
965+
dependencies:
966+
"@types/json-schema" "^7.0.15"
967+
968+
"@eslint/core@^0.13.0":
969+
version "0.13.0"
970+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.13.0.tgz#bf02f209846d3bf996f9e8009db62df2739b458c"
971+
integrity sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==
972+
dependencies:
973+
"@types/json-schema" "^7.0.15"
974+
975+
"@eslint/css-tree@^3.3.3":
976+
version "3.6.3"
977+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.3.tgz#c85a0572043db628686e15a6f9bda875dcfba96e"
978+
integrity sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==
979+
dependencies:
980+
mdn-data "2.21.0"
981+
source-map-js "^1.0.1"
982+
983+
"@eslint/css@^0.7.0":
984+
version "0.7.0"
985+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.7.0.tgz#e864fb73334fefef3385e28832ce9f3ae846d034"
986+
integrity sha512-d6mo8etv4igrTGxgvWSgA5+TsppfObM/Xhlu8JWbkqNBiaJXztUNH45R1B4i1GL2PNIFMLREI3Kh9lTBi19l7g==
987+
dependencies:
988+
"@eslint/core" "^0.13.0"
989+
"@eslint/css-tree" "^3.3.3"
990+
"@eslint/plugin-kit" "^0.2.5"
991+
961992
"@eslint/eslintrc@^2.1.4":
962993
version "2.1.4"
963994
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -978,6 +1009,24 @@
9781009
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
9791010
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
9801011

1012+
"@eslint/json@^0.12.0":
1013+
version "0.12.0"
1014+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.12.0.tgz#7d1cb7152d01f3837703c154a5b38233f409395e"
1015+
integrity sha512-n/7dz8HFStpEe4o5eYk0tdkBdGUS/ZGb0GQCeDWN1ZmRq67HMHK4vC33b0rQlTT6xdZoX935P4vstiWVk5Ying==
1016+
dependencies:
1017+
"@eslint/core" "^0.12.0"
1018+
"@eslint/plugin-kit" "^0.2.7"
1019+
"@humanwhocodes/momoa" "^3.3.4"
1020+
natural-compare "^1.4.0"
1021+
1022+
"@eslint/plugin-kit@^0.2.5", "@eslint/plugin-kit@^0.2.7":
1023+
version "0.2.8"
1024+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz#47488d8f8171b5d4613e833313f3ce708e3525f8"
1025+
integrity sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==
1026+
dependencies:
1027+
"@eslint/core" "^0.13.0"
1028+
levn "^0.4.1"
1029+
9811030
"@humanwhocodes/config-array@^0.13.0":
9821031
version "0.13.0"
9831032
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
@@ -992,6 +1041,11 @@
9921041
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
9931042
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
9941043

1044+
"@humanwhocodes/momoa@^3.3.4":
1045+
version "3.3.9"
1046+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36"
1047+
integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==
1048+
9951049
"@humanwhocodes/object-schema@^2.0.3":
9961050
version "2.0.3"
9971051
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -2303,6 +2357,17 @@
23032357
"@smithy/types" "^4.3.1"
23042358
tslib "^2.6.2"
23052359

2360+
"@stylistic/eslint-plugin@^4.2.0":
2361+
version "4.4.1"
2362+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz#410ac332887fb3d61cad1df4e6b55ae35d87c632"
2363+
integrity sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==
2364+
dependencies:
2365+
"@typescript-eslint/utils" "^8.32.1"
2366+
eslint-visitor-keys "^4.2.0"
2367+
espree "^10.3.0"
2368+
estraverse "^5.3.0"
2369+
picomatch "^4.0.2"
2370+
23062371
"@szmarczak/http-timer@^4.0.5":
23072372
version "4.0.6"
23082373
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807"
@@ -2558,6 +2623,15 @@
25582623
"@typescript-eslint/visitor-keys" "6.21.0"
25592624
debug "^4.3.4"
25602625

2626+
"@typescript-eslint/project-service@8.39.1":
2627+
version "8.39.1"
2628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
2629+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
2630+
dependencies:
2631+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
2632+
"@typescript-eslint/types" "^8.39.1"
2633+
debug "^4.3.4"
2634+
25612635
"@typescript-eslint/scope-manager@6.21.0":
25622636
version "6.21.0"
25632637
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
@@ -2574,6 +2648,19 @@
25742648
"@typescript-eslint/types" "7.18.0"
25752649
"@typescript-eslint/visitor-keys" "7.18.0"
25762650

2651+
"@typescript-eslint/scope-manager@8.39.1":
2652+
version "8.39.1"
2653+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
2654+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
2655+
dependencies:
2656+
"@typescript-eslint/types" "8.39.1"
2657+
"@typescript-eslint/visitor-keys" "8.39.1"
2658+
2659+
"@typescript-eslint/tsconfig-utils@8.39.1", "@typescript-eslint/tsconfig-utils@^8.39.1":
2660+
version "8.39.1"
2661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
2662+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
2663+
25772664
"@typescript-eslint/type-utils@6.21.0":
25782665
version "6.21.0"
25792666
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
@@ -2594,6 +2681,11 @@
25942681
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
25952682
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
25962683

2684+
"@typescript-eslint/types@8.39.1", "@typescript-eslint/types@^8.39.1":
2685+
version "8.39.1"
2686+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
2687+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
2688+
25972689
"@typescript-eslint/typescript-estree@6.21.0":
25982690
version "6.21.0"
25992691
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -2622,6 +2714,22 @@
26222714
semver "^7.6.0"
26232715
ts-api-utils "^1.3.0"
26242716

2717+
"@typescript-eslint/typescript-estree@8.39.1":
2718+
version "8.39.1"
2719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
2720+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
2721+
dependencies:
2722+
"@typescript-eslint/project-service" "8.39.1"
2723+
"@typescript-eslint/tsconfig-utils" "8.39.1"
2724+
"@typescript-eslint/types" "8.39.1"
2725+
"@typescript-eslint/visitor-keys" "8.39.1"
2726+
debug "^4.3.4"
2727+
fast-glob "^3.3.2"
2728+
is-glob "^4.0.3"
2729+
minimatch "^9.0.4"
2730+
semver "^7.6.0"
2731+
ts-api-utils "^2.1.0"
2732+
26252733
"@typescript-eslint/utils@6.21.0":
26262734
version "6.21.0"
26272735
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
@@ -2645,6 +2753,16 @@
26452753
"@typescript-eslint/types" "7.18.0"
26462754
"@typescript-eslint/typescript-estree" "7.18.0"
26472755

2756+
"@typescript-eslint/utils@^8.32.1":
2757+
version "8.39.1"
2758+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
2759+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
2760+
dependencies:
2761+
"@eslint-community/eslint-utils" "^4.7.0"
2762+
"@typescript-eslint/scope-manager" "8.39.1"
2763+
"@typescript-eslint/types" "8.39.1"
2764+
"@typescript-eslint/typescript-estree" "8.39.1"
2765+
26482766
"@typescript-eslint/visitor-keys@6.21.0":
26492767
version "6.21.0"
26502768
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
@@ -2661,6 +2779,14 @@
26612779
"@typescript-eslint/types" "7.18.0"
26622780
eslint-visitor-keys "^3.4.3"
26632781

2782+
"@typescript-eslint/visitor-keys@8.39.1":
2783+
version "8.39.1"
2784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
2785+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
2786+
dependencies:
2787+
"@typescript-eslint/types" "8.39.1"
2788+
eslint-visitor-keys "^4.2.1"
2789+
26642790
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
26652791
version "1.3.0"
26662792
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -2693,7 +2819,7 @@ acorn-walk@^8.1.1:
26932819
dependencies:
26942820
acorn "^8.11.0"
26952821

2696-
acorn@^8.11.0, acorn@^8.4.1, acorn@^8.9.0:
2822+
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.9.0:
26972823
version "8.15.0"
26982824
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
26992825
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -4118,12 +4244,16 @@ eslint-config-xo-react@^0.27.0:
41184244
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0"
41194245
integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg==
41204246

4121-
eslint-config-xo@^0.45.0:
4122-
version "0.45.0"
4123-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz#80e11c386aad07070bf103c04057dfa3d07b9705"
4124-
integrity sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA==
4247+
eslint-config-xo@^0.48.0:
4248+
version "0.48.0"
4249+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.48.0.tgz#c23028b4b10d56f8f55ed241a43afda3b699180b"
4250+
integrity sha512-zINsjr18HJQtTRfod95Vz5wAwcIuN1ss8tRqFdSqj8fvXxJNYLrnEpE+Vderxu4Ydm3yIhYNyEUuP/c4wZerWA==
41254251
dependencies:
4252+
"@eslint/css" "^0.7.0"
4253+
"@eslint/json" "^0.12.0"
4254+
"@stylistic/eslint-plugin" "^4.2.0"
41264255
confusing-browser-globals "1.0.11"
4256+
globals "^16.0.0"
41274257

41284258
eslint-import-resolver-node@^0.3.9:
41294259
version "0.3.9"
@@ -4258,6 +4388,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
42584388
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
42594389
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
42604390

4391+
eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
4392+
version "4.2.1"
4393+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4394+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4395+
42614396
eslint@^8.56.0:
42624397
version "8.57.1"
42634398
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4307,6 +4442,15 @@ esmock@^2.7.1:
43074442
resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.1.tgz#b425fe78c41163d92a74c245ad151c45b224bc0b"
43084443
integrity sha512-YgtZ6TSwRbdqFLkJwxVCYkt0rzKpjHb0tbDqSjWvbkm8Uy5Tm5W6ixICb3FVRkAd1uQlLOXiIn7OPY4F4f18cw==
43094444

4445+
espree@^10.3.0:
4446+
version "10.4.0"
4447+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4448+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4449+
dependencies:
4450+
acorn "^8.15.0"
4451+
acorn-jsx "^5.3.2"
4452+
eslint-visitor-keys "^4.2.1"
4453+
43104454
espree@^9.6.0, espree@^9.6.1:
43114455
version "9.6.1"
43124456
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -4409,7 +4553,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
44094553
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
44104554
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
44114555

4412-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
4556+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
44134557
version "3.3.3"
44144558
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
44154559
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -4881,6 +5025,11 @@ globals@^13.19.0:
48815025
dependencies:
48825026
type-fest "^0.20.2"
48835027

5028+
globals@^16.0.0:
5029+
version "16.3.0"
5030+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
5031+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
5032+
48845033
globalthis@^1.0.4:
48855034
version "1.0.4"
48865035
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -6272,6 +6421,11 @@ mdast-util-to-hast@^13.0.0:
62726421
unist-util-visit "^5.0.0"
62736422
vfile "^6.0.0"
62746423

6424+
mdn-data@2.21.0:
6425+
version "2.21.0"
6426+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.21.0.tgz#f3a495e8b1e60cb4fbeaf9136aefba2f987a56e1"
6427+
integrity sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==
6428+
62756429
mdurl@^2.0.0:
62766430
version "2.0.0"
62776431
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
@@ -7910,6 +8064,11 @@ sort-package-json@^2.15.1:
79108064
sort-object-keys "^1.1.3"
79118065
tinyglobby "^0.2.9"
79128066

8067+
source-map-js@^1.0.1:
8068+
version "1.2.1"
8069+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
8070+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
8071+
79138072
source-map-support@^0.5.21:
79148073
version "0.5.21"
79158074
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
@@ -8340,6 +8499,11 @@ ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
83408499
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
83418500
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
83428501

8502+
ts-api-utils@^2.1.0:
8503+
version "2.1.0"
8504+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
8505+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
8506+
83438507
ts-json-schema-generator@^1.5.1:
83448508
version "1.5.1"
83458509
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"

0 commit comments

Comments
 (0)