From b7dc6ae9ae02d87d9ffcbc811d2da2608c973911 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:09:42 +0000 Subject: [PATCH] fix: iot/beta-features/gateway/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- iot/beta-features/gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/beta-features/gateway/package.json b/iot/beta-features/gateway/package.json index 2e908dcbc3..de10f05069 100644 --- a/iot/beta-features/gateway/package.json +++ b/iot/beta-features/gateway/package.json @@ -20,7 +20,7 @@ "googleapis": "^40.0.0", "jsonwebtoken": "^8.3.0", "mqtt": "^2.18.8", - "yargs": "^13.2.2" + "yargs": "^15.0.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0",