From af6cf460eba3fbb0598890b948a1e5245caf13eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 16:36:29 +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-SEMVER-3247795 --- 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..4534c64fe0 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": "2.0.0", "safe-buffer": "5.1.2" }, "devDependencies": {