mirror of https://github.com/vuejs/core.git
chore(deps): limit minimatch range
minimatch 10+ only supports Node 20+
This commit is contained in:
parent
d4db35a677
commit
7ecf91f760
|
@ -58,7 +58,7 @@
|
||||||
"hash-sum": "^2.0.0",
|
"hash-sum": "^2.0.0",
|
||||||
"lru-cache": "10.1.0",
|
"lru-cache": "10.1.0",
|
||||||
"merge-source-map": "^1.1.0",
|
"merge-source-map": "^1.1.0",
|
||||||
"minimatch": "^9.0.5",
|
"minimatch": "~9.0.5",
|
||||||
"postcss-modules": "^6.0.0",
|
"postcss-modules": "^6.0.0",
|
||||||
"postcss-selector-parser": "^6.1.1",
|
"postcss-selector-parser": "^6.1.1",
|
||||||
"pug": "^3.0.3",
|
"pug": "^3.0.3",
|
||||||
|
|
|
@ -251,7 +251,7 @@ importers:
|
||||||
specifier: ^1.1.0
|
specifier: ^1.1.0
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
minimatch:
|
minimatch:
|
||||||
specifier: ^9.0.5
|
specifier: ~9.0.5
|
||||||
version: 9.0.5
|
version: 9.0.5
|
||||||
postcss-modules:
|
postcss-modules:
|
||||||
specifier: ^6.0.0
|
specifier: ^6.0.0
|
||||||
|
|
Loading…
Reference in New Issue