From b3bdd03a7930492c0b70cdb0ff5dd187732c6d18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 05:15:14 +0000 Subject: [PATCH] fix: storage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/package.json b/storage/package.json index 58eb6326d9..53c12e12a2 100644 --- a/storage/package.json +++ b/storage/package.json @@ -12,7 +12,7 @@ "@google-cloud/storage": "0.7.0", "googleapis": "16.1.0", "moment": "2.17.1", - "yargs": "6.6.0" + "yargs": "16.0.0" }, "devDependencies": { "uuid": "3.0.1"