From 707de070158415220b1889c02607d3e6faa7a1ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 May 2020 01:21:14 +0300 Subject: [PATCH] fix: functions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 --- functions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index 25a35b2..8876a47 100644 --- a/functions/package.json +++ b/functions/package.json @@ -4,7 +4,7 @@ "dependencies": { "@google-cloud/debug-agent": "^1.0.0", "@google-cloud/storage": "^0.7.0", - "firebase-functions": "^0.5", + "firebase-functions": "^3.6.2", "mkdirp-promise": "^5.0.1", "sharp": "^0.17.2" },