Skip to content

Commit d96e23c

Browse files
chore(deps): update dependency eslint to v10
1 parent 111571e commit d96e23c

2 files changed

Lines changed: 64 additions & 148 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ava": "7.0.0",
4747
"axios-mock-adapter": "2.1.0",
4848
"c8": "11.0.0",
49-
"eslint": "9.39.4",
49+
"eslint": "10.1.0",
5050
"eslint-config-prettier": "10.1.8",
5151
"eslint-plugin-tsdoc": "0.5.2",
5252
"mocksse": "1.0.4",

yarn.lock

Lines changed: 63 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -26,65 +26,45 @@
2626
dependencies:
2727
eslint-visitor-keys "^3.4.3"
2828

29-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
29+
"@eslint-community/regexpp@^4.12.2":
3030
version "4.12.2"
3131
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
3232
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
3333

34-
"@eslint/config-array@^0.21.2":
35-
version "0.21.2"
36-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
37-
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
34+
"@eslint/config-array@^0.23.3":
35+
version "0.23.3"
36+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
37+
integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
3838
dependencies:
39-
"@eslint/object-schema" "^2.1.7"
39+
"@eslint/object-schema" "^3.0.3"
4040
debug "^4.3.1"
41-
minimatch "^3.1.5"
41+
minimatch "^10.2.4"
4242

43-
"@eslint/config-helpers@^0.4.2":
44-
version "0.4.2"
45-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
46-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
43+
"@eslint/config-helpers@^0.5.3":
44+
version "0.5.3"
45+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
46+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
4747
dependencies:
48-
"@eslint/core" "^0.17.0"
48+
"@eslint/core" "^1.1.1"
4949

50-
"@eslint/core@^0.17.0":
51-
version "0.17.0"
52-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
53-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
50+
"@eslint/core@^1.1.1":
51+
version "1.1.1"
52+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
53+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
5454
dependencies:
5555
"@types/json-schema" "^7.0.15"
5656

57-
"@eslint/eslintrc@^3.3.5":
58-
version "3.3.5"
59-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
60-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
61-
dependencies:
62-
ajv "^6.14.0"
63-
debug "^4.3.2"
64-
espree "^10.0.1"
65-
globals "^14.0.0"
66-
ignore "^5.2.0"
67-
import-fresh "^3.2.1"
68-
js-yaml "^4.1.1"
69-
minimatch "^3.1.5"
70-
strip-json-comments "^3.1.1"
71-
72-
"@eslint/js@9.39.4":
73-
version "9.39.4"
74-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
75-
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
76-
77-
"@eslint/object-schema@^2.1.7":
78-
version "2.1.7"
79-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
80-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
81-
82-
"@eslint/plugin-kit@^0.4.1":
83-
version "0.4.1"
84-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
85-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
57+
"@eslint/object-schema@^3.0.3":
58+
version "3.0.3"
59+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
60+
integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
61+
62+
"@eslint/plugin-kit@^0.6.1":
63+
version "0.6.1"
64+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
65+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
8666
dependencies:
87-
"@eslint/core" "^0.17.0"
67+
"@eslint/core" "^1.1.1"
8868
levn "^0.4.1"
8969

9070
"@fastify/ajv-compiler@^4.0.5":
@@ -347,7 +327,12 @@
347327
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
348328
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
349329

350-
"@types/estree@^1.0.0", "@types/estree@^1.0.6":
330+
"@types/esrecurse@^4.3.1":
331+
version "4.3.1"
332+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
333+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
334+
335+
"@types/estree@^1.0.0", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
351336
version "1.0.8"
352337
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
353338
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -618,7 +603,7 @@ acorn-walk@^8.3.5:
618603
dependencies:
619604
acorn "^8.11.0"
620605

621-
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.6.0:
606+
acorn@^8.11.0, acorn@^8.4.1, acorn@^8.6.0:
622607
version "8.15.0"
623608
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
624609
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -680,7 +665,7 @@ ansi-regex@^6.0.1, ansi-regex@^6.2.2:
680665
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
681666
integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
682667

683-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
668+
ansi-styles@^4.0.0:
684669
version "4.3.0"
685670
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
686671
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -908,11 +893,6 @@ call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
908893
es-errors "^1.3.0"
909894
function-bind "^1.1.2"
910895

