Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit f7ea48d

Browse files
Update dependency eslint to v9
1 parent 092aa60 commit f7ea48d

File tree

2 files changed

+67
-140
lines changed

2 files changed

+67
-140
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "18.19.33",
1414
"@types/react": "18.3.2",
1515
"@types/react-dom": "18.3.0",
16-
"eslint": "8.57.0",
16+
"eslint": "9.3.0",
1717
"eslint-config-next": "14.2.3",
1818
"next": "14.2.3",
1919
"react": "18.3.1",

yarn.lock

Lines changed: 66 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,32 @@
2626
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
2727
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
2828

29-
"@eslint/eslintrc@^2.1.4":
30-
version "2.1.4"
31-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
32-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
29+
"@eslint/eslintrc@^3.1.0":
30+
version "3.1.0"
31+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
32+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
3333
dependencies:
3434
ajv "^6.12.4"
3535
debug "^4.3.2"
36-
espree "^9.6.0"
37-
globals "^13.19.0"
36+
espree "^10.0.1"
37+
globals "^14.0.0"
3838
ignore "^5.2.0"
3939
import-fresh "^3.2.1"
4040
js-yaml "^4.1.0"
4141
minimatch "^3.1.2"
4242
strip-json-comments "^3.1.1"
4343

44-
"@eslint/js@8.57.0":
45-
version "8.57.0"
46-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
47-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
44+
"@eslint/js@9.3.0":
45+
version "9.3.0"
46+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.3.0.tgz#2e8f65c9c55227abc4845b1513c69c32c679d8fe"
47+
integrity sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==
4848

49-
"@humanwhocodes/config-array@^0.11.14":
50-
version "0.11.14"
51-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
52-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
49+
"@humanwhocodes/config-array@^0.13.0":
50+
version "0.13.0"
51+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
52+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
5353
dependencies:
54-
"@humanwhocodes/object-schema" "^2.0.2"
54+
"@humanwhocodes/object-schema" "^2.0.3"
5555
debug "^4.3.1"
5656
minimatch "^3.0.5"
5757

@@ -60,11 +60,16 @@
6060
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
6161
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
6262

63-
"@humanwhocodes/object-schema@^2.0.2":
63+
"@humanwhocodes/object-schema@^2.0.3":
6464
version "2.0.3"
6565
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
6666
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
6767

68+
"@humanwhocodes/retry@^0.3.0":
69+
version "0.3.0"
70+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
71+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
72+
6873
"@isaacs/cliui@^8.0.2":
6974
version "8.0.2"
7075
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -293,17 +298,12 @@
293298
"@typescript-eslint/types" "7.2.0"
294299
eslint-visitor-keys "^3.4.1"
295300

296-
"@ungap/structured-clone@^1.2.0":
297-
version "1.2.0"
298-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
299-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
300-
301301
acorn-jsx@^5.3.2:
302302
version "5.3.2"
303303
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
304304
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
305305

306-
acorn@^8.9.0:
306+
acorn@^8.11.3:
307307
version "8.11.3"
308308
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
309309
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -752,13 +752,6 @@ doctrine@^2.1.0:
752752
dependencies:
753753
esutils "^2.0.2"
754754

755-
doctrine@^3.0.0:
756-
version "3.0.0"
757-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
758-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
759-
dependencies:
760-
esutils "^2.0.2"
761-
762755
eastasianwidth@^0.2.0:
763756
version "0.2.0"
764757
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1031,54 +1024,55 @@ eslint-plugin-react@^7.33.2:
10311024
semver "^6.3.1"
10321025
string.prototype.matchall "^4.0.10"
10331026

1034-
eslint-scope@^7.2.2:
1035-
version "7.2.2"
1036-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
1037-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
1027+
eslint-scope@^8.0.1:
1028+
version "8.0.1"
1029+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
1030+
integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
10381031
dependencies:
10391032
esrecurse "^4.3.0"
10401033
estraverse "^5.2.0"
10411034

1042-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
1035+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
10431036
version "3.4.3"
10441037
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
10451038
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
10461039

