Skip to content

Commit 42a524a

Browse files
Update typescript-eslint monorepo to v8
1 parent b27d3b5 commit 42a524a

File tree

2 files changed

+109
-124
lines changed

2 files changed

+109
-124
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@types/node": "^18.13.0",
2929
"@types/uuid": "^10.0.0",
3030
"@types/yargs": "17.0.33",
31-
"@typescript-eslint/eslint-plugin": "^5.62.0",
32-
"@typescript-eslint/parser": "^5.62.0",
31+
"@typescript-eslint/eslint-plugin": "^8.5.0",
32+
"@typescript-eslint/parser": "^8.5.0",
3333
"eslint": "^8.57.0",
3434
"jest": "29.7.0",
3535
"prettier": "^3.3.3",

yarn.lock

Lines changed: 107 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -763,10 +763,17 @@
763763
dependencies:
764764
eslint-visitor-keys "^3.3.0"
765765

766-
"@eslint-community/regexpp@^4.4.0":
766+
"@eslint-community/eslint-utils@^4.4.0":
767767
version "4.4.0"
768-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
769-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
768+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
769+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
770+
dependencies:
771+
eslint-visitor-keys "^3.3.0"
772+
773+
"@eslint-community/regexpp@^4.10.0":
774+
version "4.11.0"
775+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
776+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
770777

771778
"@eslint-community/regexpp@^4.6.1":
772779
version "4.6.2"
@@ -1236,11 +1243,6 @@
12361243
expect "^29.0.0"
12371244
pretty-format "^29.0.0"
12381245

1239-
"@types/json-schema@^7.0.9":
1240-
version "7.0.11"
1241-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1242-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1243-
12441246
"@types/minimatch@^3.0.3":
12451247
version "3.0.5"
12461248
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -1271,11 +1273,6 @@
12711273
resolved "https://registry.yarnpkg.com/@types/pify/-/pify-5.0.4.tgz#0fa3e78920edbb8789ebb3b64d24a46b0e1feee8"
12721274
integrity sha512-gxKJ1Aw8LbyCsCQWIsip9bYKJCNsKHMoZoQMAe2IWH7U7hgp/l6TvJpbFvu8ZlGBimjZZNvEx2S1ZQlj02ayNQ==
12731275

1274-
"@types/semver@^7.3.12":
1275-
version "7.3.12"
1276-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1277-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1278-
12791276
"@types/semver@^7.5.0":
12801277
version "7.5.0"
12811278
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
@@ -1310,89 +1307,86 @@
13101307
dependencies:
13111308
"@types/yargs-parser" "*"
13121309

1313-
"@typescript-eslint/eslint-plugin@^5.62.0":
1314-
version "5.62.0"
1315-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1316-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1310+
"@typescript-eslint/eslint-plugin@^8.5.0":
1311+
version "8.5.0"
1312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz#7c1863693a98371703686e1c0fac64ffc576cdb1"
1313+
integrity sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw==
13171314
dependencies:
1318-
"@eslint-community/regexpp" "^4.4.0"
1319-
"@typescript-eslint/scope-manager" "5.62.0"
1320-
"@typescript-eslint/type-utils" "5.62.0"
1321-
"@typescript-eslint/utils" "5.62.0"
1322-
debug "^4.3.4"
1315+
"@eslint-community/regexpp" "^4.10.0"
1316+
"@typescript-eslint/scope-manager" "8.5.0"
1317+
"@typescript-eslint/type-utils" "8.5.0"
1318+
"@typescript-eslint/utils" "8.5.0"
1319+
"@typescript-eslint/visitor-keys" "8.5.0"
13231320
graphemer "^1.4.0"
1324-
ignore "^5.2.0"
1325-
natural-compare-lite "^1.4.0"
1326-
semver "^7.3.7"
1327-
tsutils "^3.21.0"
1328-
1329-
"@typescript-eslint/parser@^5.62.0":
1330-
version "5.62.0"
1331-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1332-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1333-
dependencies:
1334-
"@typescript-eslint/scope-manager" "5.62.0"
1335-
"@typescript-eslint/types" "5.62.0"
1336-
"@typescript-eslint/typescript-estree" "5.62.0"
1321+
ignore "^5.3.1"
1322+
natural-compare "^1.4.0"
1323+
ts-api-utils "^1.3.0"
1324+
1325+
"@typescript-eslint/parser@^8.5.0":
1326+
version "8.5.0"
1327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.5.0.tgz#d590e1ef9f31f26d423999ad3f687723247e6bcc"
1328+
integrity sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==
1329+
dependencies:
1330+
"@typescript-eslint/scope-manager" "8.5.0"
1331+
"@typescript-eslint/types" "8.5.0"
1332+
"@typescript-eslint/typescript-estree" "8.5.0"
1333+
"@typescript-eslint/visitor-keys" "8.5.0"
13371334
debug "^4.3.4"
13381335

