From 67691bdd996eabc88d0f3d2b4f7495dae4d554e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Dec 2020 06:44:02 +0000 Subject: [PATCH] fix: functions/http/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DATEANDTIME-1054430 --- functions/http/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/http/package.json b/functions/http/package.json index f015ed013c..098efbfda8 100644 --- a/functions/http/package.json +++ b/functions/http/package.json @@ -22,7 +22,7 @@ "uuid": "^3.3.2" }, "dependencies": { - "@google-cloud/storage": "^2.3.3", + "@google-cloud/storage": "^5.2.0", "busboy": "^0.2.14", "escape-html": "^1.0.3", "safe-buffer": "^5.1.2"