From 472ee5b9e6d31e7a3ecb2cc9ffd8e1efcc12d74c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 07:32:29 +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-HOSTEDGITINFO-1088355 --- 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..26cc9d561b 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": "10.0.0", "jsonwebtoken": "7.4.1", "request": "2.82.0" },