Skip to content

Commit b9eb0e5

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent c0c8040 commit b9eb0e5

File tree

2 files changed

+127
-84
lines changed

2 files changed

+127
-84
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"devDependencies": {
3737
"@types/jest": "^29.5.11",
3838
"@types/node": "^20.11.5",
39-
"@typescript-eslint/eslint-plugin": "6.21.0",
40-
"@typescript-eslint/parser": "6.21.0",
39+
"@typescript-eslint/eslint-plugin": "8.29.1",
40+
"@typescript-eslint/parser": "8.29.1",
4141
"@vercel/ncc": "0.38.1",
4242
"dotenv": "^16.3.1",
4343
"eslint": "^8.56.0",

yarn.lock

Lines changed: 125 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,12 @@
515515
dependencies:
516516
eslint-visitor-keys "^3.3.0"
517517

518-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
518+
"@eslint-community/regexpp@^4.10.0":
519+
version "4.12.1"
520+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
521+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
522+
523+
"@eslint-community/regexpp@^4.6.1":
519524
version "4.10.0"
520525
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
521526
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -1222,7 +1227,7 @@
12221227
resolved "https://registry.yarnpkg.com/@types/js-levenshtein/-/js-levenshtein-1.1.3.tgz#a6fd0bdc8255b274e5438e0bfb25f154492d1106"
12231228
integrity sha512-jd+Q+sD20Qfu9e2aEXogiO3vpOC1PYJOUdyN9gvs4Qrvkg4wF43L5OhqrPeokdv8TL0/mXoYfpkcoGZMNN2pkQ==
12241229

1225-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1230+
"@types/json-schema@^7.0.9":
12261231
version "7.0.15"
12271232
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
12281233
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1254,7 +1259,7 @@
12541259
dependencies:
12551260
undici-types "~5.26.4"
12561261

1257-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
1262+
"@types/semver@^7.3.12":
12581263
version "7.5.6"
12591264
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
12601265
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
@@ -1288,32 +1293,30 @@
12881293
dependencies:
12891294
"@types/yargs-parser" "*"
12901295

1291-
"@typescript-eslint/eslint-plugin@6.21.0":
1292-
version "6.21.0"
1293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1294-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
1296+
"@typescript-eslint/eslint-plugin@8.29.1":
1297+
version "8.29.1"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz#593639d9bb5239b2d877d65757b7e2c9100a2e84"
1299+
integrity sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==
12951300
dependencies:
1296-
"@eslint-community/regexpp" "^4.5.1"
1297-
"@typescript-eslint/scope-manager" "6.21.0"
1298-
"@typescript-eslint/type-utils" "6.21.0"
1299-
"@typescript-eslint/utils" "6.21.0"
1300-
"@typescript-eslint/visitor-keys" "6.21.0"
1301-
debug "^4.3.4"
1301+
"@eslint-community/regexpp" "^4.10.0"
1302+
"@typescript-eslint/scope-manager" "8.29.1"
1303+
"@typescript-eslint/type-utils" "8.29.1"
1304+
"@typescript-eslint/utils" "8.29.1"
1305+
"@typescript-eslint/visitor-keys" "8.29.1"
13021306
graphemer "^1.4.0"
1303-
ignore "^5.2.4"
1307+
ignore "^5.3.1"
13041308
natural-compare "^1.4.0"
1305-
semver "^7.5.4"
1306-
ts-api-utils "^1.0.1"
1309+
ts-api-utils "^2.0.1"
13071310

1308-
"@typescript-eslint/parser@6.21.0":
1309-
version "6.21.0"
1310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1311-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1311+
"@typescript-eslint/parser@8.29.1":
1312+
version "8.29.1"
1313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
1314+
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
13121315
dependencies:
1313-
"@typescript-eslint/scope-manager" "6.21.0"
1314-
"@typescript-eslint/types" "6.21.0"
1315-
"@typescript-eslint/typescript-estree" "6.21.0"
1316-
"@typescript-eslint/visitor-keys" "6.21.0"
1316+
"@typescript-eslint/scope-manager" "8.29.1"
1317+
"@typescript-eslint/types" "8.29.1"
1318+
"@typescript-eslint/typescript-estree" "8.29.1"
1319+
"@typescript-eslint/visitor-keys" "8.29.1"
13171320
debug "^4.3.4"
13181321

13191322
"@typescript-eslint/[email protected]":
@@ -1324,33 +1327,33 @@
13241327
"@typescript-eslint/types" "5.62.0"
13251328
"@typescript-eslint/visitor-keys" "5.62.0"
13261329

1327-
"@typescript-eslint/scope-manager@6.21.0":
1328-
version "6.21.0"
1329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1330-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1330+
"@typescript-eslint/scope-manager@8.29.1":
1331+
version "8.29.1"
1332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
1333+
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
13311334
dependencies:
1332-
"@typescript-eslint/types" "6.21.0"
1333-
"@typescript-eslint/visitor-keys" "6.21.0"
1335+
"@typescript-eslint/types" "8.29.1"
1336+
"@typescript-eslint/visitor-keys" "8.29.1"
13341337

1335-
"@typescript-eslint/type-utils@6.21.0":
1336-
version "6.21.0"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1338-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
1338+
"@typescript-eslint/type-utils@8.29.1":
1339+
version "8.29.1"
1340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
1341+
integrity sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==
13391342
dependencies:
1340-
"@typescript-eslint/typescript-estree" "6.21.0"
1341-
"@typescript-eslint/utils" "6.21.0"
1343+
"@typescript-eslint/typescript-estree" "8.29.1"
1344+
"@typescript-eslint/utils" "8.29.1"
13421345
debug "^4.3.4"
1343-
ts-api-utils "^1.0.1"
1346+
ts-api-utils "^2.0.1"
13441347

13451348
"@typescript-eslint/[email protected]":
13461349
version "5.62.0"
13471350
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
13481351
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
13491352

1350-
"@typescript-eslint/types@6.21.0":
1351-
version "6.21.0"
1352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1353-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1353+
"@typescript-eslint/types@8.29.1":
1354+
version "8.29.1"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
1356+
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
13541357

13551358
"@typescript-eslint/[email protected]":
13561359
version "5.62.0"
@@ -1365,32 +1368,29 @@
13651368
semver "^7.3.7"
13661369
tsutils "^3.21.0"
13671370

1368-
"@typescript-eslint/typescript-estree@6.21.0":
1369-
version "6.21.0"
1370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1371-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1371+
"@typescript-eslint/typescript-estree@8.29.1":
1372+
version "8.29.1"
1373+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
1374+
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
13721375
dependencies:
1373-
"@typescript-eslint/types" "6.21.0"
1374-
"@typescript-eslint/visitor-keys" "6.21.0"
1376+
"@typescript-eslint/types" "8.29.1"
1377+
"@typescript-eslint/visitor-keys" "8.29.1"
13751378
debug "^4.3.4"
1376-
globby "^11.1.0"
1379+
fast-glob "^3.3.2"
13771380
is-glob "^4.0.3"
1378-
minimatch "9.0.3"
1379-
semver "^7.5.4"
1380-
ts-api-utils "^1.0.1"
1381+
minimatch "^9.0.4"
1382+
semver "^7.6.0"
1383+
ts-api-utils "^2.0.1"
13811384

1382-
"@typescript-eslint/utils@6.21.0":
1383-
version "6.21.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1385-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1385+
"@typescript-eslint/utils@8.29.1":
1386+
version "8.29.1"
1387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.1.tgz#3d206c8c8def3527a8eb0588e94e3e60f7e167c9"
1388+
integrity sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==
13861389
dependencies:
13871390
"@eslint-community/eslint-utils" "^4.4.0"
1388-
"@types/json-schema" "^7.0.12"
1389-
"@types/semver" "^7.5.0"
1390-
"@typescript-eslint/scope-manager" "6.21.0"
1391-
"@typescript-eslint/types" "6.21.0"
1392-
"@typescript-eslint/typescript-estree" "6.21.0"
1393-
semver "^7.5.4"
1391+
"@typescript-eslint/scope-manager" "8.29.1"
1392+
"@typescript-eslint/types" "8.29.1"
1393+
"@typescript-eslint/typescript-estree" "8.29.1"
13941394

13951395
"@typescript-eslint/utils@^5.10.0":
13961396
version "5.62.0"
@@ -1414,13 +1414,13 @@
14141414
"@typescript-eslint/types" "5.62.0"
14151415
eslint-visitor-keys "^3.3.0"
14161416

1417-
"@typescript-eslint/visitor-keys@6.21.0":
1418-
version "6.21.0"
1419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1420-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1417+
"@typescript-eslint/visitor-keys@8.29.1":
1418+
version "8.29.1"
1419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
1420+
integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==
14211421
dependencies:
1422-
"@typescript-eslint/types" "6.21.0"
1423-
eslint-visitor-keys "^3.4.1"
1422+
"@typescript-eslint/types" "8.29.1"
1423+
eslint-visitor-keys "^4.2.0"
14241424

14251425
"@ungap/structured-clone@^1.2.0":
14261426
version "1.2.0"
@@ -1722,6 +1722,13 @@ braces@^3.0.2, braces@~3.0.2:
17221722
dependencies:
17231723
fill-range "^7.0.1"
17241724

1725+
braces@^3.0.3:
1726+
version "3.0.3"
1727+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1728+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1729+
dependencies:
1730+
fill-range "^7.1.1"
1731+
17251732
browserslist@^4.22.2:
17261733
version "4.22.2"
17271734
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
@@ -2282,6 +2289,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
22822289
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
22832290
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
22842291

2292+
eslint-visitor-keys@^4.2.0:
2293+
version "4.2.0"
2294+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2295+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2296+
22852297
eslint@^8.56.0:
22862298
version "8.57.0"
22872299
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -2445,6 +2457,17 @@ fast-glob@^3.2.9:
24452457
merge2 "^1.3.0"
24462458
micromatch "^4.0.4"
24472459

2460+
fast-glob@^3.3.2:
2461+
version "3.3.3"
2462+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2463+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2464+
dependencies:
2465+
"@nodelib/fs.stat" "^2.0.2"
2466+
"@nodelib/fs.walk" "^1.2.3"
2467+
glob-parent "^5.1.2"
2468+
merge2 "^1.3.0"
2469+
micromatch "^4.0.8"
2470+
24482471
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
24492472
version "2.1.0"
24502473
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2490,6 +2513,13 @@ fill-range@^7.0.1:
24902513
dependencies:
24912514
to-regex-range "^5.0.1"
24922515

2516+
fill-range@^7.1.1:
2517+
version "7.1.1"
2518+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
2519+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
2520+
dependencies:
2521+
to-regex-range "^5.0.1"
2522+
24932523
find-up@^4.0.0, find-up@^4.1.0:
24942524
version "4.1.0"
24952525
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -2770,10 +2800,10 @@ ignore@^5.2.0:
27702800
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
27712801
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
27722802

2773-
ignore@^5.2.4:
2774-
version "5.3.0"
2775-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
2776-
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
2803+
ignore@^5.3.1:
2804+
version "5.3.2"
2805+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2806+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
27772807

27782808
import-fresh@^3.2.1:
27792809
version "3.3.0"
@@ -3711,6 +3741,14 @@ micromatch@^4.0.4:
37113741
braces "^3.0.2"
37123742
picomatch "^2.3.1"
37133743

3744+
micromatch@^4.0.8:
3745+
version "4.0.8"
3746+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
3747+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
3748+
dependencies:
3749+
braces "^3.0.3"
3750+
picomatch "^2.3.1"
3751+
37143752
37153753
version "1.52.0"
37163754
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
@@ -3728,20 +3766,20 @@ mimic-fn@^2.1.0:
37283766
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
37293767
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
37303768

3731-
3732-
version "9.0.3"
3733-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3734-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3735-
dependencies:
3736-
brace-expansion "^2.0.1"
3737-
37383769
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
37393770
version "3.1.2"
37403771
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37413772
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
37423773
dependencies:
37433774
brace-expansion "^1.1.7"
37443775

3776+
minimatch@^9.0.4:
3777+
version "9.0.5"
3778+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3779+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3780+
dependencies:
3781+
brace-expansion "^2.0.1"
3782+
37453783
minimist@^1.2.0, minimist@^1.2.6:
37463784
version "1.2.8"
37473785
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -4286,6 +4324,11 @@ semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
42864324
dependencies:
42874325
lru-cache "^6.0.0"
42884326

4327+
semver@^7.6.0:
4328+
version "7.7.1"
4329+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
4330+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
4331+
42894332
set-function-length@^1.1.1:
42904333
version "1.2.0"
42914334
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1"
@@ -4549,10 +4592,10 @@ tracer@^0.8.7:
45494592
mkdirp "^0.5.1"
45504593
tinytim "0.1.1"
45514594

4552-
ts-api-utils@^1.0.1:
4553-
version "1.0.3"
4554-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
4555-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
4595+
ts-api-utils@^2.0.1:
4596+
version "2.1.0"
4597+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4598+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
45564599

45574600
ts-essentials@^7.0.3:
45584601
version "7.0.3"

0 commit comments

Comments
 (0)