Skip to content

Commit e1fe400

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 49c302b commit e1fe400

File tree

2 files changed

+117
-89
lines changed

2 files changed

+117
-89
lines changed

Diff for: package.json

+2-2
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.8.0",
52+
"@typescript-eslint/parser": "8.8.0",
5353
"@vercel/ncc": "0.38.2",
5454
"eslint": "8.57.1",
5555
"eslint-config-algolia": "20.1.0",

Diff for: yarn.lock

+115-87
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,18 @@
339339
dependencies:
340340
eslint-visitor-keys "^3.3.0"
341341

342+
"@eslint-community/eslint-utils@^4.4.0":
343+
version "4.4.0"
344+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
345+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
346+
dependencies:
347+
eslint-visitor-keys "^3.3.0"
348+
349+
"@eslint-community/regexpp@^4.10.0":
350+
version "4.11.1"
351+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
352+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
353+
342354
"@eslint-community/regexpp@^4.6.1":
343355
version "4.6.2"
344356
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -1260,11 +1272,6 @@
12601272
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
12611273
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
12621274

1263-
"@types/semver@^7.3.12":
1264-
version "7.3.12"
1265-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1266-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1267-
12681275
"@types/stack-utils@^2.0.0":
12691276
version "2.0.1"
12701277
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1282,29 +1289,30 @@
12821289
dependencies:
12831290
"@types/yargs-parser" "*"
12841291

1285-
"@typescript-eslint/eslint-plugin@5.44.0":
1286-
version "5.44.0"
1287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.44.0.tgz#105788f299050c917eb85c4d9fd04b089e3740de"
1288-
integrity sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==
1292+
"@typescript-eslint/eslint-plugin@8.8.0":
1293+
version "8.8.0"
1294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.0.tgz#b2b02a5447cdc885950eb256b3b8a97b92031bd3"
1295+
integrity sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==
12891296
dependencies:
1290-
"@typescript-eslint/scope-manager" "5.44.0"
1291-
"@typescript-eslint/type-utils" "5.44.0"
1292-
"@typescript-eslint/utils" "5.44.0"
1293-
debug "^4.3.4"
1294-
ignore "^5.2.0"
1295-
natural-compare-lite "^1.4.0"
1296-
regexpp "^3.2.0"
1297-
semver "^7.3.7"
1298-
tsutils "^3.21.0"
1297+
"@eslint-community/regexpp" "^4.10.0"
1298+
"@typescript-eslint/scope-manager" "8.8.0"
1299+
"@typescript-eslint/type-utils" "8.8.0"
1300+
"@typescript-eslint/utils" "8.8.0"
1301+
"@typescript-eslint/visitor-keys" "8.8.0"
1302+
graphemer "^1.4.0"
1303+
ignore "^5.3.1"
1304+
natural-compare "^1.4.0"
1305+
ts-api-utils "^1.3.0"
12991306

1300-
"@typescript-eslint/parser@5.44.0":
1301-
version "5.44.0"
1302-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.44.0.tgz#99e2c710a2252191e7a79113264f438338b846ad"
1303-
integrity sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==
1307+
"@typescript-eslint/parser@8.8.0":
1308+
version "8.8.0"
1309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.0.tgz#ee4397c70230c4eee030456924c0fba480072f5e"
1310+
integrity sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==
13041311
dependencies:
1305-
"@typescript-eslint/scope-manager" "5.44.0"
1306-
"@typescript-eslint/types" "5.44.0"
1307-
"@typescript-eslint/typescript-estree" "5.44.0"
1312+
"@typescript-eslint/scope-manager" "8.8.0"
1313+
"@typescript-eslint/types" "8.8.0"
1314+
"@typescript-eslint/typescript-estree" "8.8.0"
1315+
"@typescript-eslint/visitor-keys" "8.8.0"
13081316
debug "^4.3.4"
13091317

13101318
"@typescript-eslint/[email protected]":
@@ -1315,33 +1323,33 @@
13151323
"@typescript-eslint/types" "5.19.0"
13161324
"@typescript-eslint/visitor-keys" "5.19.0"
13171325

1318-
"@typescript-eslint/scope-manager@5.44.0":
1319-
version "5.44.0"
1320-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.44.0.tgz#988c3f34b45b3474eb9ff0674c18309dedfc3e04"
1321-
integrity sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==
1326+
"@typescript-eslint/scope-manager@8.8.0":
1327+
version "8.8.0"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.0.tgz#30b23a6ae5708bd7882e40675ef2f1b2beac741f"
1329+
integrity sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==
13221330
dependencies:
1323-
"@typescript-eslint/types" "5.44.0"
1324-
"@typescript-eslint/visitor-keys" "5.44.0"
1331+
"@typescript-eslint/types" "8.8.0"
1332+
"@typescript-eslint/visitor-keys" "8.8.0"
13251333

