From 98432b1c3a3553a4a50d2bdd7e52d14d022bb5fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 05:15:12 +0000 Subject: [PATCH] fix: storage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/package.json b/storage/package.json index 58eb6326d9..aaf299350a 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": "13.1.0" }, "devDependencies": { "uuid": "3.0.1"