Skip to content

Commit 7051a92

Browse files
chore(deps): update dependency eslint to v10
1 parent d6e7a7c commit 7051a92

File tree

2 files changed

+213
-3
lines changed

2 files changed

+213
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@types/node": "^20.4.4",
7676
"@jest/globals": "^29.7.0",
77-
"eslint": "^8.45.0",
77+
"eslint": "^10.0.0",
7878
"js-yaml": "^4.1.0",
7979
"typescript": "^5.5.4",
8080
"@types/jest": "^29.5.12",

yarn.lock

Lines changed: 212 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,46 @@
309309
dependencies:
310310
eslint-visitor-keys "^3.3.0"
311311

312+
"@eslint-community/eslint-utils@^4.8.0":
313+
version "4.9.1"
314+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
315+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
316+
dependencies:
317+
eslint-visitor-keys "^3.4.3"
318+
312319
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
313320
version "4.11.0"
314321
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
315322
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
316323

324+
"@eslint-community/regexpp@^4.12.2":
325+
version "4.12.2"
326+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
327+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
328+
329+
"@eslint/config-array@^0.23.0":
330+
version "0.23.1"
331+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.1.tgz#908223da7b9148f1af5bfb3144b77a9387a89446"
332+
integrity sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==
333+
dependencies:
334+
"@eslint/object-schema" "^3.0.1"
335+
debug "^4.3.1"
336+
minimatch "^10.1.1"
337+
338+
"@eslint/config-helpers@^0.5.2":
339+
version "0.5.2"
340+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
341+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
342+
dependencies:
343+
"@eslint/core" "^1.1.0"
344+
345+
"@eslint/core@^1.1.0":
346+
version "1.1.0"
347+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
348+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
349+
dependencies:
350+
"@types/json-schema" "^7.0.15"
351+
317352
"@eslint/eslintrc@^2.1.4":
318353
version "2.1.4"
319354
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -334,11 +369,37 @@
334369
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
335370
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
336371

372+
"@eslint/object-schema@^3.0.1":
373+
version "3.0.1"
374+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.1.tgz#9a1dc9af00d790dc79a9bf57a756e3cb2740ddb9"
375+
integrity sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==
376+
377+
"@eslint/plugin-kit@^0.6.0":
378+
version "0.6.0"
379+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
380+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
381+
dependencies:
382+
"@eslint/core" "^1.1.0"
383+
levn "^0.4.1"
384+
337385
"@fastify/busboy@^2.0.0":
338386
version "2.1.1"
339387
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d"
340388
integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
341389

390+
"@humanfs/core@^0.19.1":
391+
version "0.19.1"
392+
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
393+
integrity sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==
394+
395+
"@humanfs/node@^0.16.6":
396+
version "0.16.7"
397+
resolved "https://registry.yarnpkg.com/@humanfs/node/-/node-0.16.7.tgz#822cb7b3a12c5a240a24f621b5a2413e27a45f26"
398+
integrity sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==
399+
dependencies:
400+
"@humanfs/core" "^0.19.1"
401+
"@humanwhocodes/retry" "^0.4.0"
402+
342403
"@humanwhocodes/config-array@^0.11.14":
343404
version "0.11.14"
344405
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
@@ -358,6 +419,16 @@
358419
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
359420
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
360421

422+
"@humanwhocodes/retry@^0.4.0", "@humanwhocodes/retry@^0.4.2":
423+
version "0.4.3"
424+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba"
425+
integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==
426+
427+
"@isaacs/cliui@^9.0.0":
428+
version "9.0.0"
429+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-9.0.0.tgz#4d0a3f127058043bf2e7ee169eaf30ed901302f3"
430+
integrity sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==
431+
361432
"@istanbuljs/load-nyc-config@^1.0.0":
362433
version "1.1.0"
363434
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -681,6 +752,16 @@
681752
dependencies:
682753
"@babel/types" "^7.20.7"
683754

755+
"@types/esrecurse@^4.3.1":
756+
version "4.3.1"
757+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
758+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
759+
760+
"@types/estree@^1.0.6", "@types/estree@^1.0.8":
761+
version "1.0.8"
762+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
763+
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
764+
684765
"@types/graceful-fs@^4.1.3":
685766
version "4.1.9"
686767
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -715,6 +796,11 @@
715796
expect "^29.0.0"
716797
pretty-format "^29.0.0"
717798

