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

Commit 57316f7

Browse files
Update dependency eslint to v9
1 parent 7df79f5 commit 57316f7

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.31",
1414
"@types/react": "18.2.79",
1515
"@types/react-dom": "18.2.25",
16-
"eslint": "8.57.0",
16+
"eslint": "9.1.1",
1717
"eslint-config-next": "14.2.3",
1818
"next": "14.2.2",
1919
"react": "18.2.0",

yarn.lock

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

34-
"@eslint/eslintrc@^2.1.4":
35-
version "2.1.4"
36-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
37-
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
34+
"@eslint/eslintrc@^3.0.2":
35+
version "3.0.2"
36+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.0.2.tgz#36180f8e85bf34d2fe3ccc2261e8e204a411ab4e"
37+
integrity sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==
3838
dependencies:
3939
ajv "^6.12.4"
4040
debug "^4.3.2"
41-
espree "^9.6.0"
42-
globals "^13.19.0"
41+
espree "^10.0.1"
42+
globals "^14.0.0"
4343
ignore "^5.2.0"
4444
import-fresh "^3.2.1"
4545
js-yaml "^4.1.0"
4646
minimatch "^3.1.2"
4747
strip-json-comments "^3.1.1"
4848

49-
"@eslint/js@8.57.0":
50-
version "8.57.0"
51-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
52-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
49+
"@eslint/js@9.1.1":
50+
version "9.1.1"
51+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.1.1.tgz#eb0f82461d12779bbafc1b5045cde3143d350a8a"
52+
integrity sha512-5WoDz3Y19Bg2BnErkZTp0en+c/i9PvgFS7MBe1+m60HjFr0hrphlAGp4yzI7pxpt4xShln4ZyYp4neJm8hmOkQ==
5353

54-
"@humanwhocodes/config-array@^0.11.14":
55-
version "0.11.14"
56-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
57-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
54+
"@humanwhocodes/config-array@^0.13.0":
55+
version "0.13.0"
56+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
57+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
5858
dependencies:
59-
"@humanwhocodes/object-schema" "^2.0.2"
59+
"@humanwhocodes/object-schema" "^2.0.3"
6060
debug "^4.3.1"
6161
minimatch "^3.0.5"
6262

@@ -65,11 +65,16 @@
6565
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
6666
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
6767

68-
"@humanwhocodes/object-schema@^2.0.2":
68+
"@humanwhocodes/object-schema@^2.0.3":
6969
version "2.0.3"
7070
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
7171
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
7272

73+
"@humanwhocodes/retry@^0.2.3":
74+
version "0.2.3"
75+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.2.3.tgz#c9aa036d1afa643f1250e83150f39efb3a15a631"
76+
integrity sha512-X38nUbachlb01YMlvPFojKoiXq+LzZvuSce70KPMPdeM1Rj03k4dR7lDslhbqXn3Ang4EU3+EAmwEAsbrjHW3g==
77+
7378
"@isaacs/cliui@^8.0.2":
7479
version "8.0.2"
7580
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -298,17 +303,12 @@
298303
"@typescript-eslint/types" "7.2.0"
299304
eslint-visitor-keys "^3.4.1"
300305

301-
"@ungap/structured-clone@^1.2.0":
302-
version "1.2.0"
303-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
304-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
305-
306306
acorn-jsx@^5.3.2:
307307
version "5.3.2"
308308
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
309309
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
310310

311-
acorn@^8.9.0:
311+
acorn@^8.11.3:
312312
version "8.11.3"
313313
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
314314
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -757,13 +757,6 @@ doctrine@^2.1.0:
757757
dependencies:
758758
esutils "^2.0.2"
759759

760-
doctrine@^3.0.0:
761-
version "3.0.0"
762-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
763-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
764-
dependencies:
765-
esutils "^2.0.2"
766-
767760
eastasianwidth@^0.2.0:
768761
version "0.2.0"
769762
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1036,54 +1029,55 @@ eslint-plugin-react@^7.33.2:
10361029
semver "^6.3.1"
10371030
string.prototype.matchall "^4.0.10"
10381031

1039-
eslint-scope@^7.2.2:
1040-
version "7.2.2"
1041-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
1042-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
1032+
eslint-scope@^8.0.1:
1033+
version "8.0.1"
1034+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
1035+
integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
10431036
dependencies:
10441037
esrecurse "^4.3.0"
10451038
estraverse "^5.2.0"
10461039

1047-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
1040+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
10481041
version "3.4.3"
10491042
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
10501043
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
10511044

