From 9a749af5b674f896f861b7fed89795ccbf59f826 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jul 2020 21:32:03 +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-AJV-584908 --- 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..eece57913e 100644 --- a/functions/gcs/package.json +++ b/functions/gcs/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/storage": "1.2.1", - "request": "2.81.0" + "request": "2.88.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",