Skip to content

Commit e80cd7e

Browse files
chore(deps): update dependency eslint to v10
1 parent b9a75e1 commit e80cd7e

2 files changed

Lines changed: 104 additions & 99 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"cross-env": "10.1.0",
5656
"dataloader": "2.2.3",
5757
"graphql-jit": "0.8.7",
58-
"eslint": "9.39.2",
58+
"eslint": "10.0.0",
5959
"express": "5.2.1",
6060
"express-graphql": "0.12.0",
6161
"globby": "16.1.0",

yarn.lock

Lines changed: 103 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,65 +3079,45 @@
30793079
dependencies:
30803080
eslint-visitor-keys "^3.4.3"
30813081

3082-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
3082+
"@eslint-community/regexpp@^4.12.2":
30833083
version "4.12.2"
30843084
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
30853085
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
30863086

3087-
"@eslint/config-array@^0.21.1":
3088-
version "0.21.1"
3089-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
3090-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
3087+
"@eslint/config-array@^0.23.0":
3088+
version "0.23.1"
3089+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.1.tgz#908223da7b9148f1af5bfb3144b77a9387a89446"
3090+
integrity sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==
30913091
dependencies:
3092-
"@eslint/object-schema" "^2.1.7"
3092+
"@eslint/object-schema" "^3.0.1"
30933093
debug "^4.3.1"
3094-
minimatch "^3.1.2"
3094+
minimatch "^10.1.1"
30953095

3096-
"@eslint/config-helpers@^0.4.2":
3097-
version "0.4.2"
3098-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
3099-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
3096+
"@eslint/config-helpers@^0.5.2":
3097+
version "0.5.2"
3098+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
3099+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
31003100
dependencies:
3101-
"@eslint/core" "^0.17.0"
3101+
"@eslint/core" "^1.1.0"
31023102

3103-
"@eslint/core@^0.17.0":
3104-
version "0.17.0"
3105-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
3106-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
3103+
"@eslint/core@^1.1.0":
3104+
version "1.1.0"
3105+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
3106+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
31073107
dependencies:
31083108
"@types/json-schema" "^7.0.15"
31093109

3110-
"@eslint/eslintrc@^3.3.1":
3111-
version "3.3.1"
3112-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
3113-
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
3114-
dependencies:
3115-
ajv "^6.12.4"
3116-
debug "^4.3.2"
3117-
espree "^10.0.1"
3118-
globals "^14.0.0"
3119-
ignore "^5.2.0"
3120-
import-fresh "^3.2.1"
3121-
js-yaml "^4.1.0"
3122-
minimatch "^3.1.2"
3123-
strip-json-comments "^3.1.1"
3124-
3125-
"@eslint/js@9.39.2":
3126-
version "9.39.2"
3127-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
3128-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
3129-
3130-
"@eslint/object-schema@^2.1.7":
3131-
version "2.1.7"
3132-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
3133-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
3110+
"@eslint/object-schema@^3.0.1":
3111+
version "3.0.1"
3112+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.1.tgz#9a1dc9af00d790dc79a9bf57a756e3cb2740ddb9"
3113+
integrity sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==
31343114

3135-
"@eslint/plugin-kit@^0.4.1":
3136-
version "0.4.1"
3137-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
3138-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
3115+
"@eslint/plugin-kit@^0.6.0":
3116+
version "0.6.0"
3117+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
3118+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
31393119
dependencies:
3140-
"@eslint/core" "^0.17.0"
3120+
"@eslint/core" "^1.1.0"
31413121
levn "^0.4.1"
31423122

31433123
"@fastify/merge-json-schemas@^0.1.0":
@@ -3763,6 +3743,11 @@
37633743
wrap-ansi "^8.1.0"
37643744
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
37653745

3746+
"@isaacs/cliui@^9.0.0":
3747+
version "9.0.0"
3748+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-9.0.0.tgz#4d0a3f127058043bf2e7ee169eaf30ed901302f3"
3749+
integrity sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==
3750+
37663751
"@isaacs/fs-minipass@^4.0.0":
37673752
version "4.0.1"
37683753
resolved "https://registry.yarnpkg.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz#2d59ae3ab4b38fb4270bfa23d30f8e2e86c7fe32"
@@ -6305,14 +6290,19 @@
63056290
dependencies:
63066291
"@types/ms" "*"
63076292

6293+
"@types/esrecurse@^4.3.1":
6294+
version "4.3.1"
6295+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
6296+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
6297+
63086298
"@types/estree-jsx@^1.0.0":
63096299
version "1.0.5"
63106300
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18"
63116301
integrity sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==
63126302
dependencies:
63136303
"@types/estree" "*"
63146304

6315-
"@types/estree@*", "@types/estree@1.0.8", "@types/estree@^1.0.0", "@types/estree@^1.0.6":
6305+
"@types/estree@*", "@types/estree@1.0.8", "@types/estree@^1.0.0", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
63166306
version "1.0.8"
63176307
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
63186308
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -7498,6 +7488,13 @@ balanced-match@^1.0.0:
74987488
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
74997489
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
75007490

