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

Commit 3dd96d1

Browse files
Update dependency eslint to v9
1 parent ad3f3fb commit 3dd96d1

File tree

2 files changed

+61
-134
lines changed

2 files changed

+61
-134
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.30",
1414
"@types/react": "18.2.74",
1515
"@types/react-dom": "18.2.24",
16-
"eslint": "8.57.0",
16+
"eslint": "9.0.0",
1717
"eslint-config-next": "14.1.4",
1818
"next": "14.1.4",
1919
"react": "18.2.0",

yarn.lock

Lines changed: 60 additions & 133 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.0.0":
50+
version "9.0.0"
51+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.0.0.tgz#1a9e4b4c96d8c7886e0110ed310a0135144a1691"
52+
integrity sha512-RThY/MnKrhubF6+s1JflwUjPEsnCEmYCWwqa/aRISKWNXGZ9epUwft4bUMM35SdKF9xvBrLydAM1RDHd1Z//ZQ==
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.12.3":
55+
version "0.12.3"
56+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.12.3.tgz#a6216d90f81a30bedd1d4b5d799b47241f318072"
57+
integrity sha512-jsNnTBlMWuTpDkeE3on7+dWJi0D6fdDfeANj/w7MpS8ztROCoLvIO2nG0CcFj+E4k8j4QrSTh4Oryi3i2G669g==
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,7 +65,7 @@
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==
@@ -292,17 +292,12 @@
292292
"@typescript-eslint/types" "6.21.0"
293293
eslint-visitor-keys "^3.4.1"
294294

295-
"@ungap/structured-clone@^1.2.0":
296-
version "1.2.0"
297-
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
298-
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
299-
300295
acorn-jsx@^5.3.2:
301296
version "5.3.2"
302297
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
303298
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
304299

305-
acorn@^8.9.0:
300+
acorn@^8.11.3:
306301
version "8.11.3"
307302
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
308303
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -751,13 +746,6 @@ doctrine@^2.1.0:
751746
dependencies:
752747
esutils "^2.0.2"
753748

754-
doctrine@^3.0.0:
755-
version "3.0.0"
756-
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
757-
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
758-
dependencies:
759-
esutils "^2.0.2"
760-
761749
eastasianwidth@^0.2.0:
762750
version "0.2.0"
763751
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1030,54 +1018,55 @@ eslint-plugin-react@^7.33.2:
10301018
semver "^6.3.1"
10311019
string.prototype.matchall "^4.0.10"
10321020

1033-
eslint-scope@^7.2.2:
1034-
version "7.2.2"
1035-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
1036-
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
1021+
eslint-scope@^8.0.1:
1022+
version "8.0.1"
1023+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc"
1024+
integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==
10371025
dependencies:
10381026
esrecurse "^4.3.0"
10391027
estraverse "^5.2.0"
10401028

1041-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
1029+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
10421030
version "3.4.3"
10431031
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
10441032
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
10451033

1046-
1047-
version "8.57.0"
1048-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
1049-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
1034+
eslint-visitor-keys@^4.0.0:
1035+
version "4.0.0"
1036+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
1037+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
1038+
1039+
1040+
version "9.0.0"
1041+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.0.0.tgz#6270548758e390343f78c8afd030566d86927d40"
1042+
integrity sha512-IMryZ5SudxzQvuod6rUdIUz29qFItWx281VhtFVc2Psy/ZhlCeD/5DT6lBIJ4H3G+iamGJoTln1v+QSuPw0p7Q==
10501043
dependencies:
10511044
"@eslint-community/eslint-utils" "^4.2.0"
10521045
"@eslint-community/regexpp" "^4.6.1"
1053-
"@eslint/eslintrc" "^2.1.4"
1054-
"@eslint/js" "8.57.0"
1055-
"@humanwhocodes/config-array" "^0.11.14"
1046+
"@eslint/eslintrc" "^3.0.2"
1047+
"@eslint/js" "9.0.0"
1048+
"@humanwhocodes/config-array" "^0.12.3"
10561049
"@humanwhocodes/module-importer" "^1.0.1"
10571050
"@nodelib/fs.walk" "^1.2.8"
1058-
"@ungap/structured-clone" "^1.2.0"
10591051
ajv "^6.12.4"
10601052
chalk "^4.0.0"
10611053
cross-spawn "^7.0.2"
10621054
debug "^4.3.2"
1063-
doctrine "^3.0.0"
10641055
escape-string-regexp "^4.0.0"
1065-
eslint-scope "^7.2.2"
1066-
eslint-visitor-keys "^3.4.3"
1067-
espree "^9.6.1"
1056+
eslint-scope "^8.0.1"
1057+
eslint-visitor-keys "^4.0.0"
1058+
espree "^10.0.1"
10681059
esquery "^1.4.2"
10691060
esutils "^2.0.2"
10701061
fast-deep-equal "^3.1.3"
1071-
file-entry-cache "^6.0.1"
1062+
file-entry-cache "^8.0.0"
10721063
find-up "^5.0.0"
10731064
glob-parent "^6.0.2"
1074-
globals "^13.19.0"
10751065
graphemer "^1.4.0"
10761066
ignore "^5.2.0"
10771067
imurmurhash "^0.1.4"
10781068
is-glob "^4.0.0"
10791069
is-path-inside "^3.0.3"
1080-
js-yaml "^4.1.0"
10811070
json-stable-stringify-without-jsonify "^1.0.1"
10821071
levn "^0.4.1"
10831072
lodash.merge "^4.6.2"
@@ -1087,14 +1076,14 @@ [email protected]:
10871076
strip-ansi "^6.0.1"
10881077
text-table "^0.2.0"
10891078