799+
"@types/json-schema@^7.0.15":
800+
version "7.0.15"
801+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
802+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
803+
718804
"@types/node@*":
719805
version "22.1.0"
720806
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b"
@@ -933,6 +1019,11 @@ acorn-jsx@^5.3.2:
9331019
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
9341020
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
9351021

1022+
acorn@^8.15.0:
1023+
version "8.15.0"
1024+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1025+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1026+
9361027
acorn@^8.5.0, acorn@^8.9.0:
9371028
version "8.12.1"
9381029
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
@@ -1084,6 +1175,13 @@ balanced-match@^1.0.0:
10841175
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
10851176
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
10861177

1178+
balanced-match@^4.0.2:
1179+
version "4.0.2"
1180+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.2.tgz#241591ea634702bef9c482696f2469406e16d233"
1181+
integrity sha512-x0K50QvKQ97fdEz2kPehIerj+YTeptKF9hyYkKf6egnwmMWAkADiO0QCzSp0R5xN8FTZgYaBfSaue46Ej62nMg==
1182+
dependencies:
1183+
jackspeak "^4.2.3"
1184+
10871185
brace-expansion@^1.1.7:
10881186
version "1.1.11"
10891187
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -1099,6 +1197,13 @@ brace-expansion@^2.0.1:
10991197
dependencies:
11001198
balanced-match "^1.0.0"
11011199

1200+
brace-expansion@^5.0.2:
1201+
version "5.0.2"
1202+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.2.tgz#b6c16d0791087af6c2bc463f52a8142046c06b6f"
1203+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
1204+
dependencies:
1205+
balanced-match "^4.0.2"
1206+
11021207
braces@^3.0.3:
11031208
version "3.0.3"
11041209
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -1278,6 +1383,15 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
12781383
shebang-command "^2.0.0"
12791384
which "^2.0.1"
12801385

1386+
cross-spawn@^7.0.6:
1387+
version "7.0.6"
1388+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1389+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
1390+
dependencies:
1391+
path-key "^3.1.0"
1392+
shebang-command "^2.0.0"
1393+
which "^2.0.1"
1394+
12811395
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
12821396
version "4.3.6"
12831397
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
@@ -1421,12 +1535,63 @@ eslint-scope@^7.1.1, eslint-scope@^7.2.2:
14211535
esrecurse "^4.3.0"
14221536
estraverse "^5.2.0"
14231537

1538+
eslint-scope@^9.1.0:
1539+
version "9.1.0"
1540+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e"
1541+
integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==
1542+
dependencies:
1543+
"@types/esrecurse" "^4.3.1"
1544+
"@types/estree" "^1.0.8"
1545+
esrecurse "^4.3.0"
1546+
estraverse "^5.2.0"
1547+
14241548
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
14251549
version "3.4.3"
14261550
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
14271551
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
14281552

1429-
eslint@^8.45.0, eslint@^8.7.0:
1553+
eslint-visitor-keys@^5.0.0:
1554+
version "5.0.0"
1555+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
1556+
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
1557+
1558+
eslint@^10.0.0:
1559+
version "10.0.0"
1560+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e"
1561+
integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==
1562+
dependencies:
1563+
"@eslint-community/eslint-utils" "^4.8.0"
1564+
"@eslint-community/regexpp" "^4.12.2"
1565+
"@eslint/config-array" "^0.23.0"
1566+
"@eslint/config-helpers" "^0.5.2"
1567+
"@eslint/core" "^1.1.0"
1568+
"@eslint/plugin-kit" "^0.6.0"
1569+
"@humanfs/node" "^0.16.6"
1570+
"@humanwhocodes/module-importer" "^1.0.1"
1571+
"@humanwhocodes/retry" "^0.4.2"
1572+
"@types/estree" "^1.0.6"
1573+
ajv "^6.12.4"
1574+
cross-spawn "^7.0.6"
1575+
debug "^4.3.2"
1576+
escape-string-regexp "^4.0.0"
1577+
eslint-scope "^9.1.0"
1578+
eslint-visitor-keys "^5.0.0"
1579+
espree "^11.1.0"
1580+
esquery "^1.7.0"
1581+
esutils "^2.0.2"
1582+
fast-deep-equal "^3.1.3"
1583+
file-entry-cache "^8.0.0"
1584+
find-up "^5.0.0"
1585+
glob-parent "^6.0.2"
1586+
ignore "^5.2.0"
1587+
imurmurhash "^0.1.4"
1588+
is-glob "^4.0.0"
1589+
json-stable-stringify-without-jsonify "^1.0.1"
1590+
minimatch "^10.1.1"
1591+
natural-compare "^1.4.0"
1592+
optionator "^0.9.3"
1593+
1594+
eslint@^8.7.0:
14301595
version "8.57.0"
14311596
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
14321597
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
@@ -1470,6 +1635,15 @@ eslint@^8.45.0, eslint@^8.7.0:
14701635
strip-ansi "^6.0.1"
14711636
text-table "^0.2.0"
14721637