1052-
1053-
version "8.57.0"
1054-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1055-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
1045+
eslint-visitor-keys@^4.0.0:
1046+
version "4.0.0"
1047+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1048+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1049+
1050+
1051+
version "9.1.1"
1052+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.1.1.tgz#39ec657ccd12813cb4a1dab2f9229dcc6e468271"
1053+
integrity sha512-b4cRQ0BeZcSEzPpY2PjFY70VbO32K7BStTGtBsnIGdTSEEQzBi8hPBcGQmTG2zUvFr9uLe0TK42bw8YszuHEqg==
10561054
dependencies:
10571055
"@eslint-community/eslint-utils" "^4.2.0"
10581056
"@eslint-community/regexpp" "^4.6.1"
1059-
"@eslint/eslintrc" "^2.1.4"
1060-
"@eslint/js" "8.57.0"
1061-
"@humanwhocodes/config-array" "^0.11.14"
1057+
"@eslint/eslintrc" "^3.0.2"
1058+
"@eslint/js" "9.1.1"
1059+
"@humanwhocodes/config-array" "^0.13.0"
10621060
"@humanwhocodes/module-importer" "^1.0.1"
1061+
"@humanwhocodes/retry" "^0.2.3"
10631062
"@nodelib/fs.walk" "^1.2.8"
1064-
"@ungap/structured-clone" "^1.2.0"
10651063
ajv "^6.12.4"
10661064
chalk "^4.0.0"
10671065
cross-spawn "^7.0.2"
10681066
debug "^4.3.2"
1069-
doctrine "^3.0.0"
10701067
escape-string-regexp "^4.0.0"
1071-
eslint-scope "^7.2.2"
1072-
eslint-visitor-keys "^3.4.3"
1073-
espree "^9.6.1"
1068+
eslint-scope "^8.0.1"
1069+
eslint-visitor-keys "^4.0.0"
1070+
espree "^10.0.1"
10741071
esquery "^1.4.2"
10751072
esutils "^2.0.2"
10761073
fast-deep-equal "^3.1.3"
1077-
file-entry-cache "^6.0.1"
1074+
file-entry-cache "^8.0.0"
10781075
find-up "^5.0.0"
10791076
glob-parent "^6.0.2"
1080-
globals "^13.19.0"
1081-
graphemer "^1.4.0"
10821077
ignore "^5.2.0"
10831078
imurmurhash "^0.1.4"
10841079
is-glob "^4.0.0"
10851080
is-path-inside "^3.0.3"
1086-
js-yaml "^4.1.0"
10871081
json-stable-stringify-without-jsonify "^1.0.1"
10881082
levn "^0.4.1"
10891083
lodash.merge "^4.6.2"
@@ -1093,14 +1087,14 @@ [email protected]:
10931087
strip-ansi "^6.0.1"
10941088
text-table "^0.2.0"
10951089

1096-
espree@^9.6.0, espree@^9.6.1:
1097-
version "9.6.1"
1098-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
1099-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
1090+
espree@^10.0.1:
1091+
version "10.0.1"
1092+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
1093+
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
11001094
dependencies:
1101-
acorn "^8.9.0"
1095+
acorn "^8.11.3"
11021096
acorn-jsx "^5.3.2"
1103-
eslint-visitor-keys "^3.4.1"
1097+
eslint-visitor-keys "^4.0.0"
11041098

11051099
esquery@^1.4.2:
11061100
version "1.5.0"
@@ -1159,12 +1153,12 @@ fastq@^1.6.0:
11591153
dependencies:
11601154
reusify "^1.0.4"
11611155

1162-
file-entry-cache@^6.0.1:
1163-
version "6.0.1"
1164-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1165-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1156+
file-entry-cache@^8.0.0:
1157+
version "8.0.0"
1158+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1159+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
11661160
dependencies:
1167-
flat-cache "^3.0.4"
1161+
flat-cache "^4.0.0"
11681162

11691163
fill-range@^7.0.1:
11701164
version "7.0.1"
@@ -1181,14 +1175,13 @@ find-up@^5.0.0:
11811175
locate-path "^6.0.0"
11821176
path-exists "^4.0.0"
11831177

1184-
flat-cache@^3.0.4:
1185-
version "3.2.0"
1186-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
1187-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
1178+
flat-cache@^4.0.0:
1179+
version "4.0.1"
1180+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1181+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
11881182
dependencies:
11891183
flatted "^3.2.9"
1190-
keyv "^4.5.3"
1191-
rimraf "^3.0.2"
1184+
keyv "^4.5.4"
11921185

