Skip to content

Commit a0702a9

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

File tree

2 files changed

+144
-89
lines changed

2 files changed

+144
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@types/jest": "27.5.2",
4949
"@types/node": "16.18.16",
5050
"@types/node-fetch": "2.6.2",
51-
"@typescript-eslint/eslint-plugin": "5.44.0",
52-
"@typescript-eslint/parser": "5.44.0",
51+
"@typescript-eslint/eslint-plugin": "8.49.0",
52+
"@typescript-eslint/parser": "8.49.0",
5353
"@vercel/ncc": "0.38.3",
5454
"eslint": "8.57.1",
5555
"eslint-config-algolia": "20.1.0",

yarn.lock

Lines changed: 142 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,18 @@
351351
dependencies:
352352
eslint-visitor-keys "^3.3.0"
353353

354+
"@eslint-community/eslint-utils@^4.7.0":
355+
version "4.9.0"
356+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
357+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
358+
dependencies:
359+
eslint-visitor-keys "^3.4.3"
360+
361+
"@eslint-community/regexpp@^4.10.0":
362+
version "4.12.2"
363+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
364+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
365+
354366
"@eslint-community/regexpp@^4.6.1":
355367
version "4.6.2"
356368
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -1272,11 +1284,6 @@
12721284
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
12731285
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
12741286

1275-
"@types/semver@^7.3.12":
1276-
version "7.3.12"
1277-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1278-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1279-
12801287
"@types/stack-utils@^2.0.0":
12811288
version "2.0.1"
12821289
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1294,29 +1301,38 @@
12941301
dependencies:
12951302
"@types/yargs-parser" "*"
12961303

1297-
"@typescript-eslint/eslint-plugin@5.44.0":
1298-
version "5.44.0"
1299-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz#105788f299050c917eb85c4d9fd04b089e3740de"
1300-
integrity sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==
1304+
"@typescript-eslint/eslint-plugin@8.49.0":
1305+
version "8.49.0"
1306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz#8ed8736b8415a9193989220eadb6031dbcd2260a"
1307+
integrity sha512-JXij0vzIaTtCwu6SxTh8qBc66kmf1xs7pI4UOiMDFVct6q86G0Zs7KRcEoJgY3Cav3x5Tq0MF5jwgpgLqgKG3A==
1308+
dependencies:
1309+
"@eslint-community/regexpp" "^4.10.0"
1310+
"@typescript-eslint/scope-manager" "8.49.0"
1311+
"@typescript-eslint/type-utils" "8.49.0"
1312+
"@typescript-eslint/utils" "8.49.0"
1313+
"@typescript-eslint/visitor-keys" "8.49.0"
1314+
ignore "^7.0.0"
1315+
natural-compare "^1.4.0"
1316+
ts-api-utils "^2.1.0"
1317+
1318+
"@typescript-eslint/parser@8.49.0":
1319+
version "8.49.0"
1320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz#0ede412d59e99239b770f0f08c76c42fba717fa2"
1321+
integrity sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==
13011322
dependencies:
1302-
"@typescript-eslint/scope-manager" "5.44.0"
1303-
"@typescript-eslint/type-utils" "5.44.0"
1304-
"@typescript-eslint/utils" "5.44.0"
1323+
"@typescript-eslint/scope-manager" "8.49.0"
1324+
"@typescript-eslint/types" "8.49.0"
1325+
"@typescript-eslint/typescript-estree" "8.49.0"
1326+
"@typescript-eslint/visitor-keys" "8.49.0"
13051327
debug "^4.3.4"
1306-
ignore "^5.2.0"
1307-
natural-compare-lite "^1.4.0"
1308-
regexpp "^3.2.0"
1309-
semver "^7.3.7"
1310-
tsutils "^3.21.0"
13111328