1090-
espree@^9.6.0, espree@^9.6.1:
1091-
version "9.6.1"
1092-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
1093-
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
1079+
espree@^10.0.1:
1080+
version "10.0.1"
1081+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
1082+
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
10941083
dependencies:
1095-
acorn "^8.9.0"
1084+
acorn "^8.11.3"
10961085
acorn-jsx "^5.3.2"
1097-
eslint-visitor-keys "^3.4.1"
1086+
eslint-visitor-keys "^4.0.0"
10981087

10991088
esquery@^1.4.2:
11001089
version "1.5.0"
@@ -1153,12 +1142,12 @@ fastq@^1.6.0:
11531142
dependencies:
11541143
reusify "^1.0.4"
11551144

1156-
file-entry-cache@^6.0.1:
1157-
version "6.0.1"
1158-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1159-
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
1145+
file-entry-cache@^8.0.0:
1146+
version "8.0.0"
1147+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
1148+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
11601149
dependencies:
1161-
flat-cache "^3.0.4"
1150+
flat-cache "^4.0.0"
11621151

11631152
fill-range@^7.0.1:
11641153
version "7.0.1"
@@ -1175,14 +1164,13 @@ find-up@^5.0.0:
11751164
locate-path "^6.0.0"
11761165
path-exists "^4.0.0"
11771166

1178-
flat-cache@^3.0.4:
1179-
version "3.2.0"
1180-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
1181-
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
1167+
flat-cache@^4.0.0:
1168+
version "4.0.1"
1169+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
1170+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
11821171
dependencies:
11831172
flatted "^3.2.9"
1184-
keyv "^4.5.3"
1185-
rimraf "^3.0.2"
1173+
keyv "^4.5.4"
11861174

11871175
flatted@^3.2.9:
11881176
version "3.3.1"
@@ -1209,11 +1197,6 @@ fraction.js@^4.3.7:
12091197
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
12101198
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
12111199

1212-
fs.realpath@^1.0.0:
1213-
version "1.0.0"
1214-
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1215-
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
1216-
12171200
fsevents@~2.3.2:
12181201
version "2.3.3"
12191202
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
@@ -1302,24 +1285,10 @@ glob@^10.3.10:
13021285
minipass "^7.0.4"
13031286
path-scurry "^1.10.2"
13041287

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

13241293
globalthis@^1.0.3:
13251294
version "1.0.3"
@@ -1416,19 +1385,6 @@ imurmurhash@^0.1.4:
14161385
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
14171386
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
14181387

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

1702-
keyv@^4.5.3:
1658+
keyv@^4.5.4:
17031659
version "4.5.4"
17041660
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
17051661
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
@@ -1792,7 +1748,7 @@ [email protected]:
17921748
dependencies:
17931749
brace-expansion "^2.0.1"
17941750

1795-
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1751+
minimatch@^3.0.5, minimatch@^3.1.2:
17961752
version "3.1.2"
17971753
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
17981754
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1959,13 +1915,6 @@ object.values@^1.1.6, object.values@^1.1.7:
19591915
define-properties "^1.2.1"
19601916
es-object-atoms "^1.0.0"
19611917

1962-
once@^1.3.0:
1963-
version "1.4.0"
1964-
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
1965-
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
1966-
dependencies:
1967-
wrappy "1"
1968-
19691918
optionator@^0.9.3:
19701919
version "0.9.3"
19711920
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
@@ -2004,11 +1953,6 @@ path-exists@^4.0.0:
20041953
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
20051954
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
20061955

2007-
path-is-absolute@^1.0.0:
2008-
version "1.0.1"
2009-
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
2010-
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
2011-
20121956
path-key@^3.1.0:
20131957
version "3.1.1"
20141958
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -2238,13 +2182,6 @@ reusify@^1.0.4:
22382182
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
22392183
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
22402184

2241-
rimraf@^3.0.2:
2242-
version "3.0.2"
2243-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2244-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2245-
dependencies:
2246-
glob "^7.1.3"
2247-
22482185
run-parallel@^1.1.9:
22492186
version "1.2.0"
22502187
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -2581,11 +2518,6 @@ type-check@^0.4.0, type-check@~0.4.0:
25812518
dependencies:
25822519
prelude-ls "^1.2.1"
25832520

2584-
type-fest@^0.20.2:
2585-
version "0.20.2"
2586-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
2587-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
2588-
25892521
typed-array-buffer@^1.0.2:
25902522
version "1.0.2"
25912523
resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3"
@@ -2750,11 +2682,6 @@ wrap-ansi@^8.1.0:
27502682
string-width "^5.0.1"
27512683
strip-ansi "^7.0.1"
27522684

2753-
wrappy@1:
2754-
version "1.0.2"
2755-
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
2756-
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
2757-
27582685
yallist@^4.0.0:
27592686
version "4.0.0"
27602687
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)