Skip to content

Commit 371dd8f

Browse files
chore(deps): update dependency eslint to v10 (#681)
* chore(deps): update dependency eslint to v10 * FIx --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Xiao <michael.xiao@smartcontract.com>
1 parent 430e14b commit 371dd8f

4 files changed

Lines changed: 77 additions & 75 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default [{
2222
"scripts/generator-adapter",
2323
"**/.yarn",
2424
"**/.vscode",
25+
"**/srcdocs",
2526
],
2627
}, ...compat.extends("eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"), {
2728
plugins: {

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"create-external-adapter": "adapter-generator.js"
3838
},
3939
"devDependencies": {
40+
"@eslint/eslintrc": "3.3.5",
41+
"@eslint/js": "10.0.1",
4042
"@sinonjs/fake-timers": "15.3.2",
4143
"@types/node": "24.12.2",
4244
"@types/sinonjs__fake-timers": "15.0.1",
@@ -46,7 +48,7 @@
4648
"ava": "7.0.0",
4749
"axios-mock-adapter": "2.1.0",
4850
"c8": "11.0.0",
49-
"eslint": "9.39.4",
51+
"eslint": "10.2.1",
5052
"eslint-config-prettier": "10.1.8",
5153
"eslint-plugin-tsdoc": "0.5.2",
5254
"mocksse": "1.0.4",

src/util/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const loggingContextMiddleware = (
217217
// Obj is typed as "any" because it could be a variety of structures in the logger
218218
// eslint-disable-next-line @typescript-eslint/no-explicit-any
219219
export function censor(obj: any, censorList: CensorKeyValue[], throwOnError = false) {
220-
let stringified: string | undefined = ''
220+
let stringified: string | undefined
221221
try {
222222
// JSON.stringify(obj) will fail if obj contains a circular reference.
223223
// If it fails, we fall back to replacing it with "[Unknown]".

yarn.lock

Lines changed: 72 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@
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.5":
35+
version "0.23.5"
36+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.5.tgz#56e86d243049195d8acc0c06a1b3dfdc3fa3de95"
37+
integrity sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==
3838
dependencies:
39-
"@eslint/object-schema" "^2.1.7"
39+
"@eslint/object-schema" "^3.0.5"
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.5":
44+
version "0.5.5"
45+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.5.tgz#ae16134e4792ac5fbdc533548a24ac1ea9f7f3ae"
46+
integrity sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==
4747
dependencies:
48-
"@eslint/core" "^0.17.0"
48+
"@eslint/core" "^1.2.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.2.1":
51+
version "1.2.1"
52+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.1.tgz#c1da7cd1b82fa8787f98b5629fb811848a1b63ce"
53+
integrity sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==
5454
dependencies:
5555
"@types/json-schema" "^7.0.15"
5656

57-
"@eslint/eslintrc@^3.3.5":
57+
"@eslint/eslintrc@3.3.5":
5858
version "3.3.5"
5959
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
6060
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
@@ -69,22 +69,22 @@
6969
minimatch "^3.1.5"
7070
strip-json-comments "^3.1.1"
7171

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==
72+
"@eslint/js@10.0.1":
73+
version "10.0.1"
74+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-10.0.1.tgz#1e8a876f50117af8ab67e47d5ad94d38d6622583"
75+
integrity sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==
7676

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==
77+
"@eslint/object-schema@^3.0.5":
78+
version "3.0.5"
79+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.5.tgz#88e9bf4d11d2b19c082e78ebe7ce88724a5eb091"
80+
integrity sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==
8181

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==
82+
"@eslint/plugin-kit@^0.7.1":
83+
version "0.7.1"
84+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz#c4125fd015eceeb09b793109fdbcd4dd0a02d346"
85+
integrity sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==
8686
dependencies:
87-
"@eslint/core" "^0.17.0"
87+
"@eslint/core" "^1.2.1"
8888
levn "^0.4.1"
8989

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

350-
"@types/estree@^1.0.0", "@types/estree@^1.0.6":
350+
"@types/esrecurse@^4.3.1":
351+
version "4.3.1"
352+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
353+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
354+
355+
"@types/estree@^1.0.0", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
351356
version "1.0.8"
352357
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
353358
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -618,12 +623,12 @@ acorn-walk@^8.3.5:
618623
dependencies:
619624
acorn "^8.11.0"
620625

621-
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.6.0:
626+
acorn@^8.11.0, acorn@^8.4.1, acorn@^8.6.0:
622627
version "8.15.0"
623628
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
624629
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
625630

626-
acorn@^8.16.0:
631+
acorn@^8.15.0, acorn@^8.16.0:
627632
version "8.16.0"
628633
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
629634
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
@@ -680,7 +685,7 @@ ansi-regex@^6.0.1, ansi-regex@^6.2.2:
680685
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
681686
integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
682687

683-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
688+
ansi-styles@^4.0.0:
684689
version "4.3.0"
685690
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
686691
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -925,14 +930,6 @@ cbor@^10.0.11:
925930
dependencies:
926931
nofilter "^3.0.2"
927932

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-
936933
chalk@^5.6.2:
937934
version "5.6.2"
938935
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
@@ -1253,11 +1250,13 @@ eslint-plugin-tsdoc@0.5.2:
12531250
"@microsoft/tsdoc-config" "0.18.1"
12541251
"@typescript-eslint/utils" "~8.56.0"
12551252

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==
1253+
eslint-scope@^9.1.2:
1254+
version "9.1.2"
1255+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
1256+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
12601257
dependencies:
1258+
"@types/esrecurse" "^4.3.1"
1259+
"@types/estree" "^1.0.8"
12611260
esrecurse "^4.3.0"
12621261
estraverse "^5.2.0"
12631262

@@ -1271,37 +1270,34 @@ eslint-visitor-keys@^4.2.1:
12711270
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
12721271
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
12731272

1274-
eslint-visitor-keys@^5.0.0:
1273+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
12751274
version "5.0.1"
12761275
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
12771276
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
12781277

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==
1278+
eslint@10.2.1:
1279+
version "10.2.1"
1280+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.1.tgz#224b2a6caeb34473eddcf918762363e2e063222a"
1281+
integrity sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==
12831282
dependencies:
12841283
"@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"
1284+
"@eslint-community/regexpp" "^4.12.2"
1285+
"@eslint/config-array" "^0.23.5"
1286+
"@eslint/config-helpers" "^0.5.5"
1287+
"@eslint/core" "^1.2.1"
1288+
"@eslint/plugin-kit" "^0.7.1"
12921289
"@humanfs/node" "^0.16.6"
12931290
"@humanwhocodes/module-importer" "^1.0.1"
12941291
"@humanwhocodes/retry" "^0.4.2"
12951292
"@types/estree" "^1.0.6"
12961293
ajv "^6.14.0"
1297-
chalk "^4.0.0"
12981294
cross-spawn "^7.0.6"
12991295
debug "^4.3.2"
13001296
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"
1297+
eslint-scope "^9.1.2"
1298+
eslint-visitor-keys "^5.0.1"
1299+
espree "^11.2.0"
1300+
esquery "^1.7.0"
13051301
esutils "^2.0.2"
13061302
fast-deep-equal "^3.1.3"
13071303
file-entry-cache "^8.0.0"
@@ -1311,12 +1307,11 @@ eslint@9.39.4:
13111307
imurmurhash "^0.1.4"
13121308
is-glob "^4.0.0"
13131309
json-stable-stringify-without-jsonify "^1.0.1"
1314-
lodash.merge "^4.6.2"
1315-
minimatch "^3.1.5"
1310+
minimatch "^10.2.4"
13161311
natural-compare "^1.4.0"
13171312
optionator "^0.9.3"
13181313

1319-
espree@^10.0.1, espree@^10.4.0:
1314+
espree@^10.0.1:
13201315
version "10.4.0"
13211316
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
13221317
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
@@ -1325,12 +1320,21 @@ espree@^10.0.1, espree@^10.4.0:
13251320
acorn-jsx "^5.3.2"
13261321
eslint-visitor-keys "^4.2.1"
13271322

1323+
espree@^11.2.0:
1324+
version "11.2.0"
1325+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
1326+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
1327+
dependencies:
1328+
acorn "^8.16.0"
1329+
acorn-jsx "^5.3.2"
1330+
eslint-visitor-keys "^5.0.1"
1331+
13281332
esprima@^4.0.0:
13291333
version "4.0.1"
13301334
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
13311335
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
13321336

1333-
esquery@^1.5.0:
1337+
esquery@^1.7.0:
13341338
version "1.7.0"
13351339
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
13361340
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -1993,11 +1997,6 @@ lodash.isarguments@^3.1.0:
19931997
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
19941998
integrity sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==
19951999

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-
20012000
lodash@^4.17.15:
20022001
version "4.17.23"
20032002
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
@@ -2105,7 +2104,7 @@ minimatch@^10.2.2:
21052104
dependencies:
21062105
brace-expansion "^5.0.2"
21072106

2108-
minimatch@^10.2.5:
2107+
minimatch@^10.2.4, minimatch@^10.2.5:
21092108
version "10.2.5"
21102109
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
21112110
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==

0 commit comments

Comments
 (0)