911-
callsites@^3.0.0:
912-
version "3.1.0"
913-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
914-
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
915-
916896
callsites@^4.2.0:
917897
version "4.2.0"
918898
resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.2.0.tgz#98761d5be3ce092e4b9c92f7fb8c8eb9b83cadc8"
@@ -925,14 +905,6 @@ cbor@^10.0.11:
925905
dependencies:
926906
nofilter "^3.0.2"
927907

928-
chalk@^4.0.0:
929-
version "4.1.2"
930-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
931-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
932-
dependencies:
933-
ansi-styles "^4.1.0"
934-
supports-color "^7.1.0"
935-
936908
chalk@^5.6.2:
937909
version "5.6.2"
938910
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
@@ -1253,11 +1225,13 @@ eslint-plugin-tsdoc@0.5.2:
12531225
"@microsoft/tsdoc-config" "0.18.1"
12541226
"@typescript-eslint/utils" "~8.56.0"
12551227

1256-
eslint-scope@^8.4.0:
1257-
version "8.4.0"
1258-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
1259-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
1228+
eslint-scope@^9.1.2:
1229+
version "9.1.2"
1230+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
1231+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
12601232
dependencies:
1233+
"@types/esrecurse" "^4.3.1"
1234+
"@types/estree" "^1.0.8"
12611235
esrecurse "^4.3.0"
12621236
estraverse "^5.2.0"
12631237

@@ -1266,42 +1240,34 @@ eslint-visitor-keys@^3.4.3:
12661240
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
12671241
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
12681242

1269-
eslint-visitor-keys@^4.2.1:
1270-
version "4.2.1"
1271-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1272-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1273-
1274-
eslint-visitor-keys@^5.0.0:
1243+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
12751244
version "5.0.1"
12761245
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
12771246
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
12781247

1279-
eslint@9.39.4:
1280-
version "9.39.4"
1281-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
1282-
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
1248+
eslint@10.1.0:
1249+
version "10.1.0"
1250+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
1251+
integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
12831252
dependencies:
12841253
"@eslint-community/eslint-utils" "^4.8.0"
1285-
"@eslint-community/regexpp" "^4.12.1"
1286-
"@eslint/config-array" "^0.21.2"
1287-
"@eslint/config-helpers" "^0.4.2"
1288-
"@eslint/core" "^0.17.0"
1289-
"@eslint/eslintrc" "^3.3.5"
1290-
"@eslint/js" "9.39.4"
1291-
"@eslint/plugin-kit" "^0.4.1"
1254+
"@eslint-community/regexpp" "^4.12.2"
1255+
"@eslint/config-array" "^0.23.3"
1256+
"@eslint/config-helpers" "^0.5.3"
1257+
"@eslint/core" "^1.1.1"
1258+
"@eslint/plugin-kit" "^0.6.1"
12921259
"@humanfs/node" "^0.16.6"
12931260
"@humanwhocodes/module-importer" "^1.0.1"
12941261
"@humanwhocodes/retry" "^0.4.2"
12951262
"@types/estree" "^1.0.6"
12961263
ajv "^6.14.0"
1297-
chalk "^4.0.0"
12981264
cross-spawn "^7.0.6"
12991265
debug "^4.3.2"
13001266
escape-string-regexp "^4.0.0"
1301-
eslint-scope "^8.4.0"
1302-
eslint-visitor-keys "^4.2.1"
1303-
espree "^10.4.0"
1304-
esquery "^1.5.0"
1267+
eslint-scope "^9.1.2"
1268+
eslint-visitor-keys "^5.0.1"
1269+
espree "^11.2.0"
1270+
esquery "^1.7.0"
13051271
esutils "^2.0.2"
13061272
fast-deep-equal "^3.1.3"
13071273
file-entry-cache "^8.0.0"
@@ -1311,26 +1277,25 @@ eslint@9.39.4:
13111277
imurmurhash "^0.1.4"
13121278
is-glob "^4.0.0"
13131279
json-stable-stringify-without-jsonify "^1.0.1"
1314-
lodash.merge "^4.6.2"
1315-
minimatch "^3.1.5"
1280+
minimatch "^10.2.4"
13161281
natural-compare "^1.4.0"
13171282
optionator "^0.9.3"
13181283

