From 104e284798c06a91863e232c08c208db99f75960 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Sep 2023 14:12:25 +0000 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 25a35b2..8e60fc2 100644 --- a/functions/package.json +++ b/functions/package.json @@ -6,7 +6,7 @@ "@google-cloud/storage": "^0.7.0", "firebase-functions": "^0.5", "mkdirp-promise": "^5.0.1", - "sharp": "^0.17.2" + "sharp": "^0.32.6" }, "private": true }