From d4afada709456e172f5c20b89a54fa31a574eae3 Mon Sep 17 00:00:00 2001 From: wynterding Date: Wed, 29 Oct 2025 11:52:28 +0800 Subject: [PATCH] chore: upgrade mkdirp, in case of security issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c299d1b..33e74e9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "debug": "4", "filesize": "6", "lodash": "4", - "mkdirp": "0.5.1", + "mkdirp": "1.0.4", "moment": "2" }, "devDependencies": {