Skip to content

Commit dd6abf8

Browse files
chore(deps-dev): bump typescript-eslint in the typescript group (#1231)
Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.51.0 to 8.52.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d162634 commit dd6abf8

2 files changed

Lines changed: 99 additions & 99 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"prettier": "3.7.4",
5858
"ts-jest": "29.4.6",
5959
"typescript": "5.9.3",
60-
"typescript-eslint": "8.51.0"
60+
"typescript-eslint": "8.53.0"
6161
}
6262
}

yarn.lock

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -494,14 +494,14 @@
494494
dependencies:
495495
tslib "^2.4.0"
496496

497-
"@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
497+
"@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1":
498498
version "4.9.1"
499499
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
500500
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
501501
dependencies:
502502
eslint-visitor-keys "^3.4.3"
503503

504-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
504+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
505505
version "4.12.2"
506506
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
507507
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1068,20 +1068,6 @@
10681068
dependencies:
10691069
"@types/yargs-parser" "*"
10701070

1071-
"@typescript-eslint/eslint-plugin@8.51.0":
1072-
version "8.51.0"
1073-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.51.0.tgz#8985230730c0d955bf6aa0aed98c5c2c95102e1a"
1074-
integrity sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==
1075-
dependencies:
1076-
"@eslint-community/regexpp" "^4.10.0"
1077-
"@typescript-eslint/scope-manager" "8.51.0"
1078-
"@typescript-eslint/type-utils" "8.51.0"
1079-
"@typescript-eslint/utils" "8.51.0"
1080-
"@typescript-eslint/visitor-keys" "8.51.0"
1081-
ignore "^7.0.0"
1082-
natural-compare "^1.4.0"
1083-
ts-api-utils "^2.2.0"
1084-
10851071
"@typescript-eslint/eslint-plugin@8.52.0":
10861072
version "8.52.0"
10871073
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.52.0.tgz#9a9f1d2ee974ed77a8b1bda94e77123f697ee8b4"
@@ -1096,16 +1082,19 @@
10961082
natural-compare "^1.4.0"
10971083
ts-api-utils "^2.4.0"
10981084

1099-
"@typescript-eslint/parser@8.51.0":
1100-
version "8.51.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
1102-
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
1085+
"@typescript-eslint/eslint-plugin@8.53.0":
1086+
version "8.53.0"
1087+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.0.tgz#afb966c66a2fdc6158cf81118204a971a36d0fc5"
1088+
integrity sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg==
11031089
dependencies:
1104-
"@typescript-eslint/scope-manager" "8.51.0"
1105-
"@typescript-eslint/types" "8.51.0"
1106-
"@typescript-eslint/typescript-estree" "8.51.0"
1107-
"@typescript-eslint/visitor-keys" "8.51.0"
1108-
debug "^4.3.4"
1090+
"@eslint-community/regexpp" "^4.12.2"
1091+
"@typescript-eslint/scope-manager" "8.53.0"
1092+
"@typescript-eslint/type-utils" "8.53.0"
1093+
"@typescript-eslint/utils" "8.53.0"
1094+
"@typescript-eslint/visitor-keys" "8.53.0"
1095+
ignore "^7.0.5"
1096+
natural-compare "^1.4.0"
1097+
ts-api-utils "^2.4.0"
11091098

11101099
"@typescript-eslint/parser@8.52.0":
11111100
version "8.52.0"
@@ -1118,14 +1107,16 @@
11181107
"@typescript-eslint/visitor-keys" "8.52.0"
11191108
debug "^4.4.3"
11201109

1121-
"@typescript-eslint/project-service@8.51.0":
1122-
version "8.51.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.51.0.tgz#3cfef313d8bebbf4b2442675a4dd463cef4c8369"
1124-
integrity sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==
1110+
"@typescript-eslint/parser@8.53.0":
1111+
version "8.53.0"
1112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.0.tgz#d8bed6f12dc74e03751e5f947510ff2b165990c6"
1113+
integrity sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg==
11251114
dependencies:
1126-
"@typescript-eslint/tsconfig-utils" "^8.51.0"
1127-
"@typescript-eslint/types" "^8.51.0"
1128-
debug "^4.3.4"
1115+
"@typescript-eslint/scope-manager" "8.53.0"
1116+
"@typescript-eslint/types" "8.53.0"
1117+
"@typescript-eslint/typescript-estree" "8.53.0"
1118+
"@typescript-eslint/visitor-keys" "8.53.0"
1119+
debug "^4.4.3"
11291120

11301121
"@typescript-eslint/project-service@8.52.0":
11311122
version "8.52.0"
@@ -1136,13 +1127,14 @@
11361127
"@typescript-eslint/types" "^8.52.0"
11371128
debug "^4.4.3"
11381129

