From de5d8512232d29449734fe5193c3987b37cae2e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 17:01:29 +0000 Subject: [PATCH] fix: iot/scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- iot/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/scripts/package.json b/iot/scripts/package.json index 7986335019..a7156ee64d 100644 --- a/iot/scripts/package.json +++ b/iot/scripts/package.json @@ -5,6 +5,6 @@ "author": "Google Inc.", "license": "Apache-2.0", "dependencies": { - "@google-cloud/pubsub": "0.22.2" + "@google-cloud/pubsub": "0.24.0" } }