From 12318240ac5c20319a0617bb217b739b12753502 Mon Sep 17 00:00:00 2001 From: Alex J Burke Date: Fri, 15 Dec 2023 16:29:03 +0100 Subject: [PATCH 1/2] Remove unused dependencies. - animated-gif-detector is consumed within impro - bluebird has no callers with the repository --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 35967f8..d81ff34 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,6 @@ ], "dependencies": { "accepts": "^1.3.3", - "animated-gif-detector": "^1.2.0", - "bluebird": "^3.3.4", "exif-reader": "^1.0.2", "gm-papandreou": "^1.23.0-patch1", "hijackresponse": "^5.0.0", From be7976e1513b7d2248dc607f72af2d1e9619703f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:50:11 +0000 Subject: [PATCH 2/2] Update exif-reader to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d81ff34..af8ebfe 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "dependencies": { "accepts": "^1.3.3", - "exif-reader": "^1.0.2", + "exif-reader": "^2.0.0", "gm-papandreou": "^1.23.0-patch1", "hijackresponse": "^5.0.0", "httperrors": "^2.0.1",