1339-
"@typescript-eslint/scope-manager@5.62.0":
1340-
version "5.62.0"
1341-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1342-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1336+
"@typescript-eslint/scope-manager@8.5.0":
1337+
version "8.5.0"
1338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz#385341de65b976f02b295b8aca54bb4ffd6b5f07"
1339+
integrity sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==
13431340
dependencies:
1344-
"@typescript-eslint/types" "5.62.0"
1345-
"@typescript-eslint/visitor-keys" "5.62.0"
1341+
"@typescript-eslint/types" "8.5.0"
1342+
"@typescript-eslint/visitor-keys" "8.5.0"
13461343

1347-
"@typescript-eslint/type-utils@5.62.0":
1348-
version "5.62.0"
1349-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1350-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1344+
"@typescript-eslint/type-utils@8.5.0":
1345+
version "8.5.0"
1346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz#6215b23aa39dbbd8dde0a4ef9ee0f745410c29b1"
1347+
integrity sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==
13511348
dependencies:
1352-
"@typescript-eslint/typescript-estree" "5.62.0"
1353-
"@typescript-eslint/utils" "5.62.0"
1349+
"@typescript-eslint/typescript-estree" "8.5.0"
1350+
"@typescript-eslint/utils" "8.5.0"
13541351
debug "^4.3.4"
1355-
tsutils "^3.21.0"
1352+
ts-api-utils "^1.3.0"
13561353

1357-
"@typescript-eslint/types@5.62.0":
1358-
version "5.62.0"
1359-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1360-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1354+
"@typescript-eslint/types@8.5.0":
1355+
version "8.5.0"
1356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.5.0.tgz#4465d99331d1276f8fb2030e4f9c73fe01a05bf9"
1357+
integrity sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==
13611358

1362-
"@typescript-eslint/typescript-estree@5.62.0":
1363-
version "5.62.0"
1364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1365-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1359+
"@typescript-eslint/typescript-estree@8.5.0":
1360+
version "8.5.0"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz#6e5758cf2f63aa86e9ddfa4e284e2e0b81b87557"
1362+
integrity sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==
13661363
dependencies:
1367-
"@typescript-eslint/types" "5.62.0"
1368-
"@typescript-eslint/visitor-keys" "5.62.0"
1364+
"@typescript-eslint/types" "8.5.0"
1365+
"@typescript-eslint/visitor-keys" "8.5.0"
13691366
debug "^4.3.4"
1370-
globby "^11.1.0"
1367+
fast-glob "^3.3.2"
13711368
is-glob "^4.0.3"
1372-
semver "^7.3.7"
1373-
tsutils "^3.21.0"
1374-
1375-
"@typescript-eslint/utils@5.62.0":
1376-
version "5.62.0"
1377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1378-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1379-
dependencies:
1380-
"@eslint-community/eslint-utils" "^4.2.0"
1381-
"@types/json-schema" "^7.0.9"
1382-
"@types/semver" "^7.3.12"
1383-
"@typescript-eslint/scope-manager" "5.62.0"
1384-
"@typescript-eslint/types" "5.62.0"
1385-
"@typescript-eslint/typescript-estree" "5.62.0"
1386-
eslint-scope "^5.1.1"
1387-
semver "^7.3.7"
1388-
1389-
"@typescript-eslint/visitor-keys@5.62.0":
1390-
version "5.62.0"
1391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1392-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1393-
dependencies:
1394-
"@typescript-eslint/types" "5.62.0"
1395-
eslint-visitor-keys "^3.3.0"
1369+
minimatch "^9.0.4"
1370+
semver "^7.6.0"
1371+
ts-api-utils "^1.3.0"
1372+
1373+
"@typescript-eslint/utils@8.5.0":
1374+
version "8.5.0"
1375+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.5.0.tgz#4d4ffed96d0654546a37faa5b84bdce16d951634"
1376+
integrity sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==
1377+
dependencies:
1378+
"@eslint-community/eslint-utils" "^4.4.0"
1379+
"@typescript-eslint/scope-manager" "8.5.0"
1380+
"@typescript-eslint/types" "8.5.0"
1381+
"@typescript-eslint/typescript-estree" "8.5.0"
1382+
1383+
"@typescript-eslint/visitor-keys@8.5.0":
1384+
version "8.5.0"
1385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz#13028df3b866d2e3e2e2cc4193cf2c1e0e04c4bf"
1386+
integrity sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==
1387+
dependencies:
1388+
"@typescript-eslint/types" "8.5.0"
1389+
eslint-visitor-keys "^3.4.3"
13961390

