From 01642fbc64aecde974911d2a06c3a33be1d6fcc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 02:06:27 +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-Y18N-1021887 --- 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 11c3f5a7fb..8bab9d7afb 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -18,7 +18,7 @@ "dependencies": { "jsonwebtoken": "8.4.0", "retry-request": "3.3.2", - "yargs": "12.0.5" + "yargs": "16.0.0" }, "devDependencies": { "googleapis": "^36.0.0",