From cfd29b0b62f6f7ea805439ed482f8e167c4ea012 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Nov 2020 02:16:47 +0000 Subject: [PATCH] fix: functions/tips/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-1038818 --- functions/tips/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tips/package.json b/functions/tips/package.json index 5d8dbfe387..9368f2eaca 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -12,7 +12,7 @@ "node": ">=8" }, "dependencies": { - "@google-cloud/pubsub": "^0.22.2", + "@google-cloud/pubsub": "^2.0.0", "safe-buffer": "5.1.2" }, "devDependencies": {