From 4bf730b670e2a74011d4589f1a906a3de7ff0486 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 03:01:23 +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-7414156 --- 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 049abf0fff..96ad1f04aa 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.3.0", "escape-html": "^1.0.3", "safe-buffer": "^5.1.2"