File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 "eslint-json-compat-utils" : " ^0.2.1" ,
5858 "json-schema-migrate" : " ^2.0.0" ,
5959 "jsonc-eslint-parser" : " ^2.0.0" ,
60- "minimatch" : " ^10.0.0" ,
60+ "minimatch" : " ^9.0.0 || ^ 10.0.0" ,
6161 "synckit" : " ^0.11.1" ,
6262 "toml-eslint-parser" : " ^0.10.0" ,
6363 "tunnel-agent" : " ^0.6.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { getStaticYAMLValue } from "yaml-eslint-parser";
55import type { AST as TOML } from "toml-eslint-parser" ;
66import { getStaticTOMLValue } from "toml-eslint-parser" ;
77import { createRule } from "../utils/index" ;
8- import minimatch from "minimatch" ;
8+ import { minimatch } from "minimatch" ;
99import path from "path" ;
1010import type { PathData } from "../utils/ast/index" ;
1111import {
You can’t perform that action at this time.
0 commit comments