From 16261d37df6397e45c1b1c35c829711d25fca61d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 00:50:55 +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 11c3f5a7fb..437b5bd791 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": "13.2.4" }, "devDependencies": { "googleapis": "^36.0.0",