|
1041 | 1041 | eslint-scope "^5.1.1" |
1042 | 1042 | eslint-utils "^3.0.0" |
1043 | 1043 |
|
1044 | | -"@typescript-eslint/parser@7.11.0": |
1045 | | - version "7.11.0" |
1046 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839" |
1047 | | - integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg== |
1048 | | - dependencies: |
1049 | | - "@typescript-eslint/scope-manager" "7.11.0" |
1050 | | - "@typescript-eslint/types" "7.11.0" |
1051 | | - "@typescript-eslint/typescript-estree" "7.11.0" |
1052 | | - "@typescript-eslint/visitor-keys" "7.11.0" |
| 1044 | +"@typescript-eslint/parser@7.12.0": |
| 1045 | + version "7.12.0" |
| 1046 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3" |
| 1047 | + integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ== |
| 1048 | + dependencies: |
| 1049 | + "@typescript-eslint/scope-manager" "7.12.0" |
| 1050 | + "@typescript-eslint/types" "7.12.0" |
| 1051 | + "@typescript-eslint/typescript-estree" "7.12.0" |
| 1052 | + "@typescript-eslint/visitor-keys" "7.12.0" |
1053 | 1053 | debug "^4.3.4" |
1054 | 1054 |
|
1055 | 1055 | "@typescript-eslint/parser@^4.20.0": |
|
1078 | 1078 | "@typescript-eslint/types" "6.21.0" |
1079 | 1079 | "@typescript-eslint/visitor-keys" "6.21.0" |
1080 | 1080 |
|
1081 | | -"@typescript-eslint/scope-manager@7.11.0": |
1082 | | - version "7.11.0" |
1083 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d" |
1084 | | - integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw== |
| 1081 | +"@typescript-eslint/scope-manager@7.12.0": |
| 1082 | + version "7.12.0" |
| 1083 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58" |
| 1084 | + integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg== |
1085 | 1085 | dependencies: |
1086 | | - "@typescript-eslint/types" "7.11.0" |
1087 | | - "@typescript-eslint/visitor-keys" "7.11.0" |
| 1086 | + "@typescript-eslint/types" "7.12.0" |
| 1087 | + "@typescript-eslint/visitor-keys" "7.12.0" |
1088 | 1088 |
|
1089 | 1089 | "@typescript-eslint/types@4.29.0": |
1090 | 1090 | version "4.29.0" |
|
1096 | 1096 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
1097 | 1097 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
1098 | 1098 |
|
1099 | | -"@typescript-eslint/types@7.11.0": |
1100 | | - version "7.11.0" |
1101 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722" |
1102 | | - integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w== |
| 1099 | +"@typescript-eslint/types@7.12.0": |
| 1100 | + version "7.12.0" |
| 1101 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981" |
| 1102 | + integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg== |
1103 | 1103 |
|
1104 | 1104 | "@typescript-eslint/typescript-estree@4.29.0": |
1105 | 1105 | version "4.29.0" |
|
1128 | 1128 | semver "^7.5.4" |
1129 | 1129 | ts-api-utils "^1.0.1" |
1130 | 1130 |
|
1131 | | -"@typescript-eslint/typescript-estree@7.11.0": |
1132 | | - version "7.11.0" |
1133 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa" |
1134 | | - integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ== |
| 1131 | +"@typescript-eslint/typescript-estree@7.12.0": |
| 1132 | + version "7.12.0" |
| 1133 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9" |
| 1134 | + integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ== |
1135 | 1135 | dependencies: |
1136 | | - "@typescript-eslint/types" "7.11.0" |
1137 | | - "@typescript-eslint/visitor-keys" "7.11.0" |
| 1136 | + "@typescript-eslint/types" "7.12.0" |
| 1137 | + "@typescript-eslint/visitor-keys" "7.12.0" |
1138 | 1138 | debug "^4.3.4" |
1139 | 1139 | globby "^11.1.0" |
1140 | 1140 | is-glob "^4.0.3" |
|
1171 | 1171 | "@typescript-eslint/types" "6.21.0" |
1172 | 1172 | eslint-visitor-keys "^3.4.1" |
1173 | 1173 |
|
1174 | | -"@typescript-eslint/visitor-keys@7.11.0": |
1175 | | - version "7.11.0" |
1176 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597" |
1177 | | - integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ== |
| 1174 | +"@typescript-eslint/visitor-keys@7.12.0": |
| 1175 | + version "7.12.0" |
| 1176 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3" |
| 1177 | + integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ== |
1178 | 1178 | dependencies: |
1179 | | - "@typescript-eslint/types" "7.11.0" |
| 1179 | + "@typescript-eslint/types" "7.12.0" |
1180 | 1180 | eslint-visitor-keys "^3.4.3" |
1181 | 1181 |
|
1182 | 1182 | "@vercel/ncc@0.38.1": |
|
0 commit comments