From 16bf01c364d2975593b3e4fb1c725d94ee24c172 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 04:12:08 +0000 Subject: [PATCH] fix: functions/pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 --- functions/pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 1563e373c4..ffd5606e3b 100644 --- a/functions/pubsub/package.json +++ b/functions/pubsub/package.json @@ -15,7 +15,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/pubsub": "0.22.2", + "@google-cloud/pubsub": "3.0.0", "safe-buffer": "5.1.2" }, "devDependencies": {