7491+
balanced-match@^4.0.2:
7492+
version "4.0.2"
7493+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.2.tgz#241591ea634702bef9c482696f2469406e16d233"
7494+
integrity sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==
7495+
dependencies:
7496+
jackspeak "^4.2.3"
7497+
75017498
baseline-browser-mapping@^2.8.3, baseline-browser-mapping@^2.9.0:
75027499
version "2.9.16"
75037500
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.16.tgz#da1e893fd13aa6e8b6349b64b06399a0644c14b5"
@@ -7627,6 +7624,13 @@ brace-expansion@^2.0.1:
76277624
dependencies:
76287625
balanced-match "^1.0.0"
76297626

7627+
brace-expansion@^5.0.2:
7628+
version "5.0.2"
7629+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
7630+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
7631+
dependencies:
7632+
balanced-match "^4.0.2"
7633+
76307634
braces@^3.0.3, braces@~3.0.2:
76317635
version "3.0.3"
76327636
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -7744,7 +7748,7 @@ call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
77447748
call-bind-apply-helpers "^1.0.2"
77457749
get-intrinsic "^1.3.0"
77467750

7747-
callsites@^3.0.0, callsites@^3.1.0:
7751+
callsites@^3.1.0:
77487752
version "3.1.0"
77497753
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
77507754
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
@@ -7774,7 +7778,7 @@ ccount@^2.0.0:
77747778
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
77757779
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
77767780

7777-
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.2:
7781+
chalk@4.1.2, chalk@^4.1.2:
77787782
version "4.1.2"
77797783
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
77807784
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -9230,11 +9234,13 @@ escodegen@^2.1.0:
92309234
optionalDependencies:
92319235
source-map "~0.6.1"
92329236

9233-
eslint-scope@^8.4.0:
9234-
version "8.4.0"
9235-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
9236-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
9237+
eslint-scope@^9.1.0:
9238+
version "9.1.0"
9239+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e"
9240+
integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==
92379241
dependencies:
9242+
"@types/esrecurse" "^4.3.1"
9243+
"@types/estree" "^1.0.8"
92389244
esrecurse "^4.3.0"
92399245
estraverse "^5.2.0"
92409246

@@ -9248,32 +9254,34 @@ eslint-visitor-keys@^4.2.1:
92489254
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
92499255
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
92509256

9251-
eslint@9.39.2:
9252-
version "9.39.2"
9253-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
9254-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
9257+
eslint-visitor-keys@^5.0.0:
9258+
version "5.0.0"
9259+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
9260+
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
9261+
9262+
eslint@10.0.0:
9263+
version "10.0.0"
9264+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e"
9265+
integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==
92559266
dependencies:
92569267
"@eslint-community/eslint-utils" "^4.8.0"
9257-
"@eslint-community/regexpp" "^4.12.1"
9258-
"@eslint/config-array" "^0.21.1"
9259-
"@eslint/config-helpers" "^0.4.2"
9260-
"@eslint/core" "^0.17.0"
9261-
"@eslint/eslintrc" "^3.3.1"
9262-
"@eslint/js" "9.39.2"
9263-
"@eslint/plugin-kit" "^0.4.1"
9268+
"@eslint-community/regexpp" "^4.12.2"
9269+
"@eslint/config-array" "^0.23.0"
9270+
"@eslint/config-helpers" "^0.5.2"
9271+
"@eslint/core" "^1.1.0"
9272+
"@eslint/plugin-kit" "^0.6.0"
92649273
"@humanfs/node" "^0.16.6"
92659274
"@humanwhocodes/module-importer" "^1.0.1"
92669275
"@humanwhocodes/retry" "^0.4.2"
92679276
"@types/estree" "^1.0.6"
92689277
ajv "^6.12.4"
9269-
chalk "^4.0.0"
92709278
cross-spawn "^7.0.6"
92719279
debug "^4.3.2"
92729280
escape-string-regexp "^4.0.0"
9273-
eslint-scope "^8.4.0"
9274-
eslint-visitor-keys "^4.2.1"
9275-
espree "^10.4.0"
9276-
esquery "^1.5.0"
9281+
eslint-scope "^9.1.0"
9282+
eslint-visitor-keys "^5.0.0"
9283+
espree "^11.1.0"
9284+
esquery "^1.7.0"
92779285
esutils "^2.0.2"
92789286
fast-deep-equal "^3.1.3"
92799287
file-entry-cache "^8.0.0"
@@ -9283,8 +9291,7 @@ eslint@9.39.2:
92839291
imurmurhash "^0.1.4"
92849292
is-glob "^4.0.0"
92859293
json-stable-stringify-without-jsonify "^1.0.1"
9286-
lodash.merge "^4.6.2"
9287-
minimatch "^3.1.2"
9294+
minimatch "^10.1.1"
92889295
natural-compare "^1.4.0"
92899296
optionator "^0.9.3"
92909297

