Skip to content

Commit fedf7eb

Browse files
chore(deps): update dependency eslint to v9
1 parent f720536 commit fedf7eb

File tree

2 files changed

+99
-107
lines changed

2 files changed

+99
-107
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/eslint-plugin": "^7.18.0",
5252
"@typescript-eslint/parser": "^7.18.0",
5353
"diff": "^5.1.0",
54-
"eslint": "^8.57.0",
54+
"eslint": "^9.9.1",
5555
"eslint-plugin-unicorn": "^55.0.0",
5656
"eslint-plugin-unused-imports": "^4.1.3",
5757
"pnpm": "8.12.1",

yarn.lock

+98-106
Original file line numberDiff line numberDiff line change
@@ -156,49 +156,54 @@
156156
dependencies:
157157
eslint-visitor-keys "^3.3.0"
158158

159-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
160-
version "4.10.0"
161-
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz"
162-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
159+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.5.1":
160+
version "4.11.0"
161+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
162+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
163163

164-
"@eslint/eslintrc@^2.1.4":
165-
version "2.1.4"
166-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz"
167-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
164+
"@eslint/config-array@^0.18.0":
165+
version "0.18.0"
166+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
167+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
168+
dependencies:
169+
"@eslint/object-schema" "^2.1.4"
170+
debug "^4.3.1"
171+
minimatch "^3.1.2"
172+
173+
"@eslint/eslintrc@^3.1.0":
174+
version "3.1.0"
175+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
176+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
168177
dependencies:
169178
ajv "^6.12.4"
170179
debug "^4.3.2"
171-
espree "^9.6.0"
172-
globals "^13.19.0"
180+
espree "^10.0.1"
181+
globals "^14.0.0"
173182
ignore "^5.2.0"
174183
import-fresh "^3.2.1"
175184
js-yaml "^4.1.0"
176185
minimatch "^3.1.2"
177186
strip-json-comments "^3.1.1"
178187

179-
"@eslint/js@8.57.0":
180-
version "8.57.0"
181-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
182-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
188+
"@eslint/js@9.9.1":
189+
version "9.9.1"
190+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
191+
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
183192

184-
"@humanwhocodes/config-array@^0.11.14":
185-
version "0.11.14"
186-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
187-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
188-
dependencies:
189-
"@humanwhocodes/object-schema" "^2.0.2"
190-
debug "^4.3.1"
191-
minimatch "^3.0.5"
193+
"@eslint/object-schema@^2.1.4":
194+
version "2.1.4"
195+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
196+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
192197

193198
"@humanwhocodes/module-importer@^1.0.1":
194199
version "1.0.1"
195200
resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
196201
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
197202

198-
"@humanwhocodes/object-schema@^2.0.2":
199-
version "2.0.2"
200-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
201-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
203+
"@humanwhocodes/retry@^0.3.0":
204+
version "0.3.0"
205+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
206+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
202207

203208
"@jridgewell/gen-mapping@^0.3.2":
204209
version "0.3.2"
@@ -588,11 +593,6 @@
588593
"@typescript-eslint/types" "7.18.0"
589594
eslint-visitor-keys "^3.4.3"
590595

591-
"@ungap/structured-clone@^1.2.0":
592-
version "1.2.0"
593-
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
594-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
595-
596596
acorn-jsx@^5.3.2:
597597
version "5.3.2"
598598
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
@@ -603,10 +603,10 @@ acorn-walk@^8.1.1:
603603
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.1.tgz#2f10f5b69329d90ae18c58bf1fa8fccd8b959a43"
604604
integrity sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==
605605

606-
acorn@^8.4.1, acorn@^8.9.0:
607-
version "8.11.3"
608-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
609-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
606+
acorn@^8.12.0, acorn@^8.4.1:
607+
version "8.12.1"
608+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
609+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
610610

611611
ajv@^6.12.4:
612612
version "6.12.6"
@@ -976,13 +976,6 @@ doctrine@^2.1.0:
976976
dependencies:
977977
esutils "^2.0.2"
978978

