]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): limit minimatch range
authorEvan You <evan@vuejs.org>
Mon, 5 Aug 2024 06:48:22 +0000 (14:48 +0800)
committerEvan You <evan@vuejs.org>
Mon, 5 Aug 2024 06:48:22 +0000 (14:48 +0800)
minimatch 10+ only supports Node 20+

packages/compiler-sfc/package.json
pnpm-lock.yaml

index 5f2216dc8a41cb2351118c42a7bd0d95987ce526..d90375fcd055960345a92db2174b9a3b5ddfab5f 100644 (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",
index 37e91152dca5a49464e6185a8612c6f596e3fbbb..9d5f59f3ecb2d162c1fc9ff59d799333a0bf9320 100644 (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