From 97bddbd59f0bd4fc335adb38115e0b6a995d1c99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 06:40:47 +0000 Subject: [PATCH] fix: cloudtasks/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- cloudtasks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudtasks/package.json b/cloudtasks/package.json index ffdbca3635..e5c0763516 100644 --- a/cloudtasks/package.json +++ b/cloudtasks/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "googleapis": "22.2.0", - "yargs": "10.0.3" + "yargs": "15.0.1" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "2.1.0",