From 9159b1af8a94b33aa07600a4cfc85024f91cf1c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 00:48:59 +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-PROTOBUFJS-5756498 --- 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 18ae9c4cf1..5d8b265364 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^0.28.0", + "@google-cloud/pubsub": "^3.0.0", "safe-buffer": "^5.1.2" }, "devDependencies": {