1326-
"@typescript-eslint/type-utils@5.44.0":
1327-
version "5.44.0"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7"
1329-
integrity sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==
1334+
"@typescript-eslint/type-utils@8.8.0":
1335+
version "8.8.0"
1336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.0.tgz#a0ca1c8a90d94b101176a169d7a0958187408d33"
1337+
integrity sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==
13301338
dependencies:
1331-
"@typescript-eslint/typescript-estree" "5.44.0"
1332-
"@typescript-eslint/utils" "5.44.0"
1339+
"@typescript-eslint/typescript-estree" "8.8.0"
1340+
"@typescript-eslint/utils" "8.8.0"
13331341
debug "^4.3.4"
1334-
tsutils "^3.21.0"
1342+
ts-api-utils "^1.3.0"
13351343

13361344
"@typescript-eslint/[email protected]":
13371345
version "5.19.0"
13381346
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
13391347
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
13401348

1341-
"@typescript-eslint/types@5.44.0":
1342-
version "5.44.0"
1343-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
1344-
integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
1349+
"@typescript-eslint/types@8.8.0":
1350+
version "8.8.0"
1351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.0.tgz#08ea5df6c01984d456056434641491fbf7a1bf43"
1352+
integrity sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==
13451353

13461354
"@typescript-eslint/[email protected]":
13471355
version "5.19.0"
@@ -1356,32 +1364,29 @@
13561364
semver "^7.3.5"
13571365
tsutils "^3.21.0"
13581366

1359-
"@typescript-eslint/typescript-estree@5.44.0":
1360-
version "5.44.0"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
1362-
integrity sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==
1367+
"@typescript-eslint/typescript-estree@8.8.0":
1368+
version "8.8.0"
1369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.0.tgz#072eaab97fdb63513fabfe1cf271812affe779e3"
1370+
integrity sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==
13631371
dependencies:
1364-
"@typescript-eslint/types" "5.44.0"
1365-
"@typescript-eslint/visitor-keys" "5.44.0"
1372+
"@typescript-eslint/types" "8.8.0"
1373+
"@typescript-eslint/visitor-keys" "8.8.0"
13661374
debug "^4.3.4"
1367-
globby "^11.1.0"
1375+
fast-glob "^3.3.2"
13681376
is-glob "^4.0.3"
1369-
semver "^7.3.7"
1370-
tsutils "^3.21.0"
1377+
minimatch "^9.0.4"
1378+
semver "^7.6.0"
1379+
ts-api-utils "^1.3.0"
13711380

1372-
"@typescript-eslint/utils@5.44.0":
1373-
version "5.44.0"
1374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d"
1375-
integrity sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==
1381+
"@typescript-eslint/utils@8.8.0":
1382+
version "8.8.0"
1383+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.0.tgz#bd8607e3a68c461b69169c7a5824637dc9e8b3f1"
1384+
integrity sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==
13761385
dependencies:
1377-
"@types/json-schema" "^7.0.9"
1378-
"@types/semver" "^7.3.12"
1379-
"@typescript-eslint/scope-manager" "5.44.0"
1380-
"@typescript-eslint/types" "5.44.0"
1381-
"@typescript-eslint/typescript-estree" "5.44.0"
1382-
eslint-scope "^5.1.1"
1383-
eslint-utils "^3.0.0"
1384-
semver "^7.3.7"
1386+
"@eslint-community/eslint-utils" "^4.4.0"
1387+
"@typescript-eslint/scope-manager" "8.8.0"
1388+
"@typescript-eslint/types" "8.8.0"
1389+
"@typescript-eslint/typescript-estree" "8.8.0"
13851390

13861391
"@typescript-eslint/utils@^5.10.0":
13871392
version "5.19.0"
@@ -1403,13 +1408,13 @@
14031408
"@typescript-eslint/types" "5.19.0"
14041409
eslint-visitor-keys "^3.0.0"
14051410

