Skip to content

Commit 7ecf91f

Browse files
committed
chore(deps): limit minimatch range
minimatch 10+ only supports Node 20+
1 parent d4db35a commit 7ecf91f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compiler-sfc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"hash-sum": "^2.0.0",
5959
"lru-cache": "10.1.0",
6060
"merge-source-map": "^1.1.0",
61-
"minimatch": "^9.0.5",
61+
"minimatch": "~9.0.5",
6262
"postcss-modules": "^6.0.0",
6363
"postcss-selector-parser": "^6.1.1",
6464
"pug": "^3.0.3",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)