From c813f76464782a123a9fdec7eacdd7c5a786a79a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jun 2022 18:01:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JPEGJS-2859218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 409eb53..bd6b7e6 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.6", "make-dir": "^3.0.0", "p-map-series": "^2.1.0" }