1319-
espree@^10.0.1, espree@^10.4.0:
1320-
version "10.4.0"
1321-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
1322-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
1284+
espree@^11.2.0:
1285+
version "11.2.0"
1286+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
1287+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
13231288
dependencies:
1324-
acorn "^8.15.0"
1289+
acorn "^8.16.0"
13251290
acorn-jsx "^5.3.2"
1326-
eslint-visitor-keys "^4.2.1"
1291+
eslint-visitor-keys "^5.0.1"
13271292

13281293
esprima@^4.0.0:
13291294
version "4.0.1"
13301295
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
13311296
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
13321297

1333-
esquery@^1.5.0:
1298+
esquery@^1.7.0:
13341299
version "1.7.0"
13351300
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
13361301
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -1648,11 +1613,6 @@ glob@^7.1.3:
16481613
once "^1.3.0"
16491614
path-is-absolute "^1.0.0"
16501615

1651-
globals@^14.0.0:
1652-
version "14.0.0"
1653-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1654-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
1655-
16561616
globby@^16.1.1:
16571617
version "16.1.1"
16581618
resolved "https://registry.yarnpkg.com/globby/-/globby-16.1.1.tgz#a26012f57b819f0491c834dbf09f89b0ce6ba104"
@@ -1732,14 +1692,6 @@ ignore@^7.0.5:
17321692
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
17331693
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
17341694

1735-
import-fresh@^3.2.1:
1736-
version "3.3.1"
1737-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
1738-
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==
1739-
dependencies:
1740-
parent-module "^1.0.0"
1741-
resolve-from "^4.0.0"
1742-
17431695
imurmurhash@^0.1.4:
17441696
version "0.1.4"
17451697
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
@@ -1906,13 +1858,6 @@ js-yaml@^3.14.1:
19061858
argparse "^1.0.7"
19071859
esprima "^4.0.0"
19081860

1909-
js-yaml@^4.1.1:
1910-
version "4.1.1"
1911-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
1912-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
1913-
dependencies:
1914-
argparse "^2.0.1"
1915-
19161861
json-buffer@3.0.1:
19171862
version "3.0.1"
19181863
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
@@ -1993,11 +1938,6 @@ lodash.isarguments@^3.1.0:
19931938
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
19941939
integrity sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==
19951940

1996-
lodash.merge@^4.6.2:
1997-
version "4.6.2"
1998-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
1999-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
2000-
20011941
lodash@^4.17.15:
20021942
version "4.17.23"
20031943
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
@@ -2098,7 +2038,7 @@ mimic-function@^5.0.1:
20982038
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
20992039
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
21002040

2101-
minimatch@^10.2.2:
2041+
minimatch@^10.2.2, minimatch@^10.2.4:
21022042
version "10.2.4"
21032043
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
21042044
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
@@ -2112,13 +2052,6 @@ minimatch@^3.1.1:
21122052
dependencies:
21132053
brace-expansion "^1.1.7"
21142054

2115-
minimatch@^3.1.5:
2116-
version "3.1.5"
2117-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
2118-
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2119-
dependencies:
2120-
brace-expansion "^1.1.7"
2121-
21222055
minimatch@^9.0.5:
21232056
version "9.0.5"
21242057
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -2258,13 +2191,6 @@ package-config@^5.0.0:
22582191
find-up-simple "^1.0.0"
22592192
load-json-file "^7.0.1"
22602193

2261-
parent-module@^1.0.0:
2262-
version "1.0.1"
2263-
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
2264-
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
2265-
dependencies:
2266-
callsites "^3.0.0"
2267-
22682194
parse-ms@^4.0.0:
22692195
version "4.0.0"
22702196
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
@@ -2479,11 +2405,6 @@ resolve-cwd@^3.0.0:
24792405
dependencies:
24802406
resolve-from "^5.0.0"
24812407

2482-
resolve-from@^4.0.0:
2483-
version "4.0.0"
2484-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
2485-
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
2486-
24872408
resolve-from@^5.0.0:
24882409
version "5.0.0"
24892410
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
@@ -2690,11 +2611,6 @@ strip-json-comments@^2.0.0:
26902611
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
26912612
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
26922613

2693-
strip-json-comments@^3.1.1:
2694-
version "3.1.1"
2695-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
2696-
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
2697-
26982614
strip-json-comments@^5.0.2:
26992615
version "5.0.3"
27002616
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.3.tgz#b7304249dd402ee67fd518ada993ab3593458bcf"

0 commit comments

Comments
 (0)