Skip to content

Commit 0a503af

Browse files
Update dependency typescript-eslint to v8.55.0
1 parent e9a74e6 commit 0a503af

1 file changed

Lines changed: 106 additions & 89 deletions

File tree

yarn.lock

Lines changed: 106 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,14 @@
342342
dependencies:
343343
eslint-visitor-keys "^3.4.3"
344344

345-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
345+
"@eslint-community/eslint-utils@^4.9.1":
346+
version "4.9.1"
347+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
348+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
349+
dependencies:
350+
eslint-visitor-keys "^3.4.3"
351+
352+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
346353
version "4.12.2"
347354
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
348355
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1099,30 +1106,30 @@
10991106
dependencies:
11001107
"@types/node" "*"
11011108

1102-
"@typescript-eslint/eslint-plugin@8.50.0":
1103-
version "8.50.0"
1104-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.50.0.tgz#a6ce899690542e2affa9543306d2d3935740abb7"
1105-
integrity sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg==
1106-
dependencies:
1107-
"@eslint-community/regexpp" "^4.10.0"
1108-
"@typescript-eslint/scope-manager" "8.50.0"
1109-
"@typescript-eslint/type-utils" "8.50.0"
1110-
"@typescript-eslint/utils" "8.50.0"
1111-
"@typescript-eslint/visitor-keys" "8.50.0"
1112-
ignore "^7.0.0"
1109+
"@typescript-eslint/eslint-plugin@8.55.0":
1110+
version "8.55.0"
1111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz#086d2ef661507b561f7b17f62d3179d692a0765f"
1112+
integrity sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==
1113+
dependencies:
1114+
"@eslint-community/regexpp" "^4.12.2"
1115+
"@typescript-eslint/scope-manager" "8.55.0"
1116+
"@typescript-eslint/type-utils" "8.55.0"
1117+
"@typescript-eslint/utils" "8.55.0"
1118+
"@typescript-eslint/visitor-keys" "8.55.0"
1119+
ignore "^7.0.5"
11131120
natural-compare "^1.4.0"
1114-
ts-api-utils "^2.1.0"
1121+
ts-api-utils "^2.4.0"
11151122

1116-
"@typescript-eslint/parser@8.50.0":
1117-
version "8.50.0"
1118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.50.0.tgz#c35b28f686dbe08e81b9d6208ebc08912549f4ba"
1119-
integrity sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q==
1123+
"@typescript-eslint/parser@8.55.0":
1124+
version "8.55.0"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.55.0.tgz#6eace4e9e95f178d3447ed1f17f3d6a5dfdb345c"
1126+
integrity sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==
11201127
dependencies:
1121-
"@typescript-eslint/scope-manager" "8.50.0"
1122-
"@typescript-eslint/types" "8.50.0"
1123-
"@typescript-eslint/typescript-estree" "8.50.0"
1124-
"@typescript-eslint/visitor-keys" "8.50.0"
1125-
debug "^4.3.4"
1128+
"@typescript-eslint/scope-manager" "8.55.0"
1129+
"@typescript-eslint/types" "8.55.0"
1130+
"@typescript-eslint/typescript-estree" "8.55.0"
1131+
"@typescript-eslint/visitor-keys" "8.55.0"
1132+
debug "^4.4.3"
11261133

11271134
"@typescript-eslint/project-service@8.39.0":
11281135
version "8.39.0"
@@ -1133,14 +1140,14 @@
11331140
"@typescript-eslint/types" "^8.39.0"
11341141
debug "^4.3.4"
11351142

1136-
"@typescript-eslint/project-service@8.50.0":
1137-
version "8.50.0"
1138-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.50.0.tgz#1422366b7cc11fef8c6d87770884e608093423a4"
1139-
integrity sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ==
1143+
"@typescript-eslint/project-service@8.55.0":
1144+
version "8.55.0"
1145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b"
1146+
integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==
11401147
dependencies:
1141-
"@typescript-eslint/tsconfig-utils" "^8.50.0"
1142-
"@typescript-eslint/types" "^8.50.0"
1143-
debug "^4.3.4"
1148+
"@typescript-eslint/tsconfig-utils" "^8.55.0"
1149+
"@typescript-eslint/types" "^8.55.0"
1150+
debug "^4.4.3"
11441151

11451152
"@typescript-eslint/scope-manager@8.39.0":
11461153
version "8.39.0"
@@ -1150,44 +1157,44 @@
11501157
"@typescript-eslint/types" "8.39.0"
11511158
"@typescript-eslint/visitor-keys" "8.39.0"
11521159

