From 9e912b2d164ef00b6736deeba92c78c3c09cd96b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 11:42:02 +0000 Subject: [PATCH] fix: pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/package.json b/pubsub/package.json index e39fe318f1..b601d3c171 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.29.0", "yargs": "6.6.0" }, "engines": {