From c56f551689bf1110a3f4740d79d7d69bead9abdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 06:57:48 +0000 Subject: [PATCH] fix: storage/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/package.json b/storage/package.json index 58eb6326d9..8364d02b0b 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": "15.0.1" }, "devDependencies": { "uuid": "3.0.1"