From 6d2aeb09551be2a0e77baf0516b0aa47d8d48acd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Dec 2020 21:39:12 +0000 Subject: [PATCH] fix: upgrade yargs from 16.0.3 to 16.1.1 Snyk has created this PR to upgrade yargs from 16.0.3 to 16.1.1. See this package in npm: https://www.npmjs.com/package/yargs See this project in Snyk: https://app.snyk.io/org/customer-facing-tools/project/219f6d4d-407a-4728-b45b-fe761aae5ac3?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3beab82..bbaa1b8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "snyk-request-manager": "1.3.1", "source-map-support": "^0.5.16", "tslib": "2.0.3", - "yargs": "16.0.3" + "yargs": "16.1.1" }, "devDependencies": { "@types/cheerio": "0.22.23",