11931186
flatted@^3.2.9:
11941187
version "3.3.1"
@@ -1215,11 +1208,6 @@ fraction.js@^4.3.7:
12151208
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
12161209
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
12171210

1218-
fs.realpath@^1.0.0:
1219-
version "1.0.0"
1220-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1221-
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
1222-
12231211
fsevents@~2.3.2:
12241212
version "2.3.3"
12251213
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -1308,24 +1296,10 @@ glob@^10.3.10:
13081296
minipass "^7.0.4"
13091297
path-scurry "^1.10.2"
13101298

1311-
glob@^7.1.3:
1312-
version "7.2.3"
1313-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
1314-
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
1315-
dependencies:
1316-
fs.realpath "^1.0.0"
1317-
inflight "^1.0.4"
1318-
inherits "2"
1319-
minimatch "^3.1.1"
1320-
once "^1.3.0"
1321-
path-is-absolute "^1.0.0"
1322-
1323-
globals@^13.19.0:
1324-
version "13.24.0"
1325-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
1326-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
1327-
dependencies:
1328-
type-fest "^0.20.2"
1299+
globals@^14.0.0:
1300+
version "14.0.0"
1301+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1302+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
13291303

13301304
globalthis@^1.0.3:
13311305
version "1.0.3"
@@ -1358,11 +1332,6 @@ graceful-fs@^4.2.11, graceful-fs@^4.2.4:
13581332
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
13591333
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
13601334

1361-
graphemer@^1.4.0:
1362-
version "1.4.0"
1363-
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1364-
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1365-
13661335
has-bigints@^1.0.1, has-bigints@^1.0.2:
13671336
version "1.0.2"
13681337
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -1422,19 +1391,6 @@ imurmurhash@^0.1.4:
14221391
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
14231392
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
14241393

1425-
inflight@^1.0.4:
1426-
version "1.0.6"
1427-
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
1428-
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
1429-
dependencies:
1430-
once "^1.3.0"
1431-
wrappy "1"
1432-
1433-
inherits@2:
1434-
version "2.0.4"
1435-
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
1436-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
1437-
14381394
internal-slot@^1.0.7:
14391395
version "1.0.7"
14401396
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
@@ -1705,7 +1661,7 @@ json5@^1.0.2:
17051661
object.assign "^4.1.4"
17061662
object.values "^1.1.6"
17071663

1708-
keyv@^4.5.3:
1664+
keyv@^4.5.4:
17091665
version "4.5.4"
17101666
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
17111667
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -1798,7 +1754,7 @@ [email protected]:
17981754
dependencies:
17991755
brace-expansion "^2.0.1"
18001756

1801-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1757+
minimatch@^3.0.5, minimatch@^3.1.2:
18021758
version "3.1.2"
18031759
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
18041760
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1965,13 +1921,6 @@ object.values@^1.1.6, object.values@^1.1.7:
19651921
define-properties "^1.2.1"
19661922
es-object-atoms "^1.0.0"
19671923

1968-
once@^1.3.0:
1969-
version "1.4.0"
1970-
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
1971-
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
1972-
dependencies:
1973-
wrappy "1"
1974-
19751924
optionator@^0.9.3:
19761925
version "0.9.3"
19771926
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
@@ -2010,11 +1959,6 @@ path-exists@^4.0.0:
20101959
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
20111960
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
20121961

2013-
path-is-absolute@^1.0.0:
2014-
version "1.0.1"
2015-
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
2016-
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
2017-
20181962
path-key@^3.1.0:
20191963
version "3.1.1"
20201964
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -2244,13 +2188,6 @@ reusify@^1.0.4:
22442188
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
22452189
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
22462190

2247-
rimraf@^3.0.2:
2248-
version "3.0.2"
2249-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2250-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2251-
dependencies:
2252-
glob "^7.1.3"
2253-
22542191
run-parallel@^1.1.9:
22552192
version "1.2.0"
22562193
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -2587,11 +2524,6 @@ type-check@^0.4.0, type-check@~0.4.0:
25872524
dependencies:
25882525
prelude-ls "^1.2.1"
25892526

2590-
type-fest@^0.20.2:
2591-
version "0.20.2"
2592-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2593-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2594-
25952527
typed-array-buffer@^1.0.2:
25962528
version "1.0.2"
25972529
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3"
@@ -2756,11 +2688,6 @@ wrap-ansi@^8.1.0:
27562688
string-width "^5.0.1"
27572689
strip-ansi "^7.0.1"
27582690

2759-
wrappy@1:
2760-
version "1.0.2"
2761-
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
2762-
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
2763-
27642691
yallist@^4.0.0:
27652692
version "4.0.0"
27662693
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)