979-
doctrine@^3.0.0:
980-
version "3.0.0"
981-
resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
982-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
983-
dependencies:
984-
esutils "^2.0.2"
985-
986979
electron-to-chromium@^1.4.668:
987980
version "1.4.788"
988981
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.788.tgz#a3545959d5cfa0a266d3e551386c040be34e7e06"
@@ -1411,10 +1404,10 @@ eslint-scope@^5.1.1:
14111404
esrecurse "^4.3.0"
14121405
estraverse "^4.1.1"
14131406

1414-
eslint-scope@^7.2.2:
1415-
version "7.2.2"
1416-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz"
1417-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
1407+
eslint-scope@^8.0.2:
1408+
version "8.0.2"
1409+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
1410+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
14181411
dependencies:
14191412
esrecurse "^4.3.0"
14201413
estraverse "^5.2.0"
@@ -1436,41 +1429,42 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
14361429
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
14371430
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
14381431

1439-
eslint@^8.57.0:
1440-
version "8.57.0"
1441-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1442-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
1432+
eslint-visitor-keys@^4.0.0:
1433+
version "4.0.0"
1434+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1435+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1436+
1437+
eslint@^9.9.1:
1438+
version "9.9.1"
1439+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
1440+
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
14431441
dependencies:
14441442
"@eslint-community/eslint-utils" "^4.2.0"
1445-
"@eslint-community/regexpp" "^4.6.1"
1446-
"@eslint/eslintrc" "^2.1.4"
1447-
"@eslint/js" "8.57.0"
1448-
"@humanwhocodes/config-array" "^0.11.14"
1443+
"@eslint-community/regexpp" "^4.11.0"
1444+
"@eslint/config-array" "^0.18.0"
1445+
"@eslint/eslintrc" "^3.1.0"
1446+
"@eslint/js" "9.9.1"
14491447
"@humanwhocodes/module-importer" "^1.0.1"
1448+
"@humanwhocodes/retry" "^0.3.0"
14501449
"@nodelib/fs.walk" "^1.2.8"
1451-
"@ungap/structured-clone" "^1.2.0"
14521450
ajv "^6.12.4"
14531451
chalk "^4.0.0"
14541452
cross-spawn "^7.0.2"
14551453
debug "^4.3.2"
1456-
doctrine "^3.0.0"
14571454
escape-string-regexp "^4.0.0"
1458-
eslint-scope "^7.2.2"
1459-
eslint-visitor-keys "^3.4.3"
1460-
espree "^9.6.1"
1461-
esquery "^1.4.2"
1455+
eslint-scope "^8.0.2"
1456+
eslint-visitor-keys "^4.0.0"
1457+
espree "^10.1.0"
1458+
esquery "^1.5.0"
14621459
esutils "^2.0.2"
14631460
fast-deep-equal "^3.1.3"
1464-
file-entry-cache "^6.0.1"
1461+
file-entry-cache "^8.0.0"
14651462
find-up "^5.0.0"
14661463
glob-parent "^6.0.2"
1467-
globals "^13.19.0"
1468-
graphemer "^1.4.0"
14691464
ignore "^5.2.0"
14701465
imurmurhash "^0.1.4"
14711466
is-glob "^4.0.0"
14721467
is-path-inside "^3.0.3"
1473-
js-yaml "^4.1.0"
14741468
json-stable-stringify-without-jsonify "^1.0.1"
14751469
levn "^0.4.1"
14761470
lodash.merge "^4.6.2"
@@ -1480,16 +1474,16 @@ eslint@^8.57.0:
14801474
strip-ansi "^6.0.1"
14811475
text-table "^0.2.0"
14821476

1483-
espree@^9.6.0, espree@^9.6.1:
1484-
version "9.6.1"
1485-
resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz"
1486-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
1477+
espree@^10.0.1, espree@^10.1.0:
1478+
version "10.1.0"
1479+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
1480+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
14871481
dependencies:
1488-
acorn "^8.9.0"
1482+
acorn "^8.12.0"
14891483
acorn-jsx "^5.3.2"
1490-
eslint-visitor-keys "^3.4.1"
1484+
eslint-visitor-keys "^4.0.0"
14911485

