From 9b2de4570282f29091a7ee0a912370a18a79f9ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jul 2021 02:54:57 +0000 Subject: [PATCH] fix: functions/gcs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677 --- functions/gcs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/gcs/package.json b/functions/gcs/package.json index 9b137d6d6e..7c44b4e28d 100644 --- a/functions/gcs/package.json +++ b/functions/gcs/package.json @@ -17,7 +17,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/storage": "1.2.1", + "@google-cloud/storage": "1.6.0", "request": "2.81.0" }, "devDependencies": {