From e6eb7910f7197ce73a94f4a0b42a91916b06eac3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 19:28:25 +0000 Subject: [PATCH] fix: iot/manager/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- iot/manager/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/manager/package.json b/iot/manager/package.json index 8ccd7076a8..e011729f74 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/iot": "^0.2.0", - "@google-cloud/pubsub": "^0.28.0", + "@google-cloud/pubsub": "^0.29.0", "googleapis": "^40.0.0", "yargs": "^13.2.2" },