Explorar el Código

chore(deps): limit minimatch range

minimatch 10+ only supports Node 20+
Evan You hace 1 año
padre
commit
7ecf91f760
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      packages/compiler-sfc/package.json
  2. 1 1
      pnpm-lock.yaml

+ 1 - 1
packages/compiler-sfc/package.json

@@ -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",

+ 1 - 1
pnpm-lock.yaml

@@ -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