File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 "eslint-utils" : " ^3.0.0" ,
5252 "json-schema-migrate" : " ^2.0.0" ,
5353 "jsonc-eslint-parser" : " ^2.0.0" ,
54- "minimatch" : " ^5 .0.0" ,
54+ "minimatch" : " ^6 .0.0" ,
5555 "synckit" : " ^0.8.0" ,
5656 "toml-eslint-parser" : " ^0.4.0" ,
5757 "tunnel-agent" : " ^0.6.0" ,
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ function getESLintClassForV6(): typeof eslint.ESLint {
8282
8383 // eslint-disable-next-line @typescript-eslint/require-await -- ignore
8484 public static async outputFixes (
85- ...params : Parameters < typeof eslint . ESLint [ "outputFixes" ] >
86- ) : ReturnType < typeof eslint . ESLint [ "outputFixes" ] > {
85+ ...params : Parameters < ( typeof eslint . ESLint ) [ "outputFixes" ] >
86+ ) : ReturnType < ( typeof eslint . ESLint ) [ "outputFixes" ] > {
8787 return CLIEngine . outputFixes ( {
8888 results : params [ 0 ] ,
8989 } as any ) ;
You can’t perform that action at this time.
0 commit comments