From bd139fab8ade17b4e31a98ac8839f2a858098167 Mon Sep 17 00:00:00 2001 From: roy Date: Mon, 26 Jun 2023 17:37:47 +0800 Subject: [PATCH] fix: bump version 5.1.6 of minimatch due to security --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eb57262..388bee76 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "async": "^3.2.3", "chalk": "^4.0.2", "filelist": "^1.0.4", - "minimatch": "^3.1.2" + "minimatch": "^5.1.6" }, "devDependencies": { "eslint": "^6.8.0",