From 30ee4f7d98714d583f1497a6bd916c4905e3245b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:28:07 +0000 Subject: [PATCH] fix: iot/http_example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- iot/http_example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/http_example/package.json b/iot/http_example/package.json index b2b1af38fd..4653f88a1a 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -19,7 +19,7 @@ "dependencies": { "jsonwebtoken": "^8.5.0", "retry-request": "^3.3.2", - "yargs": "^13.2.2" + "yargs": "^15.0.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0",