633
633
dependencies :
634
634
eslint-visitor-keys "^3.3.0"
635
635
636
+ " @eslint-community/eslint-utils@^4.7.0 " :
637
+ version "4.7.0"
638
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
639
+ integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
640
+ dependencies :
641
+ eslint-visitor-keys "^3.4.3"
642
+
636
643
" @eslint-community/regexpp@^4.10.0" , "@eslint-community/regexpp@^4.12.1":
637
644
version "4.12.1"
638
645
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1275
1282
natural-compare "^1.4.0"
1276
1283
ts-api-utils "^2.0.1"
1277
1284
1285
+ " @typescript-eslint/eslint-plugin@8.32.0 " :
1286
+ version "8.32.0"
1287
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
1288
+ integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
1289
+ dependencies :
1290
+ " @eslint-community/regexpp" " ^4.10.0"
1291
+ " @typescript-eslint/scope-manager" " 8.32.0"
1292
+ " @typescript-eslint/type-utils" " 8.32.0"
1293
+ " @typescript-eslint/utils" " 8.32.0"
1294
+ " @typescript-eslint/visitor-keys" " 8.32.0"
1295
+ graphemer "^1.4.0"
1296
+ ignore "^5.3.1"
1297
+ natural-compare "^1.4.0"
1298
+ ts-api-utils "^2.1.0"
1299
+
1278
1300
" @typescript-eslint/parser@8.31.1 " :
1279
1301
version "8.31.1"
1280
1302
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b"
1286
1308
" @typescript-eslint/visitor-keys" " 8.31.1"
1287
1309
debug "^4.3.4"
1288
1310
1311
+ " @typescript-eslint/parser@8.32.0 " :
1312
+ version "8.32.0"
1313
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
1314
+ integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
1315
+ dependencies :
1316
+ " @typescript-eslint/scope-manager" " 8.32.0"
1317
+ " @typescript-eslint/types" " 8.32.0"
1318
+ " @typescript-eslint/typescript-estree" " 8.32.0"
1319
+ " @typescript-eslint/visitor-keys" " 8.32.0"
1320
+ debug "^4.3.4"
1321
+
1289
1322
" @typescript-eslint/scope-manager@8.31.1 " :
1290
1323
version "8.31.1"
1291
1324
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
1294
1327
" @typescript-eslint/types" " 8.31.1"
1295
1328
" @typescript-eslint/visitor-keys" " 8.31.1"
1296
1329
1330
+ " @typescript-eslint/scope-manager@8.32.0 " :
1331
+ version "8.32.0"
1332
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
1333
+ integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
1334
+ dependencies :
1335
+ " @typescript-eslint/types" " 8.32.0"
1336
+ " @typescript-eslint/visitor-keys" " 8.32.0"
1337
+
1297
1338
" @typescript-eslint/type-utils@8.31.1 " :
1298
1339
version "8.31.1"
1299
1340
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
1304
1345
debug "^4.3.4"
1305
1346
ts-api-utils "^2.0.1"
1306
1347
1348
+ " @typescript-eslint/type-utils@8.32.0 " :
1349
+ version "8.32.0"
1350
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
1351
+ integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
1352
+ dependencies :
1353
+ " @typescript-eslint/typescript-estree" " 8.32.0"
1354
+ " @typescript-eslint/utils" " 8.32.0"
1355
+ debug "^4.3.4"
1356
+ ts-api-utils "^2.1.0"
1357
+
1307
1358
" @typescript-eslint/types@8.31.1 " :
1308
1359
version "8.31.1"
1309
1360
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
1310
1361
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
1311
1362
1363
+ " @typescript-eslint/types@8.32.0 " :
1364
+ version "8.32.0"
1365
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
1366
+ integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
1367
+
1312
1368
" @typescript-eslint/typescript-estree@8.31.1 " :
1313
1369
version "8.31.1"
1314
1370
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
1323
1379
semver "^7.6.0"
1324
1380
ts-api-utils "^2.0.1"
1325
1381
1326
- " @typescript-eslint/utils@8.31.1" , "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1382
+ " @typescript-eslint/typescript-estree@8.32.0 " :
1383
+ version "8.32.0"
1384
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
1385
+ integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
1386
+ dependencies :
1387
+ " @typescript-eslint/types" " 8.32.0"
1388
+ " @typescript-eslint/visitor-keys" " 8.32.0"
1389
+ debug "^4.3.4"
1390
+ fast-glob "^3.3.2"
1391
+ is-glob "^4.0.3"
1392
+ minimatch "^9.0.4"
1393
+ semver "^7.6.0"
1394
+ ts-api-utils "^2.1.0"
1395
+
1396
+ " @typescript-eslint/utils@8.31.1 " :
1327
1397
version "8.31.1"
1328
1398
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
1329
1399
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
1333
1403
" @typescript-eslint/types" " 8.31.1"
1334
1404
" @typescript-eslint/typescript-estree" " 8.31.1"
1335
1405
1406
+ " @typescript-eslint/utils@8.32.0" , "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1407
+ version "8.32.0"
1408
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
1409
+ integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
1410
+ dependencies :
1411
+ " @eslint-community/eslint-utils" " ^4.7.0"
1412
+ " @typescript-eslint/scope-manager" " 8.32.0"
1413
+ " @typescript-eslint/types" " 8.32.0"
1414
+ " @typescript-eslint/typescript-estree" " 8.32.0"
1415
+
1336
1416
" @typescript-eslint/visitor-keys@8.31.1 " :
1337
1417
version "8.31.1"
1338
1418
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
1341
1421
" @typescript-eslint/types" " 8.31.1"
1342
1422
eslint-visitor-keys "^4.2.0"
1343
1423
1424
+ " @typescript-eslint/visitor-keys@8.32.0 " :
1425
+ version "8.32.0"
1426
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
1427
+ integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
1428
+ dependencies :
1429
+ " @typescript-eslint/types" " 8.32.0"
1430
+ eslint-visitor-keys "^4.2.0"
1431
+
1344
1432
accepts@^2.0.0 :
1345
1433
version "2.0.0"
1346
1434
resolved "https://registry.yarnpkg.com/accepts/-/accepts-2.0.0.tgz#bbcf4ba5075467f3f2131eab3cffc73c2f5d7895"
@@ -1904,10 +1992,10 @@ eslint-plugin-jest@28.11.0:
1904
1992
dependencies :
1905
1993
" @typescript-eslint/utils" " ^6.0.0 || ^7.0.0 || ^8.0.0"
1906
1994
1907
- eslint-plugin-prettier@5.2.6 :
1908
- version "5.2.6 "
1909
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6 .tgz#be39e3bb23bb3eeb7e7df0927cdb46e4d7945096 "
1910
- integrity sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ ==
1995
+ eslint-plugin-prettier@5.4.0 :
1996
+ version "5.4.0 "
1997
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0 .tgz#54d4748904e58eaf1ffe26c4bffa4986ca7f952b "
1998
+ integrity sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA ==
1911
1999
dependencies :
1912
2000
prettier-linter-helpers "^1.0.0"
1913
2001
synckit "^0.11.0"
@@ -1920,7 +2008,7 @@ eslint-scope@^8.3.0:
1920
2008
esrecurse "^4.3.0"
1921
2009
estraverse "^5.2.0"
1922
2010
1923
- eslint-visitor-keys@^3.3.0 :
2011
+ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3 :
1924
2012
version "3.4.3"
1925
2013
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1926
2014
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
@@ -3741,7 +3829,7 @@ toidentifier@1.0.1:
3741
3829
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
3742
3830
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
3743
3831
3744
- ts-api-utils@^2.0.1 :
3832
+ ts-api-utils@^2.0.1, ts-api-utils@^2.1.0 :
3745
3833
version "2.1.0"
3746
3834
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
3747
3835
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
0 commit comments