1638+
espree@^11.1.0:
1639+
version "11.1.0"
1640+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
1641+
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
1642+
dependencies:
1643+
acorn "^8.15.0"
1644+
acorn-jsx "^5.3.2"
1645+
eslint-visitor-keys "^5.0.0"
1646+
14731647
espree@^9.0.0, espree@^9.3.1, espree@^9.6.0, espree@^9.6.1:
14741648
version "9.6.1"
14751649
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -1491,6 +1665,13 @@ esquery@^1.4.0, esquery@^1.4.2:
14911665
dependencies:
14921666
estraverse "^5.1.0"
14931667

1668+
esquery@^1.7.0:
1669+
version "1.7.0"
1670+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
1671+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
1672+
dependencies:
1673+
estraverse "^5.1.0"
1674+
14941675
esrecurse@^4.3.0:
14951676
version "4.3.0"
14961677
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -1591,6 +1772,13 @@ file-entry-cache@^6.0.1:
15911772
dependencies:
15921773
flat-cache "^3.0.4"
15931774

1775+
file-entry-cache@^8.0.0:
1776+
version "8.0.0"
1777+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1778+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
1779+
dependencies:
1780+
flat-cache "^4.0.0"
1781+
15941782
filelist@^1.0.4:
15951783
version "1.0.4"
15961784
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
@@ -1630,6 +1818,14 @@ flat-cache@^3.0.4:
16301818
keyv "^4.5.3"
16311819
rimraf "^3.0.2"
16321820

1821+
flat-cache@^4.0.0:
1822+
version "4.0.1"
1823+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1824+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
1825+
dependencies:
1826+
flatted "^3.2.9"
1827+
keyv "^4.5.4"
1828+
16331829
flatted@^3.2.9:
16341830
version "3.3.1"
16351831
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
@@ -1915,6 +2111,13 @@ istanbul-reports@^3.1.3:
19152111
html-escaper "^2.0.0"
19162112
istanbul-lib-report "^3.0.0"
19172113

2114+
jackspeak@^4.2.3:
2115+
version "4.2.3"
2116+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.2.3.tgz#27ef80f33b93412037c3bea4f8eddf80e1931483"
2117+
integrity sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==
2118+
dependencies:
2119+
"@isaacs/cliui" "^9.0.0"
2120+
19182121
jake@^10.8.5:
19192122
version "10.9.2"
19202123
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -2343,7 +2546,7 @@ jsonc-eslint-parser@^2.0.4:
23432546
espree "^9.0.0"
23442547
semver "^7.3.5"
23452548

2346-
keyv@^4.5.3:
2549+
keyv@^4.5.3, keyv@^4.5.4:
23472550
version "4.5.4"
23482551
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
23492552
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -2478,6 +2681,13 @@ minimatch@9.0.3:
24782681
dependencies:
24792682
brace-expansion "^2.0.1"
24802683

2684+
minimatch@^10.1.1:
2685+
version "10.2.1"
2686+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
2687+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
2688+
dependencies:
2689+
brace-expansion "^5.0.2"
2690+
24812691
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
24822692
version "3.1.2"
24832693
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)