From 208c3aef0a3a7d6d90fba3a29ac43a24050f80dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Aug 2020 06:19:06 +0000 Subject: [PATCH] fix: iot/beta-features/gateway/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONBIGINT-608659 --- iot/beta-features/gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot/beta-features/gateway/package.json b/iot/beta-features/gateway/package.json index 2e908dcbc3..fd3470093e 100644 --- a/iot/beta-features/gateway/package.json +++ b/iot/beta-features/gateway/package.json @@ -17,7 +17,7 @@ "unit-test": "mocha *.test.js --timeout=600000" }, "dependencies": { - "googleapis": "^40.0.0", + "googleapis": "^49.0.0", "jsonwebtoken": "^8.3.0", "mqtt": "^2.18.8", "yargs": "^13.2.2"