@@ -9293,7 +9300,7 @@ esm@^3.2.25:
92939300
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
92949301
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
92959302

9296-
espree@^10.0.1, espree@^10.3.0, espree@^10.4.0:
9303+
espree@^10.3.0:
92979304
version "10.4.0"
92989305
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
92999306
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
@@ -9302,12 +9309,21 @@ espree@^10.0.1, espree@^10.3.0, espree@^10.4.0:
93029309
acorn-jsx "^5.3.2"
93039310
eslint-visitor-keys "^4.2.1"
93049311

9312+
espree@^11.1.0:
9313+
version "11.1.0"
9314+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
9315+
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
9316+
dependencies:
9317+
acorn "^8.15.0"
9318+
acorn-jsx "^5.3.2"
9319+
eslint-visitor-keys "^5.0.0"
9320+
93059321
esprima@^4.0.0, esprima@^4.0.1:
93069322
version "4.0.1"
93079323
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
93089324
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
93099325

9310-
esquery@^1.5.0:
9326+
esquery@^1.7.0:
93119327
version "1.7.0"
93129328
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
93139329
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -10049,11 +10065,6 @@ glob@^7.1.4, glob@^7.2.3:
1004910065
once "^1.3.0"
1005010066
path-is-absolute "^1.0.0"
1005110067

10052-
globals@^14.0.0:
10053-
version "14.0.0"
10054-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
10055-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
10056-
1005710068
globby@16.1.0:
1005810069
version "16.1.0"
1005910070
resolved "https://registry.yarnpkg.com/globby/-/globby-16.1.0.tgz#71ab8199e4fc1c4c21a59bd14ec0f31c71d7d7d4"
@@ -10591,14 +10602,6 @@ ignore@^7.0.5:
1059110602
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
1059210603
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
1059310604

10594-
import-fresh@^3.2.1:
10595-
version "3.3.1"
10596-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
10597-
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==
10598-
dependencies:
10599-
parent-module "^1.0.0"
10600-
resolve-from "^4.0.0"
10601-
1060210605
import-local@^3.2.0:
1060310606
version "3.2.0"
1060410607
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.2.0.tgz#c3d5c745798c02a6f8b897726aba5100186ee260"
@@ -10909,6 +10912,13 @@ jackspeak@^3.1.2:
1090910912
optionalDependencies:
1091010913
"@pkgjs/parseargs" "^0.11.0"
1091110914

10915+
jackspeak@^4.2.3:
10916+
version "4.2.3"
10917+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.2.3.tgz#27ef80f33b93412037c3bea4f8eddf80e1931483"
10918+
integrity sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==
10919+
dependencies:
10920+
"@isaacs/cliui" "^9.0.0"
10921+
1091210922
jake@^10.8.5:
1091310923
version "10.9.4"
1091410924
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.4.tgz#d626da108c63d5cfb00ab5c25fadc7e0084af8e6"
@@ -12654,7 +12664,14 @@ miniflare@4.20260212.0:
1265412664
ws "8.18.0"
1265512665
youch "4.1.0-beta.10"
1265612666

12657-
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
12667+
minimatch@^10.1.1:
12668+
version "10.2.1"
12669+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
12670+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
12671+
dependencies:
12672+
brace-expansion "^5.0.2"
12673+
12674+
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1:
1265812675
version "3.1.2"
1265912676
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1266012677
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -13201,13 +13218,6 @@ pako@^2.0.4:
1320113218
resolved "https://registry.yarnpkg.com/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86"
1320213219
integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==
1320313220

13204-
parent-module@^1.0.0:
13205-
version "1.0.1"
13206-
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
13207-
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
13208-
dependencies:
13209-
callsites "^3.0.0"
13210-
1321113221
parse-entities@^4.0.0:
1321213222
version "4.0.2"
1321313223
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-4.0.2.tgz#61d46f5ed28e4ee62e9ddc43d6b010188443f159"
@@ -14114,11 +14124,6 @@ resolve-dependency-path@^4.0.1:
1411414124
resolved "https://registry.yarnpkg.com/resolve-dependency-path/-/resolve-dependency-path-4.0.1.tgz#1b9d43e5b62384301e26d040b9fce61ee5db60bd"
1411514125
integrity sha512-YQftIIC4vzO9UMhO/sCgXukNyiwVRCVaxiWskCBy7Zpqkplm8kTAISZ8O1MoKW1ca6xzgLUBjZTcDgypXvXxiQ==
1411614126

14117-
resolve-from@^4.0.0:
14118-
version "4.0.0"
14119-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
14120-
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
14121-
1412214127
resolve-from@^5.0.0:
1412314128
version "5.0.0"
1412414129
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"

0 commit comments

Comments
 (0)