1139-
"@typescript-eslint/scope-manager@8.51.0":
1140-
version "8.51.0"
1141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
1142-
integrity sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==
1130+
"@typescript-eslint/project-service@8.53.0":
1131+
version "8.53.0"
1132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df"
1133+
integrity sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg==
11431134
dependencies:
1144-
"@typescript-eslint/types" "8.51.0"
1145-
"@typescript-eslint/visitor-keys" "8.51.0"
1135+
"@typescript-eslint/tsconfig-utils" "^8.53.0"
1136+
"@typescript-eslint/types" "^8.53.0"
1137+
debug "^4.4.3"
11461138

11471139
"@typescript-eslint/scope-manager@8.52.0":
11481140
version "8.52.0"
@@ -1152,26 +1144,23 @@
11521144
"@typescript-eslint/types" "8.52.0"
11531145
"@typescript-eslint/visitor-keys" "8.52.0"
11541146

1155-
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
1156-
version "8.51.0"
1157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
1158-
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
1147+
"@typescript-eslint/scope-manager@8.53.0":
1148+
version "8.53.0"
1149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97"
1150+
integrity sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g==
1151+
dependencies:
1152+
"@typescript-eslint/types" "8.53.0"
1153+
"@typescript-eslint/visitor-keys" "8.53.0"
11591154

11601155
"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0":
11611156
version "8.52.0"
11621157
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed"
11631158
integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==
11641159

1165-
"@typescript-eslint/type-utils@8.51.0":
1166-
version "8.51.0"
1167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
1168-
integrity sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==
1169-
dependencies:
1170-
"@typescript-eslint/types" "8.51.0"
1171-
"@typescript-eslint/typescript-estree" "8.51.0"
1172-
"@typescript-eslint/utils" "8.51.0"
1173-
debug "^4.3.4"
1174-
ts-api-utils "^2.2.0"
1160+
"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0":
1161+
version "8.53.0"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f"
1163+
integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA==
11751164

11761165
"@typescript-eslint/type-utils@8.52.0":
11771166
version "8.52.0"
@@ -1184,30 +1173,26 @@
11841173
debug "^4.4.3"
11851174
ts-api-utils "^2.4.0"
11861175

1187-
"@typescript-eslint/types@8.51.0":
1188-
version "8.51.0"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
1190-
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
1176+
"@typescript-eslint/type-utils@8.53.0":
1177+
version "8.53.0"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.0.tgz#81a0de5c01fc68f6df0591d03cd8226bda01c91f"
1179+
integrity sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw==
1180+
dependencies:
1181+
"@typescript-eslint/types" "8.53.0"
1182+
"@typescript-eslint/typescript-estree" "8.53.0"
1183+
"@typescript-eslint/utils" "8.53.0"
1184+
debug "^4.4.3"
1185+
ts-api-utils "^2.4.0"
11911186

1192-
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.51.0", "@typescript-eslint/types@^8.52.0":
1187+
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0":
11931188
version "8.52.0"
11941189
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a"
11951190
integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==
11961191

1197-
"@typescript-eslint/typescript-estree@8.51.0":
1198-
version "8.51.0"
1199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
1200-
integrity sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==
1201-
dependencies:
1202-
"@typescript-eslint/project-service" "8.51.0"
1203-
"@typescript-eslint/tsconfig-utils" "8.51.0"
1204-
"@typescript-eslint/types" "8.51.0"
1205-
"@typescript-eslint/visitor-keys" "8.51.0"
1206-
debug "^4.3.4"
1207-
minimatch "^9.0.4"
1208-
semver "^7.6.0"
1209-
tinyglobby "^0.2.15"
1210-
ts-api-utils "^2.2.0"
1192+
"@typescript-eslint/types@8.53.0", "@typescript-eslint/types@^8.53.0":
1193+
version "8.53.0"
1194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb"
1195+
integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ==
12111196

12121197
"@typescript-eslint/typescript-estree@8.52.0":
12131198
version "8.52.0"
@@ -1224,17 +1209,22 @@
12241209
tinyglobby "^0.2.15"
12251210
ts-api-utils "^2.4.0"
12261211

1227-
"@typescript-eslint/utils@8.51.0":
1228-
version "8.51.0"
1229-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
1230-
integrity sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==
1212+
"@typescript-eslint/typescript-estree@8.53.0":
1213+
version "8.53.0"
1214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52"
1215+
integrity sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw==
12311216
dependencies:
1232-
"@eslint-community/eslint-utils" "^4.7.0"
1233-
"@typescript-eslint/scope-manager" "8.51.0"
1234-
"@typescript-eslint/types" "8.51.0"
1235-
"@typescript-eslint/typescript-estree" "8.51.0"
1217+
"@typescript-eslint/project-service" "8.53.0"
1218+
"@typescript-eslint/tsconfig-utils" "8.53.0"
1219+
"@typescript-eslint/types" "8.53.0"
1220+
"@typescript-eslint/visitor-keys" "8.53.0"
1221+
debug "^4.4.3"
1222+
minimatch "^9.0.5"
1223+
semver "^7.7.3"
1224+
tinyglobby "^0.2.15"
1225+
ts-api-utils "^2.4.0"
12361226