1406-
"@typescript-eslint/visitor-keys@5.44.0":
1407-
version "5.44.0"
1408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.44.0.tgz#10740dc28902bb903d12ee3a005cc3a70207d433"
1409-
integrity sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==
1411+
"@typescript-eslint/visitor-keys@8.8.0":
1412+
version "8.8.0"
1413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz#f93965abd38c82a1a1f5574290a50d02daf1cd2e"
1414+
integrity sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==
14101415
dependencies:
1411-
"@typescript-eslint/types" "5.44.0"
1412-
eslint-visitor-keys "^3.3.0"
1416+
"@typescript-eslint/types" "8.8.0"
1417+
eslint-visitor-keys "^3.4.3"
14131418

14141419
"@ungap/structured-clone@^1.2.0":
14151420
version "1.2.0"
@@ -1767,6 +1772,13 @@ brace-expansion@^1.1.7:
17671772
balanced-match "^1.0.0"
17681773
concat-map "0.0.1"
17691774

1775+
brace-expansion@^2.0.1:
1776+
version "2.0.1"
1777+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1778+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1779+
dependencies:
1780+
balanced-match "^1.0.0"
1781+
17701782
braces@^3.0.1:
17711783
version "3.0.2"
17721784
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -2788,6 +2800,17 @@ fast-glob@^3.2.9:
27882800
merge2 "^1.3.0"
27892801
micromatch "^4.0.4"
27902802

2803+
fast-glob@^3.3.2:
2804+
version "3.3.2"
2805+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2806+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
2807+
dependencies:
2808+
"@nodelib/fs.stat" "^2.0.2"
2809+
"@nodelib/fs.walk" "^1.2.3"
2810+
glob-parent "^5.1.2"
2811+
merge2 "^1.3.0"
2812+
micromatch "^4.0.4"
2813+
27912814
[email protected], fast-json-stable-stringify@^2.0.0:
27922815
version "2.1.0"
27932816
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3052,7 +3075,7 @@ globals@^13.19.0:
30523075
dependencies:
30533076
type-fest "^0.20.2"
30543077

3055-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4, globby@^11.1.0:
3078+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4:
30563079
version "11.1.0"
30573080
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
30583081
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3233,6 +3256,11 @@ ignore@^5.0.5, ignore@^5.2.0:
32333256
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
32343257
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
32353258

3259+
ignore@^5.3.1:
3260+
version "5.3.2"
3261+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3262+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3263+
32363264
import-fresh@^3.2.1:
32373265
version "3.3.0"
32383266
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4520,6 +4548,13 @@ minimatch@^3.0.5, minimatch@^3.1.2:
45204548
dependencies:
45214549
brace-expansion "^1.1.7"
45224550

4551+
minimatch@^9.0.4:
4552+
version "9.0.5"
4553+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4554+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4555+
dependencies:
4556+
brace-expansion "^2.0.1"
4557+
45234558
45244559
version "4.1.0"
45254560
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -4651,11 +4686,6 @@ mute-stream@~0.0.4:
46514686
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
46524687
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
46534688

4654-
natural-compare-lite@^1.4.0:
4655-
version "1.4.0"
4656-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4657-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4658-
46594689
natural-compare@^1.4.0:
46604690
version "1.4.0"
46614691
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -5467,11 +5497,6 @@ redeyed@~2.1.0:
54675497
dependencies:
54685498
esprima "~4.0.0"
54695499

5470-
regexpp@^3.2.0:
5471-
version "3.2.0"
5472-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
5473-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
5474-
54755500
registry-auth-token@^4.0.0:
54765501
version "4.2.1"
54775502
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
@@ -5629,20 +5654,18 @@ semver@^6.0.0, semver@^6.3.0:
56295654
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
56305655
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
56315656

5632-
semver@^7.3.7:
5633-
version "7.3.7"
5634-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5635-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5636-
dependencies:
5637-
lru-cache "^6.0.0"
5638-
56395657
semver@^7.3.8:
56405658
version "7.3.8"
56415659
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
56425660
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
56435661
dependencies:
56445662
lru-cache "^6.0.0"
56455663

5664+
semver@^7.6.0:
5665+
version "7.6.3"
5666+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
5667+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
5668+
56465669
set-blocking@^2.0.0:
56475670
version "2.0.0"
56485671
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -6099,6 +6122,11 @@ trim-newlines@^3.0.0:
60996122
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
61006123
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
61016124

6125+
ts-api-utils@^1.3.0:
6126+
version "1.3.0"
6127+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
6128+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
6129+
61026130
61036131
version "27.1.5"
61046132
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.1.5.tgz#0ddf1b163fbaae3d5b7504a1e65c914a95cff297"

0 commit comments

Comments
 (0)