添加minimatch依赖项的解析版本以解决潜在的版本冲突

This commit is contained in:
Ryan Ran
2025-07-04 17:16:47 +08:00
parent d711273cf0
commit ef46380f9e

View File

@@ -40,5 +40,8 @@
"> 1%",
"last 2 versions",
"not dead"
]
],
"resolutions": {
"minimatch": "^3.1.2"
}
}