From 9376b82b027a864ea043feffc93a23be3f409e5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 18:21:08 +0000 Subject: [PATCH] fix: pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/package.json b/pubsub/package.json index e39fe318f1..2ae91066b1 100644 --- a/pubsub/package.json +++ b/pubsub/package.json @@ -8,7 +8,7 @@ "test": "cd ..; npm run st -- --verbose pubsub/system-test/*.test.js" }, "dependencies": { - "@google-cloud/pubsub": "0.8.0", + "@google-cloud/pubsub": "0.20.0", "yargs": "6.6.0" }, "engines": {