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 22fa850dd4d581938b61637c5a76fc760cd73cf3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:55:20 +0000 Subject: [PATCH 2/2] Update sharp to version 0.33.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d81ff34..1cb5291 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "passerror": "^1.1.1", "pngcrush": "^3.0.0", "pngquant": "^4.0.0", - "sharp": "^0.32.0" + "sharp": "^0.33.0" }, "devDependencies": { "browser-sync": "^2.18.6",