From 09e3a24d3ebac67689f9d61ea01108ba8d8ed2d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 May 2022 22:32:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c83579..7bfca5d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "license": "ISC", "dependencies": { "animated-gif-detector": "^1.2.0", - "sharp": "^0.17.3" + "sharp": "^0.30.5" }, "devDependencies": { "aws-sdk": "^2.2.17",