From 37526c2dc7f8d958260bad7f2614f2b4bb9d3801 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 07:52:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 409eb53..cac5a55 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "dependencies": { "event-to-promise": "^0.8.0", "fluent-ffmpeg": "^2.1.2", - "imghash": "0.0.3", + "imghash": "0.0.5", "make-dir": "^3.0.0", "p-map-series": "^2.1.0" }