1153-
"@typescript-eslint/scope-manager@8.50.0":
1154-
version "8.50.0"
1155-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.50.0.tgz#e0d6c838dc9044bc679724611b138cb34c81bddf"
1156-
integrity sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A==
1160+
"@typescript-eslint/scope-manager@8.55.0":
1161+
version "8.55.0"
1162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
1163+
integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==
11571164
dependencies:
1158-
"@typescript-eslint/types" "8.50.0"
1159-
"@typescript-eslint/visitor-keys" "8.50.0"
1165+
"@typescript-eslint/types" "8.55.0"
1166+
"@typescript-eslint/visitor-keys" "8.55.0"
11601167

11611168
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
11621169
version "8.39.0"
11631170
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
11641171
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
11651172

1166-
"@typescript-eslint/tsconfig-utils@8.50.0", "@typescript-eslint/tsconfig-utils@^8.50.0":
1167-
version "8.50.0"
1168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.0.tgz#5c17537ad4c8a13bf6d7393035edaf91a1e13191"
1169-
integrity sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w==
1173+
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
1174+
version "8.55.0"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
1176+
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
11701177

1171-
"@typescript-eslint/type-utils@8.50.0":
1172-
version "8.50.0"
1173-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.50.0.tgz#feb6f54f876980a258b14f1cb033f54fc545d37b"
1174-
integrity sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw==
1178+
"@typescript-eslint/type-utils@8.55.0":
1179+
version "8.55.0"
1180+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200"
1181+
integrity sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==
11751182
dependencies:
1176-
"@typescript-eslint/types" "8.50.0"
1177-
"@typescript-eslint/typescript-estree" "8.50.0"
1178-
"@typescript-eslint/utils" "8.50.0"
1179-
debug "^4.3.4"
1180-
ts-api-utils "^2.1.0"
1183+
"@typescript-eslint/types" "8.55.0"
1184+
"@typescript-eslint/typescript-estree" "8.55.0"
1185+
"@typescript-eslint/utils" "8.55.0"
1186+
debug "^4.4.3"
1187+
ts-api-utils "^2.4.0"
11811188

11821189
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
11831190
version "8.39.0"
11841191
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
11851192
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
11861193

1187-
"@typescript-eslint/types@8.50.0", "@typescript-eslint/types@^8.50.0":
1188-
version "8.50.0"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.50.0.tgz#ad8f1ad88ae0096f548c9cdf60da9b92832db96e"
1190-
integrity sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w==
1194+
"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0":
1195+
version "8.55.0"
1196+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
1197+
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
11911198

11921199
"@typescript-eslint/typescript-estree@8.39.0":
11931200
version "8.39.0"
@@ -1205,30 +1212,30 @@
12051212
semver "^7.6.0"
12061213
ts-api-utils "^2.1.0"
12071214

1208-
"@typescript-eslint/typescript-estree@8.50.0":
1209-
version "8.50.0"
1210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz#2871d36617f81a127db905fa91b16d1a0251411b"
1211-
integrity sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ==
1212-
dependencies:
1213-
"@typescript-eslint/project-service" "8.50.0"
1214-
"@typescript-eslint/tsconfig-utils" "8.50.0"
1215-
"@typescript-eslint/types" "8.50.0"
1216-
"@typescript-eslint/visitor-keys" "8.50.0"
1217-
debug "^4.3.4"
1218-
minimatch "^9.0.4"
1219-
semver "^7.6.0"
1215+
"@typescript-eslint/typescript-estree@8.55.0":
1216+
version "8.55.0"
1217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
1218+
integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==
1219+
dependencies:
1220+
"@typescript-eslint/project-service" "8.55.0"
1221+
"@typescript-eslint/tsconfig-utils" "8.55.0"
1222+
"@typescript-eslint/types" "8.55.0"
1223+
"@typescript-eslint/visitor-keys" "8.55.0"
1224+
debug "^4.4.3"
1225+
minimatch "^9.0.5"
1226+
semver "^7.7.3"
12201227
tinyglobby "^0.2.15"
1221-
ts-api-utils "^2.1.0"
1228+
ts-api-utils "^2.4.0"
12221229

1223-
"@typescript-eslint/utils@8.50.0":
1224-
version "8.50.0"
1225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.50.0.tgz#107f20a5747eab5db988c5f6ad462b59851cdd1f"
1226-
integrity sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg==
1230+
"@typescript-eslint/utils@8.55.0":
1231+
version "8.55.0"
1232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
1233+
integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==
12271234
dependencies:
1228-
"@eslint-community/eslint-utils" "^4.7.0"
1229-
"@typescript-eslint/scope-manager" "8.50.0"
1230-
"@typescript-eslint/types" "8.50.0"
1231-
"@typescript-eslint/typescript-estree" "8.50.0"
1235+
"@eslint-community/eslint-utils" "^4.9.1"
1236+
"@typescript-eslint/scope-manager" "8.55.0"
1237+
"@typescript-eslint/types" "8.55.0"
1238+
"@typescript-eslint/typescript-estree" "8.55.0"
12321239

