Skip to content

Commit f7a238f

Browse files
committed
chore: update minimatch usage
1 parent bba85a5 commit f7a238f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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",

src/rules/no-invalid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getStaticYAMLValue } from "yaml-eslint-parser";
55
import type { AST as TOML } from "toml-eslint-parser";
66
import { getStaticTOMLValue } from "toml-eslint-parser";
77
import { createRule } from "../utils/index";
8-
import minimatch from "minimatch";
8+
import { minimatch } from "minimatch";
99
import path from "path";
1010
import type { PathData } from "../utils/ast/index";
1111
import {

0 commit comments

Comments
 (0)