chore(deps): limit minimatch range

minimatch 10+ only supports Node 20+
This commit is contained in:
Evan You 2024-08-05 14:48:22 +08:00
parent d4db35a677
commit 7ecf91f760
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
"hash-sum": "^2.0.0",
"lru-cache": "10.1.0",
"merge-source-map": "^1.1.0",
"minimatch": "^9.0.5",
"minimatch": "~9.0.5",
"postcss-modules": "^6.0.0",
"postcss-selector-parser": "^6.1.1",
"pug": "^3.0.3",

View File

@ -251,7 +251,7 @@ importers:
specifier: ^1.1.0
version: 1.1.0
minimatch:
specifier: ^9.0.5
specifier: ~9.0.5
version: 9.0.5
postcss-modules:
specifier: ^6.0.0