From 4bd8f9797bede92fce393608521ff70e8b1f0e46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jun 2024 15:39:46 +0000 Subject: [PATCH] fix: upgrade yargs from 16.0.0 to 16.2.0 Snyk has created this PR to upgrade yargs from 16.0.0 to 16.2.0. See this package in npm: yargs See this project in Snyk: https://app.snyk.io/org/javascript-benchmark/project/3461f97c-2b7f-4831-9cfb-550d20b8579b?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 66ec418..b380e34 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "is-url-superb": "^3.0.0", "lighthouse": "6.0.0", "ora": "4.0.3", - "yargs": "16.0.0" + "yargs": "16.2.0" }, "devDependencies": { "@commitlint/cli": "^8.3.5",