From 2008a681febac39ebae5f2f5a35461517592b375 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 06:02:01 +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 89c6b77985..c202a2572f 100644 --- a/iot/http_example/package.json +++ b/iot/http_example/package.json @@ -6,7 +6,7 @@ "author": "Google Inc.", "main": "cloudiot_http_example_nodejs.js", "dependencies": { - "yargs": "8.0.2", + "yargs": "16.0.0", "jsonwebtoken": "7.4.1", "request": "2.82.0" },