From 97b9c906525f32bce7b37d7a7f56a5f3992738ff Mon Sep 17 00:00:00 2001 From: Pablo <143296666+pablopfg@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:07:42 -0300 Subject: [PATCH] Add file-type dependency Add the file-type package (^21.3.1) to package.json so the project can detect file MIME/type signatures. This adds the dependency alongside existing utility packages. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0337430af..69515cde4 100644 --- a/package.json +++ b/package.json @@ -165,6 +165,7 @@ "merge": "^2.1.1", "braces": "^3.0.3", "shelljs": "^0.8.5", + "file-type": "^21.3.1", "qs": "^6.14.2", "tmp": "^0.2.4" }