From 9f8d0f10dcd5a6aff8f428da6c5bed29a48af095 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 22:14:32 +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 f228a8ce9b..f6653f8873 100644 --- a/iot/manager/package.json +++ b/iot/manager/package.json @@ -20,7 +20,7 @@ "dependencies": { "@google-cloud/pubsub": "0.13.2", "googleapis": "20.1.0", - "yargs": "8.0.2" + "yargs": "15.0.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",