1312-
"@typescript-eslint/parser@5.44.0":
1313-
version "5.44.0"
1314-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad"
1315-
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==
1329+
"@typescript-eslint/project-service@8.49.0":
1330+
version "8.49.0"
1331+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz#ce220525c88cb2d23792b391c07e14cb9697651a"
1332+
integrity sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==
13161333
dependencies:
1317-
"@typescript-eslint/scope-manager" "5.44.0"
1318-
"@typescript-eslint/types" "5.44.0"
1319-
"@typescript-eslint/typescript-estree" "5.44.0"
1334+
"@typescript-eslint/tsconfig-utils" "^8.49.0"
1335+
"@typescript-eslint/types" "^8.49.0"
13201336
debug "^4.3.4"
13211337

13221338
"@typescript-eslint/scope-manager@5.19.0":
@@ -1327,33 +1343,39 @@
13271343
"@typescript-eslint/types" "5.19.0"
13281344
"@typescript-eslint/visitor-keys" "5.19.0"
13291345

1330-
"@typescript-eslint/scope-manager@5.44.0":
1331-
version "5.44.0"
1332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz#988c3f34b45b3474eb9ff0674c18309dedfc3e04"
1333-
integrity sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==
1346+
"@typescript-eslint/scope-manager@8.49.0":
1347+
version "8.49.0"
1348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz#a3496765b57fb48035d671174552e462e5bffa63"
1349+
integrity sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==
13341350
dependencies:
1335-
"@typescript-eslint/types" "5.44.0"
1336-
"@typescript-eslint/visitor-keys" "5.44.0"
1351+
"@typescript-eslint/types" "8.49.0"
1352+
"@typescript-eslint/visitor-keys" "8.49.0"
13371353

1338-
"@typescript-eslint/type-utils@5.44.0":
1339-
version "5.44.0"
1340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7"
1341-
integrity sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==
1354+
"@typescript-eslint/tsconfig-utils@8.49.0", "@typescript-eslint/tsconfig-utils@^8.49.0":
1355+
version "8.49.0"
1356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz#857777c8e35dd1e564505833d8043f544442fbf4"
1357+
integrity sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==
1358+
1359+
"@typescript-eslint/type-utils@8.49.0":
1360+
version "8.49.0"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz#d8118a0c1896a78a22f01d3c176e9945409b085b"
1362+
integrity sha512-KTExJfQ+svY8I10P4HdxKzWsvtVnsuCifU5MvXrRwoP2KOlNZ9ADNEWWsQTJgMxLzS5VLQKDjkCT/YzgsnqmZg==
13421363
dependencies:
1343-
"@typescript-eslint/typescript-estree" "5.44.0"
1344-
"@typescript-eslint/utils" "5.44.0"
1364+
"@typescript-eslint/types" "8.49.0"
1365+
"@typescript-eslint/typescript-estree" "8.49.0"
1366+
"@typescript-eslint/utils" "8.49.0"
13451367
debug "^4.3.4"
1346-
tsutils "^3.21.0"
1368+
ts-api-utils "^2.1.0"
13471369

13481370
"@typescript-eslint/types@5.19.0":
13491371
version "5.19.0"
13501372
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
13511373
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
13521374

1353-
"@typescript-eslint/types@5.44.0":
1354-
version "5.44.0"
1355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
1356-
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
1375+
"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^8.49.0":
1376+
version "8.49.0"
1377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz#c1bd3ebf956d9e5216396349ca23c58d74f06aee"
1378+
integrity sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==
13571379

13581380
"@typescript-eslint/typescript-estree@5.19.0":
13591381
version "5.19.0"
@@ -1368,32 +1390,30 @@
13681390
semver "^7.3.5"
13691391
tsutils "^3.21.0"
13701392

