From: Evan You Date: Mon, 5 Aug 2024 06:48:22 +0000 (+0800) Subject: chore(deps): limit minimatch range X-Git-Tag: v3.4.36~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ecf91f7609b5f2a1be0b9d7c2508dca983f1fe0;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): limit minimatch range minimatch 10+ only supports Node 20+ --- diff --git a/packages/compiler-sfc/package.json b/packages/compiler-sfc/package.json index 5f2216dc8a..d90375fcd0 100644 --- a/packages/compiler-sfc/package.json +++ b/packages/compiler-sfc/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37e91152dc..9d5f59f3ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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