12331240
"@typescript-eslint/utils@^8.32.1":
12341241
version "8.39.0"
@@ -1248,12 +1255,12 @@
12481255
"@typescript-eslint/types" "8.39.0"
12491256
eslint-visitor-keys "^4.2.1"
12501257

1251-
"@typescript-eslint/visitor-keys@8.50.0":
1252-
version "8.50.0"
1253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz#79d1c95474e08f844dbe13370715cfb9b7e21363"
1254-
integrity sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q==
1258+
"@typescript-eslint/visitor-keys@8.55.0":
1259+
version "8.55.0"
1260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
1261+
integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==
12551262
dependencies:
1256-
"@typescript-eslint/types" "8.50.0"
1263+
"@typescript-eslint/types" "8.55.0"
12571264
eslint-visitor-keys "^4.2.1"
12581265

12591266
"@vitejs/plugin-react-swc@^4.0.0":
@@ -1885,7 +1892,7 @@ debug@4, debug@^4.1.1:
18851892
dependencies:
18861893
ms "^2.1.3"
18871894

1888-
debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1895+
debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3:
18891896
version "4.4.3"
18901897
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
18911898
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -2356,7 +2363,7 @@ ignore@^5.2.0:
23562363
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
23572364
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
23582365

2359-
ignore@^7.0.0:
2366+
ignore@^7.0.5:
23602367
version "7.0.5"
23612368
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
23622369
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -2609,7 +2616,7 @@ minimatch@^3.1.2:
26092616
dependencies:
26102617
brace-expansion "^1.1.7"
26112618

2612-
minimatch@^9.0.4:
2619+
minimatch@^9.0.4, minimatch@^9.0.5:
26132620
version "9.0.5"
26142621
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
26152622
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -3175,6 +3182,11 @@ semver@^7.7.1:
31753182
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
31763183
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
31773184

3185+
semver@^7.7.3:
3186+
version "7.7.4"
3187+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
3188+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
3189+
31783190
set-cookie-parser@^2.6.0:
31793191
version "2.7.2"
31803192
resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz#ccd08673a9ae5d2e44ea2a2de25089e67c7edf68"
@@ -3343,6 +3355,11 @@ ts-api-utils@^2.1.0:
33433355
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
33443356
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
33453357

3358+
ts-api-utils@^2.4.0:
3359+
version "2.4.0"
3360+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
3361+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
3362+
33463363
ts-dedent@^2.2.0:
33473364
version "2.2.0"
33483365
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"
@@ -3371,14 +3388,14 @@ typed-query-selector@^2.12.0:
33713388
integrity sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==
33723389

33733390
typescript-eslint@^8.24.1:
3374-
version "8.50.0"
3375-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.50.0.tgz#b91e73eea65edf46e10425dbeb0dc1ddb0d7fea5"
3376-
integrity sha512-Q1/6yNUmCpH94fbgMUMg2/BSAr/6U7GBk61kZTv1/asghQOWOjTlp9K8mixS5NcJmm2creY+UFfGeW/+OcA64A==
3377-
dependencies:
3378-
"@typescript-eslint/eslint-plugin" "8.50.0"
3379-
"@typescript-eslint/parser" "8.50.0"
3380-
"@typescript-eslint/typescript-estree" "8.50.0"
3381-
"@typescript-eslint/utils" "8.50.0"
3391+
version "8.55.0"
3392+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.55.0.tgz#abae8295c5f0f82f816218113a46e89bc30c3de2"
3393+
integrity sha512-HE4wj+r5lmDVS9gdaN0/+iqNvPZwGfnJ5lZuz7s5vLlg9ODw0bIiiETaios9LvFI1U94/VBXGm3CB2Y5cNFMpw==
3394+
dependencies:
3395+
"@typescript-eslint/eslint-plugin" "8.55.0"
3396+
"@typescript-eslint/parser" "8.55.0"
3397+
"@typescript-eslint/typescript-estree" "8.55.0"
3398+
"@typescript-eslint/utils" "8.55.0"
33823399

33833400
typescript@~5.9.0:
33843401
version "5.9.3"

0 commit comments

Comments
 (0)