1492-
esquery@^1.0.1, esquery@^1.4.2, esquery@^1.5.0:
1486+
esquery@^1.0.1, esquery@^1.5.0:
14931487
version "1.5.0"
14941488
resolved "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz"
14951489
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
@@ -1551,12 +1545,12 @@ fastq@^1.6.0:
15511545
dependencies:
15521546
reusify "^1.0.4"
15531547

1554-
file-entry-cache@^6.0.1:
1555-
version "6.0.1"
1556-
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
1557-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1548+
file-entry-cache@^8.0.0:
1549+
version "8.0.0"
1550+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1551+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
15581552
dependencies:
1559-
flat-cache "^3.0.4"
1553+
flat-cache "^4.0.0"
15601554

15611555
fill-range@^7.0.1:
15621556
version "7.0.1"
@@ -1581,18 +1575,18 @@ find-up@^5.0.0:
15811575
locate-path "^6.0.0"
15821576
path-exists "^4.0.0"
15831577

1584-
flat-cache@^3.0.4:
1585-
version "3.0.4"
1586-
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
1587-
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
1578+
flat-cache@^4.0.0:
1579+
version "4.0.1"
1580+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1581+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
15881582
dependencies:
1589-
flatted "^3.1.0"
1590-
rimraf "^3.0.2"
1583+
flatted "^3.2.9"
1584+
keyv "^4.5.4"
15911585

1592-
flatted@^3.1.0:
1593-
version "3.2.7"
1594-
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
1595-
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
1586+
flatted@^3.2.9:
1587+
version "3.3.1"
1588+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
1589+
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
15961590

15971591
fs.realpath@^1.0.0:
15981592
version "1.0.0"
@@ -1655,7 +1649,7 @@ glob-parent@^6.0.2:
16551649
dependencies:
16561650
is-glob "^4.0.3"
16571651

1658-
glob@^7.1.3, glob@~7.2.0:
1652+
glob@~7.2.0:
16591653
version "7.2.3"
16601654
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
16611655
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1672,12 +1666,10 @@ globals@^11.1.0:
16721666
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
16731667
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
16741668

1675-
globals@^13.19.0:
1676-
version "13.24.0"
1677-
resolved "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz"
1678-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
1679-
dependencies:
1680-
type-fest "^0.20.2"
1669+
globals@^14.0.0:
1670+
version "14.0.0"
1671+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1672+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
16811673

16821674
globals@^15.7.0:
16831675
version "15.9.0"
@@ -1960,6 +1952,11 @@ jsesc@~0.5.0:
19601952
resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
19611953
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
19621954

1955+
1956+
version "3.0.1"
1957+
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
1958+
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
1959+
19631960
json-parse-even-better-errors@^2.3.0:
19641961
version "2.3.1"
19651962
resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"
@@ -1990,6 +1987,13 @@ json5@^1.0.1:
19901987
array-includes "^3.1.5"
19911988
object.assign "^4.1.3"
19921989

1990+
keyv@^4.5.4:
1991+
version "4.5.4"
1992+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
1993+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
1994+
dependencies:
1995+
json-buffer "3.0.1"
1996+
19931997
kleur@^3.0.3:
19941998
version "3.0.3"
19951999
resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
@@ -2086,7 +2090,7 @@ [email protected]:
20862090
dependencies:
20872091
brace-expansion "^2.0.1"
20882092

2089-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
2093+
minimatch@^3.1.1, minimatch@^3.1.2:
20902094
version "3.1.2"
20912095
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
20922096
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -2456,13 +2460,6 @@ reusify@^1.0.4:
24562460
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
24572461
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
24582462

2459-
rimraf@^3.0.2:
2460-
version "3.0.2"
2461-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
2462-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2463-
dependencies:
2464-
glob "^7.1.3"
2465-
24662463
run-parallel@^1.1.9:
24672464
version "1.2.0"
24682465
resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"
@@ -2753,11 +2750,6 @@ type-check@^0.4.0, type-check@~0.4.0:
27532750
dependencies:
27542751
prelude-ls "^1.2.1"
27552752

2756-
type-fest@^0.20.2:
2757-
version "0.20.2"
2758-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"
2759-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2760-
27612753
type-fest@^0.6.0:
27622754
version "0.6.0"
27632755
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz"

0 commit comments

Comments
 (0)