From 550557772ae03e247d121772259877b0ec3573c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 14:33:57 +0000 Subject: [PATCH] feat: upgrade yargs from 13.3.2 to 17.7.2 Snyk has created this PR to upgrade yargs from 13.3.2 to 17.7.2. See this package in npm: https://www.npmjs.com/package/yargs See this project in Snyk: https://app.snyk.io/org/mikolaj-roszak/project/3837d29a-6377-44d1-8c3c-b73af848c869?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 6bb25fb8c27..76dc40b0246 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chalk": "^2.4.2", "figures": "^3.0.0", "node-fetch": "^2.6.0", - "yargs": "^13.2.4" + "yargs": "^17.7.2" }, "devDependencies": { "semistandard": "^13.0.1"