From 7ecf91f7609b5f2a1be0b9d7c2508dca983f1fe0 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 5 Aug 2024 14:48:22 +0800 Subject: [PATCH] chore(deps): limit minimatch range minimatch 10+ only supports Node 20+ --- packages/compiler-sfc/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/compiler-sfc/package.json b/packages/compiler-sfc/package.json index 5f2216dc8..d90375fcd 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 37e91152d..9d5f59f3e 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