From 8428dce1047b6a7889dc09c65f75a6dbaf324955 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 02:06:19 +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 98cfe688c5..9d0c0e68e8 100644 --- a/iot/scripts/package.json +++ b/iot/scripts/package.json @@ -8,6 +8,6 @@ "node": ">=10.0.0" }, "dependencies": { - "@google-cloud/pubsub": "^2.0.0" + "@google-cloud/pubsub": "^3.0.0" } }