From 7c56a4747bfb8ef266a96ed95ba28229b82a4a62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:20:24 +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-ASYNC-2441827 --- 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..d74dc84e01 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": "^3.0.0", "busboy": "^0.2.14", "escape-html": "^1.0.3", "safe-buffer": "^5.1.2"