1047-
1048-
version "8.57.0"
1049-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1050-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
1040+
eslint-visitor-keys@^4.0.0:
1041+
version "4.0.0"
1042+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1043+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1044+
1045+
1046+
version "9.3.0"
1047+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.3.0.tgz#36a96db84592618d6ed9074d677e92f4e58c08b9"
1048+
integrity sha512-5Iv4CsZW030lpUqHBapdPo3MJetAPtejVW8B84GIcIIv8+ohFaddXsrn1Gn8uD9ijDb+kcYKFUVmC8qG8B2ORQ==
10511049
dependencies:
10521050
"@eslint-community/eslint-utils" "^4.2.0"
10531051
"@eslint-community/regexpp" "^4.6.1"
1054-
"@eslint/eslintrc" "^2.1.4"
1055-
"@eslint/js" "8.57.0"
1056-
"@humanwhocodes/config-array" "^0.11.14"
1052+
"@eslint/eslintrc" "^3.1.0"
1053+
"@eslint/js" "9.3.0"
1054+
"@humanwhocodes/config-array" "^0.13.0"
10571055
"@humanwhocodes/module-importer" "^1.0.1"
1056+
"@humanwhocodes/retry" "^0.3.0"
10581057
"@nodelib/fs.walk" "^1.2.8"
1059-
"@ungap/structured-clone" "^1.2.0"
10601058
ajv "^6.12.4"
10611059
chalk "^4.0.0"
10621060
cross-spawn "^7.0.2"
10631061
debug "^4.3.2"
1064-
doctrine "^3.0.0"
10651062
escape-string-regexp "^4.0.0"
1066-
eslint-scope "^7.2.2"
1067-
eslint-visitor-keys "^3.4.3"
1068-
espree "^9.6.1"
1063+
eslint-scope "^8.0.1"
1064+
eslint-visitor-keys "^4.0.0"
1065+
espree "^10.0.1"
10691066
esquery "^1.4.2"
10701067
esutils "^2.0.2"
10711068
fast-deep-equal "^3.1.3"
1072-
file-entry-cache "^6.0.1"
1069+
file-entry-cache "^8.0.0"
10731070
find-up "^5.0.0"
10741071
glob-parent "^6.0.2"
1075-
globals "^13.19.0"
1076-
graphemer "^1.4.0"
10771072
ignore "^5.2.0"
10781073
imurmurhash "^0.1.4"
10791074
is-glob "^4.0.0"
10801075
is-path-inside "^3.0.3"
1081-
js-yaml "^4.1.0"
10821076
json-stable-stringify-without-jsonify "^1.0.1"
10831077
levn "^0.4.1"
10841078
lodash.merge "^4.6.2"
@@ -1088,14 +1082,14 @@ [email protected]:
10881082
strip-ansi "^6.0.1"
10891083
text-table "^0.2.0"
10901084

1091-
espree@^9.6.0, espree@^9.6.1:
1092-
version "9.6.1"
1093-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
1094-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
1085+
espree@^10.0.1:
1086+
version "10.0.1"
1087+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
1088+
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
10951089
dependencies:
1096-
acorn "^8.9.0"
1090+
acorn "^8.11.3"
10971091
acorn-jsx "^5.3.2"
1098-
eslint-visitor-keys "^3.4.1"
1092+
eslint-visitor-keys "^4.0.0"
10991093

11001094
esquery@^1.4.2:
11011095
version "1.5.0"
@@ -1154,12 +1148,12 @@ fastq@^1.6.0:
11541148
dependencies:
11551149
reusify "^1.0.4"
11561150

1157-
file-entry-cache@^6.0.1:
1158-
version "6.0.1"
1159-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1160-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1151+
file-entry-cache@^8.0.0:
1152+
version "8.0.0"
1153+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1154+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
11611155
dependencies:
1162-
flat-cache "^3.0.4"
1156+
flat-cache "^4.0.0"
11631157

11641158
fill-range@^7.0.1:
11651159
version "7.0.1"
@@ -1176,14 +1170,13 @@ find-up@^5.0.0:
11761170
locate-path "^6.0.0"
11771171
path-exists "^4.0.0"
11781172

1179-
flat-cache@^3.0.4:
1180-
version "3.2.0"
1181-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
1182-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
1173+
flat-cache@^4.0.0:
1174+
version "4.0.1"
1175+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1176+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
11831177
dependencies:
11841178
flatted "^3.2.9"
1185-
keyv "^4.5.3"
1186-
rimraf "^3.0.2"
1179+
keyv "^4.5.4"
11871180

11881181
flatted@^3.2.9:
11891182
version "3.3.1"
@@ -1210,11 +1203,6 @@ fraction.js@^4.3.7:
12101203
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
12111204
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
12121205

