From 3a34005d85f29ab766eee588ef03d714c8925c86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 23:23:49 +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-PROTOBUFJS-5756498 --- 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 ccf21d392f..4579ef0da3 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.28.0" + "@google-cloud/pubsub": "^3.0.0" } }