From f169ca902f65fa514b1bfde8fbf48046c0baf0c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 09:56:49 +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..142bcc46ba 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -20,7 +20,7 @@ "@google-cloud/iot": "^0.2.0", "@google-cloud/pubsub": "^0.28.0", "googleapis": "^40.0.0", - "yargs": "^13.2.2" + "yargs": "^15.0.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0",