1237-
"@typescript-eslint/utils@8.52.0", "@typescript-eslint/utils@^8.0.0":
1227+
"@typescript-eslint/utils@8.52.0":
12381228
version "8.52.0"
12391229
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962"
12401230
integrity sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==
@@ -1244,13 +1234,15 @@
12441234
"@typescript-eslint/types" "8.52.0"
12451235
"@typescript-eslint/typescript-estree" "8.52.0"
12461236

1247-
"@typescript-eslint/visitor-keys@8.51.0":
1248-
version "8.51.0"
1249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.51.0.tgz#d37f5c82b9bece2c8aeb3ba7bb836bbba0f92bb8"
1250-
integrity sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==
1237+
"@typescript-eslint/utils@8.53.0", "@typescript-eslint/utils@^8.0.0":
1238+
version "8.53.0"
1239+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13"
1240+
integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA==
12511241
dependencies:
1252-
"@typescript-eslint/types" "8.51.0"
1253-
eslint-visitor-keys "^4.2.1"
1242+
"@eslint-community/eslint-utils" "^4.9.1"
1243+
"@typescript-eslint/scope-manager" "8.53.0"
1244+
"@typescript-eslint/types" "8.53.0"
1245+
"@typescript-eslint/typescript-estree" "8.53.0"
12541246

12551247
"@typescript-eslint/visitor-keys@8.52.0":
12561248
version "8.52.0"
@@ -1260,6 +1252,14 @@
12601252
"@typescript-eslint/types" "8.52.0"
12611253
eslint-visitor-keys "^4.2.1"
12621254

1255+
"@typescript-eslint/visitor-keys@8.53.0":
1256+
version "8.53.0"
1257+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02"
1258+
integrity sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw==
1259+
dependencies:
1260+
"@typescript-eslint/types" "8.53.0"
1261+
eslint-visitor-keys "^4.2.1"
1262+
12631263
"@ungap/structured-clone@^1.3.0":
12641264
version "1.3.0"
12651265
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -1654,7 +1654,7 @@ cross-spawn@^7.0.3, cross-spawn@^7.0.6:
16541654
shebang-command "^2.0.0"
16551655
which "^2.0.1"
16561656

1657-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3:
1657+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.4.3:
16581658
version "4.4.3"
16591659
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
16601660
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -2075,7 +2075,7 @@ ignore@^5.2.0:
20752075
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
20762076
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
20772077

2078-
ignore@^7.0.0, ignore@^7.0.5:
2078+
ignore@^7.0.5:
20792079
version "7.0.5"
20802080
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
20812081
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -3033,7 +3033,7 @@ semver@^6.0.0, semver@^6.3.1:
30333033
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
30343034
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
30353035

3036-
semver@^7.5.4, semver@^7.6.0, semver@^7.7.2, semver@^7.7.3:
3036+
semver@^7.5.4, semver@^7.7.2, semver@^7.7.3:
30373037
version "7.7.3"
30383038
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
30393039
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
@@ -3218,7 +3218,7 @@ to-regex-range@^5.0.1:
32183218
dependencies:
32193219
is-number "^7.0.0"
32203220

3221-
ts-api-utils@^2.2.0, ts-api-utils@^2.4.0:
3221+
ts-api-utils@^2.4.0:
32223222
version "2.4.0"
32233223
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
32243224
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
@@ -3268,15 +3268,15 @@ type-fest@^4.41.0:
32683268
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
32693269
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
32703270

3271-
typescript-eslint@8.51.0:
3272-
version "8.51.0"
3273-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.51.0.tgz#3cf2ead3d7c5adf940fbac213c043370c0c000b2"
3274-
integrity sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==
3271+
typescript-eslint@8.53.0:
3272+
version "8.53.0"
3273+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.53.0.tgz#c35ca6403cd381753aee325f67e10d6101d55f04"
3274+
integrity sha512-xHURCQNxZ1dsWn0sdOaOfCSQG0HKeqSj9OexIxrz6ypU6wHYOdX2I3D2b8s8wFSsSOYJb+6q283cLiLlkEsBYw==
32753275
dependencies:
3276-
"@typescript-eslint/eslint-plugin" "8.51.0"
3277-
"@typescript-eslint/parser" "8.51.0"
3278-
"@typescript-eslint/typescript-estree" "8.51.0"
3279-
"@typescript-eslint/utils" "8.51.0"
3276+
"@typescript-eslint/eslint-plugin" "8.53.0"
3277+
"@typescript-eslint/parser" "8.53.0"
3278+
"@typescript-eslint/typescript-estree" "8.53.0"
3279+
"@typescript-eslint/utils" "8.53.0"
32803280

32813281
typescript@5.9.3:
32823282
version "5.9.3"

0 commit comments

Comments
 (0)