1371-
"@typescript-eslint/typescript-estree@5.44.0":
1372-
version "5.44.0"
1373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
1374-
integrity sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==
1393+
"@typescript-eslint/typescript-estree@8.49.0":
1394+
version "8.49.0"
1395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz#99c5a53275197ccb4e849786dad68344e9924135"
1396+
integrity sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==
13751397
dependencies:
1376-
"@typescript-eslint/types" "5.44.0"
1377-
"@typescript-eslint/visitor-keys" "5.44.0"
1398+
"@typescript-eslint/project-service" "8.49.0"
1399+
"@typescript-eslint/tsconfig-utils" "8.49.0"
1400+
"@typescript-eslint/types" "8.49.0"
1401+
"@typescript-eslint/visitor-keys" "8.49.0"
13781402
debug "^4.3.4"
1379-
globby "^11.1.0"
1380-
is-glob "^4.0.3"
1381-
semver "^7.3.7"
1382-
tsutils "^3.21.0"
1403+
minimatch "^9.0.4"
1404+
semver "^7.6.0"
1405+
tinyglobby "^0.2.15"
1406+
ts-api-utils "^2.1.0"
13831407

1384-
"@typescript-eslint/utils@5.44.0":
1385-
version "5.44.0"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d"
1387-
integrity sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==
1408+
"@typescript-eslint/utils@8.49.0":
1409+
version "8.49.0"
1410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz#43b3b91d30afd6f6114532cf0b228f1790f43aff"
1411+
integrity sha512-N3W7rJw7Rw+z1tRsHZbK395TWSYvufBXumYtEGzypgMUthlg0/hmCImeA8hgO2d2G4pd7ftpxxul2J8OdtdaFA==
13881412
dependencies:
1389-
"@types/json-schema" "^7.0.9"
1390-
"@types/semver" "^7.3.12"
1391-
"@typescript-eslint/scope-manager" "5.44.0"
1392-
"@typescript-eslint/types" "5.44.0"
1393-
"@typescript-eslint/typescript-estree" "5.44.0"
1394-
eslint-scope "^5.1.1"
1395-
eslint-utils "^3.0.0"
1396-
semver "^7.3.7"
1413+
"@eslint-community/eslint-utils" "^4.7.0"
1414+
"@typescript-eslint/scope-manager" "8.49.0"
1415+
"@typescript-eslint/types" "8.49.0"
1416+
"@typescript-eslint/typescript-estree" "8.49.0"
13971417

13981418
"@typescript-eslint/utils@^5.10.0":
13991419
version "5.19.0"
@@ -1415,13 +1435,13 @@
14151435
"@typescript-eslint/types" "5.19.0"
14161436
eslint-visitor-keys "^3.0.0"
14171437

1418-
"@typescript-eslint/visitor-keys@5.44.0":
1419-
version "5.44.0"
1420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz#10740dc28902bb903d12ee3a005cc3a70207d433"
1421-
integrity sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==
1438+
"@typescript-eslint/visitor-keys@8.49.0":
1439+
version "8.49.0"
1440+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.49.0.tgz#8e450cc502c0d285cad9e84d400cf349a85ced6c"
1441+
integrity sha512-LlKaciDe3GmZFphXIc79THF/YYBugZ7FS1pO581E/edlVVNbZKDy93evqmrfQ9/Y4uN0vVhX4iuchq26mK/iiA==
14221442
dependencies:
1423-
"@typescript-eslint/types" "5.44.0"
1424-
eslint-visitor-keys "^3.3.0"
1443+
"@typescript-eslint/types" "8.49.0"
1444+
eslint-visitor-keys "^4.2.1"
14251445

14261446
"@ungap/structured-clone@^1.2.0":
14271447
version "1.2.0"
@@ -1779,6 +1799,13 @@ brace-expansion@^1.1.7:
17791799
balanced-match "^1.0.0"
17801800
concat-map "0.0.1"
17811801

1802+
brace-expansion@^2.0.1:
1803+
version "2.0.2"
1804+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1805+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1806+
dependencies:
1807+
balanced-match "^1.0.0"
1808+
17821809
braces@^3.0.1:
17831810
version "3.0.2"
17841811
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -2646,6 +2673,11 @@ eslint-visitor-keys@^3.4.3:
26462673
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26472674
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26482675

