From 980386c185c82e5864069b35434f1b90bd4c1c76 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:39:34 +0000 Subject: [PATCH] fix: samples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/package.json b/samples/package.json index 6c01e93cd..e8a5e9f38 100644 --- a/samples/package.json +++ b/samples/package.json @@ -17,7 +17,7 @@ "test": "repo-tools test run --cmd npm -- run cover" }, "dependencies": { - "@google-cloud/pubsub": "0.16.2", + "@google-cloud/pubsub": "0.20.0", "yargs": "10.1.2" }, "devDependencies": {