13971391
"@ungap/structured-clone@^1.2.0":
13981392
version "1.2.0"
@@ -2006,14 +2000,6 @@ escape-string-regexp@^4.0.0:
20062000
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
20072001
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
20082002

2009-
eslint-scope@^5.1.1:
2010-
version "5.1.1"
2011-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
2012-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
2013-
dependencies:
2014-
esrecurse "^4.3.0"
2015-
estraverse "^4.1.1"
2016-
20172003
eslint-scope@^7.2.2:
20182004
version "7.2.2"
20192005
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -2118,11 +2104,6 @@ esrecurse@^4.3.0:
21182104
dependencies:
21192105
estraverse "^5.2.0"
21202106

2121-
estraverse@^4.1.1:
2122-
version "4.3.0"
2123-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
2124-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
2125-
21262107
estraverse@^5.1.0, estraverse@^5.2.0:
21272108
version "5.3.0"
21282109
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -2205,6 +2186,17 @@ fast-glob@^3.2.9:
22052186
merge2 "^1.3.0"
22062187
micromatch "^4.0.4"
22072188

2189+
fast-glob@^3.3.2:
2190+
version "3.3.2"
2191+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2192+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
2193+
dependencies:
2194+
"@nodelib/fs.stat" "^2.0.2"
2195+
"@nodelib/fs.walk" "^1.2.3"
2196+
glob-parent "^5.1.2"
2197+
merge2 "^1.3.0"
2198+
micromatch "^4.0.4"
2199+
22082200
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
22092201
version "2.1.0"
22102202
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2403,7 +2395,7 @@ globals@^13.19.0:
24032395
dependencies:
24042396
type-fest "^0.20.2"
24052397

2406-
globby@^11.0.0, globby@^11.1.0:
2398+
globby@^11.0.0:
24072399
version "11.1.0"
24082400
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
24092401
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2469,6 +2461,11 @@ ignore@^5.2.0:
24692461
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
24702462
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
24712463

2464+
ignore@^5.3.1:
2465+
version "5.3.2"
2466+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
2467+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
2468+
24722469
import-fresh@^3.2.1:
24732470
version "3.3.0"
24742471
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3234,6 +3231,13 @@ minimatch@^7.4.1:
32343231
dependencies:
32353232
brace-expansion "^2.0.1"
32363233

3234+
minimatch@^9.0.4:
3235+
version "9.0.5"
3236+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3237+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3238+
dependencies:
3239+
brace-expansion "^2.0.1"
3240+
32373241
minipass@^4.0.2, minipass@^4.2.4:
32383242
version "4.2.4"
32393243
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
@@ -3260,11 +3264,6 @@ multimatch@5.0.0:
32603264
arrify "^2.0.1"
32613265
minimatch "^3.0.4"
32623266

3263-
natural-compare-lite@^1.4.0:
3264-
version "1.4.0"
3265-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3266-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3267-
32683267
natural-compare@^1.4.0:
32693268
version "1.4.0"
32703269
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3647,13 +3646,6 @@ semver@^6.0.0, semver@^6.3.0:
36473646
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
36483647
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
36493648

3650-
semver@^7.3.7:
3651-
version "7.3.7"
3652-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
3653-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
3654-
dependencies:
3655-
lru-cache "^6.0.0"
3656-
36573649
semver@^7.5.3:
36583650
version "7.5.3"
36593651
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
@@ -3668,7 +3660,7 @@ semver@^7.5.4:
36683660
dependencies:
36693661
lru-cache "^6.0.0"
36703662

3671-
semver@^7.6.3:
3663+
semver@^7.6.0, semver@^7.6.3:
36723664
version "7.6.3"
36733665
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
36743666
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -3876,6 +3868,11 @@ tr46@~0.0.3:
38763868
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
38773869
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
38783870

3871+
ts-api-utils@^1.3.0:
3872+
version "1.3.0"
3873+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3874+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3875+
38793876
ts-jest@^29.2.5:
38803877
version "29.2.5"
38813878
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"
@@ -3891,18 +3888,6 @@ ts-jest@^29.2.5:
38913888
semver "^7.6.3"
38923889
yargs-parser "^21.1.1"
38933890

3894-
tslib@^1.8.1:
3895-
version "1.14.1"
3896-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
3897-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
3898-
3899-
tsutils@^3.21.0:
3900-
version "3.21.0"
3901-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3902-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3903-
dependencies:
3904-
tslib "^1.8.1"
3905-
39063891
tsx@^3.14.0:
39073892
version "3.14.0"
39083893
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.14.0.tgz#be6e2176b6f210fe8f48124fb6e22e0f075e927b"

0 commit comments

Comments
 (0)