2676+
eslint-visitor-keys@^4.2.1:
2677+
version "4.2.1"
2678+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2679+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2680+
26492681
eslint@8.57.1:
26502682
version "8.57.1"
26512683
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2829,6 +2861,11 @@ fb-watchman@^2.0.0:
28292861
dependencies:
28302862
bser "2.1.1"
28312863

2864+
fdir@^6.5.0:
2865+
version "6.5.0"
2866+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
2867+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
2868+
28322869
figures@^2.0.0:
28332870
version "2.0.0"
28342871
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
@@ -3064,7 +3101,7 @@ globals@^13.19.0:
30643101
dependencies:
30653102
type-fest "^0.20.2"
30663103

3067-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4, globby@^11.1.0:
3104+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4:
30683105
version "11.1.0"
30693106
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
30703107
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3245,6 +3282,11 @@ ignore@^5.0.5, ignore@^5.2.0:
32453282
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
32463283
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
32473284

3285+
ignore@^7.0.0:
3286+
version "7.0.5"
3287+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3288+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3289+
32483290
import-fresh@^3.2.1:
32493291
version "3.3.0"
32503292
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4532,6 +4574,13 @@ minimatch@^3.0.5, minimatch@^3.1.2:
45324574
dependencies:
45334575
brace-expansion "^1.1.7"
45344576

4577+
minimatch@^9.0.4:
4578+
version "9.0.5"
4579+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4580+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4581+
dependencies:
4582+
brace-expansion "^2.0.1"
4583+
45354584
minimist-options@4.1.0:
45364585
version "4.1.0"
45374586
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4663,11 +4712,6 @@ mute-stream@~0.0.4:
46634712
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
46644713
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
46654714

4666-
natural-compare-lite@^1.4.0:
4667-
version "1.4.0"
4668-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4669-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4670-
46714715
natural-compare@^1.4.0:
46724716
version "1.4.0"
46734717
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5225,6 +5269,11 @@ picomatch@^2.0.4, picomatch@^2.2.3:
52255269
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
52265270
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
52275271

5272+
picomatch@^4.0.3:
5273+
version "4.0.3"
5274+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
5275+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
5276+
52285277
pify@^3.0.0:
52295278
version "3.0.0"
52305279
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
@@ -5479,11 +5528,6 @@ redeyed@~2.1.0:
54795528
dependencies:
54805529
esprima "~4.0.0"
54815530

5482-
regexpp@^3.2.0:
5483-
version "3.2.0"
5484-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
5485-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
5486-
54875531
registry-auth-token@^4.0.0:
54885532
version "4.2.1"
54895533
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
@@ -5641,20 +5685,18 @@ semver@^6.0.0, semver@^6.3.0:
56415685
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
56425686
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
56435687

5644-
semver@^7.3.7:
5645-
version "7.3.7"
5646-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5647-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5648-
dependencies:
5649-
lru-cache "^6.0.0"
5650-
56515688
semver@^7.3.8:
56525689
version "7.3.8"
56535690
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
56545691
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
56555692
dependencies:
56565693
lru-cache "^6.0.0"
56575694

5695+
semver@^7.6.0:
5696+
version "7.7.3"
5697+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
5698+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
5699+
56585700
set-blocking@^2.0.0:
56595701
version "2.0.0"
56605702
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -6058,6 +6100,14 @@ tiny-relative-date@^1.3.0:
60586100
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
60596101
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
60606102

6103+
tinyglobby@^0.2.15:
6104+
version "0.2.15"
6105+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
6106+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
6107+
dependencies:
6108+
fdir "^6.5.0"
6109+
picomatch "^4.0.3"
6110+
60616111
tmpl@1.0.5:
60626112
version "1.0.5"
60636113
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -6111,6 +6161,11 @@ trim-newlines@^3.0.0:
61116161
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
61126162
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
61136163

6164+
ts-api-utils@^2.1.0:
6165+
version "2.1.0"
6166+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6167+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
6168+
61146169
ts-jest@27.1.5:
61156170
version "27.1.5"
61166171
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297"

0 commit comments

Comments
 (0)