From 79d1fc48921de49688110c6bab222de303aa3398 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 03:06:27 +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-2848109 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 25a35b2..7585455 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.30.5" }, "private": true }