From ddf4eae21004c24ea8f4eacc92f2656b07d3b8f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 09:51:22 +0000 Subject: [PATCH] fix: pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/package.json b/pubsub/package.json index e39fe318f1..51a70e1ae4 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.15.0", "yargs": "6.6.0" }, "engines": {