From ad0de4cd79dac90efc27bb74f336a6a9d9d9279a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 16:29:49 +0000 Subject: [PATCH] fix: upgrade yargs from 17.1.1 to 17.3.1 Snyk has created this PR to upgrade yargs from 17.1.1 to 17.3.1. See this package in npm: https://www.npmjs.com/package/yargs See this project in Snyk: https://app.snyk.io/org/coveo-github/project/a2b1cbfa-eba5-4c17-b422-2fd136efeaf9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e811ca..a4879e8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "dependencies": { "request": "^2.88.2", - "yargs": "^17.1.1" + "yargs": "^17.3.1" }, "devDependencies": { "snyk": "^1.715.0"