1213-
fs.realpath@^1.0.0:
1214-
version "1.0.0"
1215-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1216-
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
1217-
12181206
fsevents@~2.3.2:
12191207
version "2.3.3"
12201208
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -1303,24 +1291,10 @@ glob@^10.3.10:
13031291
minipass "^7.0.4"
13041292
path-scurry "^1.11.0"
13051293

1306-
glob@^7.1.3:
1307-
version "7.2.3"
1308-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
1309-
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
1310-
dependencies:
1311-
fs.realpath "^1.0.0"
1312-
inflight "^1.0.4"
1313-
inherits "2"
1314-
minimatch "^3.1.1"
1315-
once "^1.3.0"
1316-
path-is-absolute "^1.0.0"
1317-
1318-
globals@^13.19.0:
1319-
version "13.24.0"
1320-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
1321-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
1322-
dependencies:
1323-
type-fest "^0.20.2"
1294+
globals@^14.0.0:
1295+
version "14.0.0"
1296+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1297+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
13241298

13251299
globalthis@^1.0.3:
13261300
version "1.0.4"
@@ -1354,11 +1328,6 @@ graceful-fs@^4.2.11, graceful-fs@^4.2.4:
13541328
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
13551329
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
13561330

1357-
graphemer@^1.4.0:
1358-
version "1.4.0"
1359-
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1360-
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1361-
13621331
has-bigints@^1.0.1, has-bigints@^1.0.2:
13631332
version "1.0.2"
13641333
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -1418,19 +1387,6 @@ imurmurhash@^0.1.4:
14181387
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
14191388
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
14201389

1421-
inflight@^1.0.4:
1422-
version "1.0.6"
1423-
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
1424-
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
1425-
dependencies:
1426-
once "^1.3.0"
1427-
wrappy "1"
1428-
1429-
inherits@2:
1430-
version "2.0.4"
1431-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
1432-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1433-
14341390
internal-slot@^1.0.7:
14351391
version "1.0.7"
14361392
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
@@ -1701,7 +1657,7 @@ json5@^1.0.2:
17011657
object.assign "^4.1.4"
17021658
object.values "^1.1.6"
17031659

1704-
keyv@^4.5.3:
1660+
keyv@^4.5.4:
17051661
version "4.5.4"
17061662
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
17071663
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -1787,7 +1743,7 @@ [email protected]:
17871743
dependencies:
17881744
brace-expansion "^2.0.1"
17891745

1790-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1746+
minimatch@^3.0.5, minimatch@^3.1.2:
17911747
version "3.1.2"
17921748
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
17931749
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1954,13 +1910,6 @@ object.values@^1.1.6, object.values@^1.1.7:
19541910
define-properties "^1.2.1"
19551911
es-object-atoms "^1.0.0"
19561912

1957-
once@^1.3.0:
1958-
version "1.4.0"
1959-
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
1960-
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
1961-
dependencies:
1962-
wrappy "1"
1963-
19641913
optionator@^0.9.3:
19651914
version "0.9.4"
19661915
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz#7ea1c1a5d91d764fb282139c88fe11e182a3a734"
@@ -1999,11 +1948,6 @@ path-exists@^4.0.0:
19991948
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
20001949
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
20011950

2002-
path-is-absolute@^1.0.0:
2003-
version "1.0.1"
2004-
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
2005-
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
2006-
20071951
path-key@^3.1.0:
20081952
version "3.1.1"
20091953
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -2233,13 +2177,6 @@ reusify@^1.0.4:
22332177
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
22342178
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
22352179

2236-
rimraf@^3.0.2:
2237-
version "3.0.2"
2238-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2239-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2240-
dependencies:
2241-
glob "^7.1.3"
2242-
22432180
run-parallel@^1.1.9:
22442181
version "1.2.0"
22452182
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -2574,11 +2511,6 @@ type-check@^0.4.0, type-check@~0.4.0:
25742511
dependencies:
25752512
prelude-ls "^1.2.1"
25762513

2577-
type-fest@^0.20.2:
2578-
version "0.20.2"
2579-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2580-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2581-
25822514
typed-array-buffer@^1.0.2:
25832515
version "1.0.2"
25842516
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3"
@@ -2748,11 +2680,6 @@ wrap-ansi@^8.1.0:
27482680
string-width "^5.0.1"
27492681
strip-ansi "^7.0.1"
27502682

2751-
wrappy@1:
2752-
version "1.0.2"
2753-
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
2754-
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
2755-
27562683
yaml@^2.3.4:
27572684
version "2.4.2"
27582685
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362"

0 commit comments

Comments
 (0)